Re: [OE-core] [PATCH][V2] oe-setup-builddir: substitute ##OEROOT## when using templates

2013-08-09 Thread Burton, Ross
On 8 August 2013 21:26, Khem Raj raj.k...@gmail.com wrote: On Aug 8, 2013, at 7:45 AM, Ross Burton ross.bur...@intel.com wrote: -KBRANCH_genericx86 = standard/common-pc/atom-pc +KBRANCH_genericx86 = standard/common-pc/genericx86 This seems to be unrelated to what you are doing with this

[OE-core] [PATCH][V2] oe-setup-builddir: substitute ##OEROOT## when using templates

2013-08-08 Thread Ross Burton
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

Re: [OE-core] [PATCH][V2] oe-setup-builddir: substitute ##OEROOT## when using templates

2013-08-08 Thread Khem Raj
On Aug 8, 2013, at 7:45 AM, Ross Burton ross.bur...@intel.com wrote: -KBRANCH_genericx86 = standard/common-pc/atom-pc +KBRANCH_genericx86 = standard/common-pc/genericx86 This seems to be unrelated to what you are doing with this commit. secondly this belongs to yocto mailing list not