diff options
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 6 |
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}" | |||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "fsl-arm" | 8 | BBFILE_COLLECTIONS += "freescale-layer" |
9 | BBFILE_PATTERN_fsl-arm := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_fsl-arm = "5" | 10 | BBFILE_PRIORITY_freescale-layer = "5" |
11 | 11 | ||
12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
13 | 13 | ||