From 5ced6de35a69b4fa6cea2dbbf29731b702669974 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 4 Jan 2013 16:23:23 -0200 Subject: [PATCH] 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 --- meta-fsl-arm/conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-fsl-arm/conf/layer.conf b/meta-fsl-arm/conf/layer.conf index ee88ad40..c4b9cd17 100644 --- a/meta-fsl-arm/conf/layer.conf +++ b/meta-fsl-arm/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" -- 2.40.1