summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
+