dev-manual: Update to bblayers.conf example

The variable ##COREBASE## has been deprecated, so use
 ##OEROOT## instead.

(From yocto-docs rev: 4520a2e41bf229481bd959e494e5bde84bbcfc51)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-09-11 07:35:34 -07:00 committed by Richard Purdie
parent 91b9202de9
commit 775fbab597
1 changed files with 6 additions and 6 deletions

View File

@ -5027,15 +5027,15 @@
BBFILES ?= "" BBFILES ?= ""
BBLAYERS ?= " \ BBLAYERS ?= " \
##COREBASE##/meta \ ##OEROOT##/meta \
##COREBASE##/meta-yocto \ ##OEROOT##/meta-yocto \
##COREBASE##/meta-yocto-bsp \ ##OEROOT##/meta-yocto-bsp \
##COREBASE##/meta-mylayer \ ##OEROOT##/meta-mylayer \
" "
BBLAYERS_NON_REMOVABLE ?= " \ BBLAYERS_NON_REMOVABLE ?= " \
##COREBASE##/meta \ ##OEROOT##/meta \
##COREBASE##/meta-yocto \ ##OEROOT##/meta-yocto \
" "
</literallayout> </literallayout>
Creating and providing an archive of the Creating and providing an archive of the