summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/bblayers.conf.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
index 7fd755d1a9..0eda565f96 100644
--- a/meta-yocto/conf/bblayers.conf.sample
+++ b/meta-yocto/conf/bblayers.conf.sample
@@ -6,11 +6,11 @@ BBPATH = "${TOPDIR}"
6BBFILES ?= "" 6BBFILES ?= ""
7 7
8BBLAYERS ?= " \ 8BBLAYERS ?= " \
9 ##COREBASE##/meta \ 9 ##OEROOT##/meta \
10 ##COREBASE##/meta-yocto \ 10 ##OEROOT##/meta-yocto \
11 ##COREBASE##/meta-yocto-bsp \ 11 ##OEROOT##/meta-yocto-bsp \
12 " 12 "
13BBLAYERS_NON_REMOVABLE ?= " \ 13BBLAYERS_NON_REMOVABLE ?= " \
14 ##COREBASE##/meta \ 14 ##OEROOT##/meta \
15 ##COREBASE##/meta-yocto \ 15 ##OEROOT##/meta-yocto \
16 " 16 "