summaryrefslogtreecommitdiff
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-23 18:30:47 +0200
committerFabien Proriol <fabien.proriol@kazoe.org>2025-05-23 18:30:47 +0200
commit09783505e865bab1626fa70b15ea64c6e782fd4a (patch)
tree24db454ef45f09c464c4fbb6f8cfa354b664e7fd /conf/layer.conf
parent5840b7823d8b03c249da2d3ed31514cc41f80cbf (diff)
Add default conf and tools
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..6ec38ab
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH := "${BBPATH}:${LAYERDIR}"
+
+# We have a packages directory, add to BBFILES
+BBFILES := "${BBFILES} \
+ ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-kazoe"
+BBFILE_PATTERN_meta-kazoe := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-kazoe = "10"
+
+LAYERSERIES_COMPAT_meta-kazoe = "scarthgap"