From: Otavio Salvador Date: Fri, 4 Jan 2013 18:23:23 +0000 (-0200) Subject: layer.conf: Use 'fsl-arm' for collection name X-Git-Tag: 2.1~1560 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5ced6de35a69b4fa6cea2dbbf29731b702669974;p=meta-freescale.git 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 --- 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"