diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2016-08-01 09:02:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:26:05 +0100 |
commit | e24b5fe3f04cbb5953ec82f9e4d040f6600012b3 (patch) | |
tree | 60ec371c45c62e1faee7ba3a5a474c258d952716 /meta/classes/sip.bbclass | |
parent | 81e6c67db85b5e4864aa11f6504a8bef59be8609 (diff) | |
download | openembedded-core-e24b5fe3f04cbb5953ec82f9e4d040f6600012b3.tar.gz openembedded-core-e24b5fe3f04cbb5953ec82f9e4d040f6600012b3.tar.bz2 openembedded-core-e24b5fe3f04cbb5953ec82f9e4d040f6600012b3.zip |
bitbake.conf: set READELF for cross compilation
In the case of using an external toolchain that supports multilib
compilation with a single binary, TARGET_PREFIX is the same for both main
and multilib abis. Without READELF exported, python3 assumes it is
either the readelf for ${BUILD_SYS}-readelf. Exporting cross readelf
fixes the build issue.
checking LDLIBRARY... libpython$(LDVERSION).so
checking for i586-montavistamllib32-linux-ranlib...
x86_64-montavista-linux-ranlib
checking for i586-montavistamllib32-linux-ar...
x86_64-montavista-linux-ar
checking for i586-montavistamllib32-linux-readelf... no
checking for readelf... readelf
configure: WARNING: using cross tools not prefixed with host triplet
(From OE-Core rev: 3442ee423813d547be7899a25ea31efe719e662f)
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/classes/sip.bbclass')
0 files changed, 0 insertions, 0 deletions