]> code.ossystems Code Review - openembedded-core.git/commit
meta-environment: Fix config-site with a multilib config
authorMark Hatle <mark.hatle@windriver.com>
Tue, 11 Nov 2014 02:09:29 +0000 (20:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Nov 2014 15:42:26 +0000 (15:42 +0000)
commit26a2f98155a867a71217e52d33f761dcc60800ca
tree37e9e56db48137098189be91ef2bc9c3ad6348c4
parent4fc3553cfecb42c124b7cfff8e0d20ade14a3ffc
meta-environment: Fix config-site with a multilib config

[YOCTO #6951]

The TOOLCHAIN_CONFIGSITE_SYSROOTCACHE value was defaulting to the nativesdk
path and not the associated target path.  Set the value in toolchain-scripts
to the target path.

Be sure to set the MLPREFIX within the meta-environment script as multilibs
are processed.

Update the config_site file name to use -BPN- not PN.  Otherwise the
environment processing can't find the correct filename.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/siteconfig.bbclass
meta/classes/toolchain-scripts.bbclass
meta/recipes-core/meta/meta-environment.bb