From: Ross Burton Date: Thu, 19 Sep 2013 10:04:35 +0000 (+0100) Subject: bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE## X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d687a08f2dbadfffece77e24e46cb1e197fefc8b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE## The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index 7fd755d1a9c..0eda565f967 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample @@ -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 \ "