diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-28 11:42:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-28 11:42:03 +0100 |
commit | ec109f573b2018aa607300539f4b1e3ad17850b1 (patch) | |
tree | 61bc1816320a5c89c07c05980fef963b4a794b48 | |
parent | f403da33e822855b6d13cac4f78c4756fddc4651 (diff) | |
download | meta-openembedded-ec109f573b2018aa607300539f4b1e3ad17850b1.tar.gz |
layer.conf: pick up bbappend files as well
-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}/" |