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 <otavio@ossystems.com.br>
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"