summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater/conf/layer.conf')
-rw-r--r--external/meta-updater/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/external/meta-updater/conf/layer.conf b/external/meta-updater/conf/layer.conf
new file mode 100644
index 00000000..627a1b8a
--- /dev/null
+++ b/external/meta-updater/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "sota"
+BBFILE_PATTERN_sota = "^${LAYERDIR}/"
+BBFILE_PRIORITY_sota = "7"
+
+LAYERDEPENDS_sota = "filesystems-layer"
+LAYERSERIES_COMPAT_sota = "thud"