All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove the layer directories
@ 2018-04-04  9:27 Huang Qiyu
  2018-04-04  9:27 ` [PATCH] thttpd: thttpd to systemd Huang Qiyu
  2018-04-04 17:54 ` [PATCH] remove the layer directories Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Huang Qiyu @ 2018-04-04  9:27 UTC (permalink / raw)
  To: meta-arago

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 <huangqy.fnst@cn.fujitsu.com>
---
 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-04 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04  9:27 [PATCH] remove the layer directories Huang Qiyu
2018-04-04  9:27 ` [PATCH] thttpd: thttpd to systemd Huang Qiyu
2018-04-04 17:54 ` [PATCH] remove the layer directories Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.