diff options
Diffstat (limited to 'meta-crownbay/conf/layer.conf')
| -rw-r--r-- | meta-crownbay/conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf index cee4ba24..d15579d4 100644 --- a/meta-crownbay/conf/layer.conf +++ b/meta-crownbay/conf/layer.conf | |||
| @@ -5,10 +5,10 @@ BBPATH := "${BBPATH}:${LAYERDIR}" | |||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | 7 | ||
| 8 | BBFILE_COLLECTIONS_crownbay += "crownbay" | 8 | BBFILE_COLLECTIONS_append_crownbay += "crownbay" |
| 9 | BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_crownbay = "6" | 10 | BBFILE_PRIORITY_crownbay = "6" |
| 11 | 11 | ||
| 12 | BBFILE_COLLECTIONS_crownbay-noemgd += "crownbay-noemgd" | 12 | BBFILE_COLLECTIONS_append_crownbay-noemgd += "crownbay-noemgd" |
| 13 | BBFILE_PATTERN_crownbay-noemgd := "^${LAYERDIR}/" | 13 | BBFILE_PATTERN_crownbay-noemgd := "^${LAYERDIR}/" |
| 14 | BBFILE_PRIORITY_crownbay-noemgd = "6" | 14 | BBFILE_PRIORITY_crownbay-noemgd = "6" |
