diff options
-rw-r--r-- | meta-yocto/conf/bblayers.conf.sample | 10 |
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}" | |||
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |
7 | 7 | ||
8 | BBLAYERS ?= " \ | 8 | BBLAYERS ?= " \ |
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 | " |
13 | BBLAYERS_NON_REMOVABLE ?= " \ | 13 | BBLAYERS_NON_REMOVABLE ?= " \ |
14 | ##COREBASE##/meta \ | 14 | ##OEROOT##/meta \ |
15 | ##COREBASE##/meta-yocto \ | 15 | ##OEROOT##/meta-yocto \ |
16 | " | 16 | " |