From 9ec7bd7866f0252649f013ac4fa7496514180a23 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 3 Jun 2020 19:49:25 -0400 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- meta-arm/conf/layer.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf index b5abe4da..10a7951a 100644 --- a/meta-arm/conf/layer.conf +++ b/meta-arm/conf/layer.conf @@ -11,7 +11,6 @@ BBFILE_PRIORITY_meta-arm = "6" LAYERDEPENDS_meta-arm = " \ core \ - meta-python \ arm-toolchain \ " LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"