diff options
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index c33aa7b889..9fa60c1c49 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | BBPATH := "${LAYERDIR}:${BBPATH}" | 2 | BBPATH := "${LAYERDIR}:${BBPATH}" |
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 := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "openembedded-layer" | 7 | BBFILE_COLLECTIONS += "openembedded-layer" |
8 | BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" |