[poky] [PATCH] bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##
Burton, Ross
ross.burton at intel.com
Wed Sep 11 07:06:51 PDT 2013
On 11 September 2013 14:56, Laszlo Papp <lpapp at kde.org> wrote:
> Do you have an url where this change is explained?
commit 70a16efaa662a95646e82c88d3295986e1db416f
Author: Ross Burton <ross.burton at intel.com>
Date: Mon Aug 12 11:41:49 2013 +0100
oe-setup-builddir: substitute ##OEROOT## when using templates
oe-setup-builddir substitutes ##COREBASE## which seems like it
should have the
same value as the variable ${COREBASE}. In reality it doesn't as
##COREBASE##
is substituted with the value of $OEROOT (the location of the
oe-init-build-env
script), whereas ${COREBASE} is set by oe-core to the parent
directory of meta/.
If oe-core's meta/ isn't a top-level directory then ##COREBASE##
and ${COREBASE}
have different values, which can lead to confusion.
To resolve this, deprecate (but still substitute) ##COREBASE## and
substitute
##OEROOT# for $OEROOT.
(From OE-Core rev: 1890783928dd1c73105fae32fb6c588afc287ff6)
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
More information about the poky
mailing list