summaryrefslogtreecommitdiff
path: root/yocto-poky/meta-yocto/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta-yocto/conf/bblayers.conf.sample')
-rw-r--r--yocto-poky/meta-yocto/conf/bblayers.conf.sample16
1 files changed, 16 insertions, 0 deletions
diff --git a/yocto-poky/meta-yocto/conf/bblayers.conf.sample b/yocto-poky/meta-yocto/conf/bblayers.conf.sample
new file mode 100644
index 000000000..0eda565f9
--- /dev/null
+++ b/yocto-poky/meta-yocto/conf/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 ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/meta-yocto-bsp \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ "