summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ac5002e..640052a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,9 +1,11 @@
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
-# We have a recipes directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "lxde-layer"
BBFILE_PATTERN_lxde-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_lxde-layer = "7"
+
+LAYERDEPENDS_lxde-layer = "core openembedded-layer"