summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2011-05-13 15:59:55 +0100
committerPhil Blundell <philb@brightsign.biz>2011-05-13 15:59:55 +0100
commit8a10fb75f63d69f6bf93181a7027b02fdbc67b46 (patch)
tree1158dac5f0266d05ab597e052dbba0f334f73f4e /conf
parent16fcd07797d9363eabed2223389730bc21ea6446 (diff)
downloadmeta-micro-8a10fb75f63d69f6bf93181a7027b02fdbc67b46.tar.gz
add .bbappend files to BBFILES
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ca4482e..5114b3b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -2,7 +2,7 @@
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes/*/*.bb"
+BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"
BBFILE_COLLECTIONS += "micro-layer"
BBFILE_PATTERN_micro-layer := "^${LAYERDIR}/"