mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-01 01:00:15 +00:00
layer.conf: add meta-python to LAYERDEPENDS for optee components
optee components use pycrypto, pycryptodomex and pyelftools from meta-python layer Signed-off-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
b1393356c0
commit
4f2443469f
@@ -9,5 +9,8 @@ BBFILE_COLLECTIONS += "meta-arm"
|
||||
BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-arm = "6"
|
||||
|
||||
LAYERDEPENDS_meta-arm = "core"
|
||||
LAYERDEPENDS_meta-arm = " \
|
||||
core \
|
||||
meta-python \
|
||||
"
|
||||
LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
|
||||
|
||||
Reference in New Issue
Block a user