summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-15 17:43:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 15:01:29 -0300
commitb6e2300960729d67720e1e626051999ca7a7009f (patch)
tree087d05c29a5d0f26c71add7e441f2e308d1f95bc /conf/layer.conf
parentf8517afc7a5ada4538b3b7d397fa32586d57ffe5 (diff)
downloadmeta-freescale-b6e2300960729d67720e1e626051999ca7a7009f.tar.gz
conf/layer.conf: Use 'freescale-layer' collection
The 'fsl-arm' collection is now renamed for 'freescale-layer'. This indicates the layer uses the new layout and is incompatible with other layers relying in meta-fsl-arm or meta-fsl-ppc existing layout. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 81d29f59..4c718ace 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 += "fsl-arm" 8BBFILE_COLLECTIONS += "freescale-layer"
9BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/" 9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_fsl-arm = "5" 10BBFILE_PRIORITY_freescale-layer = "5"
11 11
12FSL_EULA_FILE = "${LAYERDIR}/EULA" 12FSL_EULA_FILE = "${LAYERDIR}/EULA"
13 13