aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yerba/conf/layer.conf')
-rw-r--r--meta-yerba/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-yerba/conf/layer.conf b/meta-yerba/conf/layer.conf
new file mode 100644
index 0000000..a2abd17
--- /dev/null
+++ b/meta-yerba/conf/layer.conf
@@ -0,0 +1,12 @@
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-yerba"
+BBFILE_PATTERN_meta-yerba = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-yerba = "27"
+
+LAYERDEPENDS_meta-yerba = "core"
+LAYERSERIES_COMPAT_meta-yerba = "scarthgap"
+