summaryrefslogtreecommitdiff
path: root/conf/templates/default/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/templates/default/bblayers.conf.sample')
-rw-r--r--conf/templates/default/bblayers.conf.sample16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/templates/default/bblayers.conf.sample b/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000..91cc3d3
--- /dev/null
+++ b/conf/templates/default/bblayers.conf.sample
@@ -0,0 +1,16 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##COREBASE##/meta-yocto/meta \
+ ##COREBASE##/meta-oe/meta-filesystems \
+ ##COREBASE##/meta-oe/meta-oe \
+ ##COREBASE##/meta-oe/meta-python \
+ ##COREBASE##/meta-oe/meta-networking \
+ ##COREBASE##/meta-qt6 \
+ ##COREBASE##/meta-kazoe \
+ "