The 'freescale' collection name is too generic without making clear
which architecture it supports. Using 'fsl-arm' we make it clear.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
-BBFILE_COLLECTIONS += "freescale"
-BBFILE_PATTERN_freescale := "^${LAYERDIR}/"
-BBFILE_PRIORITY_freescale = "5"
+BBFILE_COLLECTIONS += "fsl-arm"
+BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/"
+BBFILE_PRIORITY_fsl-arm = "5"
FSL_EULA_FILE = "${LAYERDIR}/EULA"