aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-28 11:42:03 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-28 11:42:03 +0100
commitec109f573b2018aa607300539f4b1e3ad17850b1 (patch)
tree61bc1816320a5c89c07c05980fef963b4a794b48
parentf403da33e822855b6d13cac4f78c4756fddc4651 (diff)
downloadmeta-openembedded-contrib-ec109f573b2018aa607300539f4b1e3ad17850b1.tar.gz
layer.conf: pick up bbappend files as well
-rw-r--r--conf/layer.conf2
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 @@
BBPATH := "${LAYERDIR}:${BBPATH}"
# We have a recipes directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "openembedded-layer"
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"