diff options
Diffstat (limited to 'meta-romley/conf/layer.conf')
-rw-r--r-- | meta-romley/conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf index 8ce1a4db..7b6a5bc3 100644 --- a/meta-romley/conf/layer.conf +++ b/meta-romley/conf/layer.conf | |||
@@ -1,8 +1,8 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH := "${BBPATH}:${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
3 | 3 | ||
4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "romley" | 8 | BBFILE_COLLECTIONS += "romley" |