From: Otavio Salvador Date: Wed, 15 Jul 2015 20:43:21 +0000 (-0300) Subject: conf/layer.conf: Use 'freescale-layer' collection X-Git-Tag: 2.1~532 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b6e2300960729d67720e1e626051999ca7a7009f;p=meta-freescale.git 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 --- 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"