]> code.ossystems Code Review - openembedded-core.git/commit
meta-environment: Two critical fixes to unbreak toolchains
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:44:53 +0000 (17:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:46:28 +0000 (17:46 +0100)
commit17229152453a8633b2cd63b429f98cc7c192f300
tree474f2871aa33ab28a5ad1e7fc8b41d061a14b7a6
parentf7ffeb39d42c4b99dfd1522af00a674d38ca0579
meta-environment: Two critical fixes to unbreak toolchains

Firstly, when multilib builds were being used, the same output files
were used in each case, being overwritten each time due to the fact that
REAL_MULTIMACH_TARGET_SYS has been expanded. Instead of immediate
expansion, just use assignment. This overrides the problematic define
in toolchain-scripts.bbclass but allows the multilib code to work.

Secondly, the target sysroot was being defined incorrectly which
this patch fixes. This was breaking the toolchains.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/meta-environment.bb