diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-23 18:30:47 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-23 18:30:47 +0200 |
commit | 09783505e865bab1626fa70b15ea64c6e782fd4a (patch) | |
tree | 24db454ef45f09c464c4fbb6f8cfa354b664e7fd /conf/templates/default/bblayers.conf.sample | |
parent | 5840b7823d8b03c249da2d3ed31514cc41f80cbf (diff) |
Add default conf and tools
Diffstat (limited to 'conf/templates/default/bblayers.conf.sample')
-rw-r--r-- | conf/templates/default/bblayers.conf.sample | 16 |
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 \ + " |