]> code.ossystems Code Review - meta-freescale.git/commitdiff
conf/layer.conf: Use 'freescale-layer' collection
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Jul 2015 20:43:21 +0000 (17:43 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Jul 2015 18:01:29 +0000 (15:01 -0300)
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>
conf/layer.conf

index 81d29f59881ab3d51317309d5654b3344d73ab19..4c718ace51a31f3cdde594cebc893ad6686bd7db 100644 (file)
@@ -5,9 +5,9 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "fsl-arm"
-BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/"
-BBFILE_PRIORITY_fsl-arm = "5"
+BBFILE_COLLECTIONS += "freescale-layer"
+BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_freescale-layer = "5"
 
 FSL_EULA_FILE = "${LAYERDIR}/EULA"