summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/bblayers.conf.sample')
-rw-r--r--meta-yocto/conf/bblayers.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
index edbccf02ce..98bfd70c22 100644
--- a/meta-yocto/conf/bblayers.conf.sample
+++ b/meta-yocto/conf/bblayers.conf.sample
@@ -1,6 +1,6 @@
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 = "5" 3LCONF_VERSION = "6"
4 4
5BBPATH = "${TOPDIR}" 5BBPATH = "${TOPDIR}"
6BBFILES ?= "" 6BBFILES ?= ""
@@ -8,4 +8,5 @@ BBFILES ?= ""
8BBLAYERS ?= " \ 8BBLAYERS ?= " \
9 ##COREBASE##/meta \ 9 ##COREBASE##/meta \
10 ##COREBASE##/meta-yocto \ 10 ##COREBASE##/meta-yocto \
11 ##COREBASE##/meta-yocto-bsp \
11 " 12 "