Meta-arago writes all the dependent layer directories to the bblayer, which caused to add these dependent layers to build environment even though only need one of them. This is obviously unreasonable.
Signed-off-by: Huang Qiyu <[email protected]> --- meta-arago-distro/conf/layer.conf | 13 ------------- meta-arago-extras/conf/layer.conf | 10 ---------- 2 files changed, 23 deletions(-) diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index c175bd8..260efed 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -8,19 +8,6 @@ BBFILE_COLLECTIONS += "meta-arago-distro" BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-distro = "10" -LAYERDEPENDS_meta-arago-distro = " \ - core \ - meta-ti \ - openembedded-layer \ - networking-layer \ - meta-python \ - linaro-toolchain \ - meta-optee \ - qt5-layer \ - browser-layer \ - meta-arago-extras \ -" - BB_DANGLINGAPPENDS_WARNONLY = "true" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf index 83ac107..605d083 100644 --- a/meta-arago-extras/conf/layer.conf +++ b/meta-arago-extras/conf/layer.conf @@ -13,16 +13,6 @@ ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}' LICENSE_PATH += "${LAYERDIR}/licenses" -LAYERDEPENDS_meta-arago-extras = " \ - core \ - meta-ti \ - openembedded-layer \ - networking-layer \ - meta-python \ - linaro-toolchain \ - qt5-layer \ -" - SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ matrix-gui-multimedia-demos->amsdk-av-files \ matrix-gui-oprofile-demos->oprofile \ -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
