LAYER: add layer dependency for optee

Optee ask to have pycrypto as dependency which are provided
via meta-openembedded/meta-python layer.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-02-07 13:39:35 +01:00
parent 734d81079f
commit 170847c448
2 changed files with 10 additions and 0 deletions

View File

@ -24,3 +24,10 @@ branch: same dedicated branch as meta-st-stm32mp
revision: HEAD
```
```
URI: git://github.com/openembedded/meta-openembedded.git
layers: meta-openembedded/meta-python meta-openembedded/meta-oe
branch: same dedicated branch as meta-st-stm32mp
revision: HEAD
```

View File

@ -22,3 +22,6 @@ STM32MP_BASE = "${LAYERDIR}"
# cause compatibility issues with other layers
LAYERVERSION_stm-st-stm32mp = "1"
LAYERSERIES_COMPAT_stm-st-stm32mp = "thud"
# for optee-os-stm32mp dependency
LAYERDEPENDS_stm-st-stm32mp = "meta-python"