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:
parent
734d81079f
commit
170847c448
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue