1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00

layer.conf: remove dependency on meta-python

Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
were moved from meta-python to oe-core.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Denys Dmytriyenko
2020-06-03 19:49:25 -04:00
committed by Jon Mason
parent c576382359
commit 9ec7bd7866
-1
View File
@@ -11,7 +11,6 @@ BBFILE_PRIORITY_meta-arm = "6"
LAYERDEPENDS_meta-arm = " \
core \
meta-python \
arm-toolchain \
"
LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"