From 0cc5437813e65ae2a30bc42fd590ccb564550bea Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 4 Jan 2013 16:23:23 -0200 Subject: layer.conf: Use 'fsl-arm' for collection name 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 --- 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" -- cgit v1.2.3-54-g00ecf