From b6e2300960729d67720e1e626051999ca7a7009f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:43:21 -0300 Subject: [PATCH] conf/layer.conf: Use 'freescale-layer' collection The 'fsl-arm' collection is now renamed for 'freescale-layer'. This indicates the layer uses the new layout and is incompatible with other layers relying in meta-fsl-arm or meta-fsl-ppc existing layout. Signed-off-by: Otavio Salvador --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 81d29f59..4c718ace 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,9 +5,9 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "fsl-arm" -BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/" -BBFILE_PRIORITY_fsl-arm = "5" +BBFILE_COLLECTIONS += "freescale-layer" +BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_freescale-layer = "5" FSL_EULA_FILE = "${LAYERDIR}/EULA" -- 2.40.1