]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base.bbclass: fix SDKTARGETSYSROOT value
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Mon, 18 Feb 2013 11:40:12 +0000 (11:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Feb 2013 16:36:17 +0000 (08:36 -0800)
commit41437aaac0cfc6f931d3b2974d380f20ec01f6e8
treeac1624c1128932d189ca9b0ef0fe1ab00de84c5e
parentde3f2367c46a213d07d834c7e874d2a4a0697026
populate_sdk_base.bbclass: fix SDKTARGETSYSROOT value

Currently, SDKTARGETSYSROOT points to PACKAGE_ARCH which, sometimes, can
be set to MACHINE_ARCH. When this happens, the default target sysroot
passed to the cross-canadian toolchain, which points to TUNE_PKGARCH,
will be different from the directory where the target sysroot has been
deployed.

In order to fix this, use REAL_MULTIMACH_TARGET_SYS variable instead of
MULTIMACH_TARGET_SYS.

[YOCTO #3784]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass