summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/bblayers.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
index 7897750320..edbccf02ce 100644
--- a/meta-yocto/conf/bblayers.conf.sample
+++ b/meta-yocto/conf/bblayers.conf.sample
@@ -1,8 +1,10 @@
1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf 1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly 2# changes incompatibly
3LCONF_VERSION = "4" 3LCONF_VERSION = "5"
4 4
5BBPATH = "${TOPDIR}"
5BBFILES ?= "" 6BBFILES ?= ""
7
6BBLAYERS ?= " \ 8BBLAYERS ?= " \
7 ##COREBASE##/meta \ 9 ##COREBASE##/meta \
8 ##COREBASE##/meta-yocto \ 10 ##COREBASE##/meta-yocto \