summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-04 16:23:23 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-01-04 21:02:30 -0200
commit0cc5437813e65ae2a30bc42fd590ccb564550bea (patch)
treec97c1610646c39ec2742da40759a8c5bc34e392c
parent1a90a83bcdb5a54e037c7f72c30e698833f3508b (diff)
downloadmeta-fsl-arm-0cc5437813e65ae2a30bc42fd590ccb564550bea.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--conf/layer.conf6
1 files 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}"
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "freescale" 8BBFILE_COLLECTIONS += "fsl-arm"
9BBFILE_PATTERN_freescale := "^${LAYERDIR}/" 9BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/"
10BBFILE_PRIORITY_freescale = "5" 10BBFILE_PRIORITY_fsl-arm = "5"
11 11
12FSL_EULA_FILE = "${LAYERDIR}/EULA" 12FSL_EULA_FILE = "${LAYERDIR}/EULA"
13 13