bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##

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

(From meta-yocto rev: d687a08f2dbadfffece77e24e46cb1e197fefc8b)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-09-19 11:04:35 +01:00 committed by Richard Purdie
parent 19ad80c0a6
commit bead255721
1 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@ BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
##COREBASE##/meta \
##COREBASE##/meta-yocto \
##COREBASE##/meta-yocto-bsp \
##OEROOT##/meta \
##OEROOT##/meta-yocto \
##OEROOT##/meta-yocto-bsp \
"
BBLAYERS_NON_REMOVABLE ?= " \
##COREBASE##/meta \
##COREBASE##/meta-yocto \
##OEROOT##/meta \
##OEROOT##/meta-yocto \
"