Signed-off-by: Alexandru.Vaduva <alexandru.vad...@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 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto