BBFILE_COLLECTIONS is currently set to "cgl" which is also used
by meta-cgl-common. Some tools/scripts use this field for
automatic layers detection, so rename it to "fsl-ppc-cgl".

Signed-off-by: Alexey Firago <alexey_fir...@mentor.com>
---
 meta-fsl-ppc/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
index 6818475..be345ff 100644
--- a/meta-fsl-ppc/conf/layer.conf
+++ b/meta-fsl-ppc/conf/layer.conf
@@ -5,6 +5,6 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
        ${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "cgl"
+BBFILE_COLLECTIONS += "fsl-ppc-cgl"
 BBFILE_PATTERN_cgl = "^${LAYERDIR}/"
 BBFILE_PRIORITY_cgl = "7"
-- 
1.9.1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to