All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cgl: Updated the layers definition
@ 2015-02-17 13:12 Alexandru.Vaduva
  0 siblings, 0 replies; only message in thread
From: Alexandru.Vaduva @ 2015-02-17 13:12 UTC (permalink / raw)
  To: linux-maintainers, yocto

Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
---
 meta-cgl-common/conf/layer.conf  | 6 +++---
 meta-cgl-fsl-ppc/conf/layer.conf | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf
index 41b2768..f5a0190 100644
--- a/meta-cgl-common/conf/layer.conf
+++ b/meta-cgl-common/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 	${LAYERDIR}/packagegroups/* \
 	${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "meta-cgl-common"
-BBFILE_PATTERN_meta-cgl-common = "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-cgl-common = "7"
+BBFILE_COLLECTIONS += "cgl-common"
+BBFILE_PATTERN_cgl-common = "^${LAYERDIR}/"
+BBFILE_PRIORITY_cgl-common = "7"
diff --git a/meta-cgl-fsl-ppc/conf/layer.conf b/meta-cgl-fsl-ppc/conf/layer.conf
index 31eee43..353824d 100644
--- a/meta-cgl-fsl-ppc/conf/layer.conf
+++ b/meta-cgl-fsl-ppc/conf/layer.conf
@@ -5,8 +5,8 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 	${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "meta-cgl-fsl-ppc"
-BBFILE_PATTERN_meta-cgl-fsl-ppc = "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-cgl-fsl-ppc = "7"
+BBFILE_COLLECTIONS += "cgl-fsl-ppc"
+BBFILE_PATTERN_cgl-fsl-ppc = "^${LAYERDIR}/"
+BBFILE_PRIORITY_cgl-fsl-ppc = "7"
 
-LAYERDEPENDS_crystalforest = "cgl-common"
+LAYERDEPENDS_cgl-fsl-ppc = "cgl-common"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-17 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17 13:12 [PATCH] cgl: Updated the layers definition Alexandru.Vaduva

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.