[meta-freescale] [meta-fsl-arm][PATCH] layer.conf: Use 'fsl-arm' for collection name

Otavio Salvador otavio at ossystems.com.br
Sun Jan 6 13:30:08 PST 2013


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 at ossystems.com.br>
---
 conf/layer.conf |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index ee88ad4..c4b9cd1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -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"
 
-- 
1.7.10.4




More information about the meta-freescale mailing list