]> code.ossystems Code Review - meta-freescale.git/commitdiff
layer.conf: Use 'fsl-arm' for collection name
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 4 Jan 2013 18:23:23 +0000 (16:23 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 4 Jan 2013 23:02:30 +0000 (21:02 -0200)
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>
meta-fsl-arm/conf/layer.conf

index ee88ad40384a9500f1314998e68511256b2eec01..c4b9cd17c51841f46e45454a5f8d6e582080af06 100644 (file)
@@ -5,9 +5,9 @@ BBPATH .= ":${LAYERDIR}"
 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"