summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2011-05-12 17:49:50 +0100
committerPhil Blundell <philb@brightsign.biz>2011-05-12 17:49:50 +0100
commit585f14230a1816962b65a03a8f16d2923e07f019 (patch)
tree43506d9c3a046781f38aea5075117f8291bb2a1d
parent3b156d0ceba684abbc86de9a85da679a53bf1271 (diff)
downloadmeta-micro-585f14230a1816962b65a03a8f16d2923e07f019.tar.gz
add recipes to BBFILES
-rw-r--r--conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index fbc9dcf..8f4508e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,2 +1,6 @@
# We have a conf directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes/*/*.bb"
+