diff options
author | Ricardo Ribalda Delgado <ricardo@ribalda.com> | 2019-06-19 11:44:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-19 22:13:42 +0100 |
commit | 1d60af733cc28018ce95789191986e3ce6c3b86d (patch) | |
tree | 859c44264caa47ac4b5c39449d504241c70d712c /scripts/runqemu.README | |
parent | 931ed3e4f8d077ce915265806f61c6685a7f2917 (diff) | |
download | poky-1d60af733cc28018ce95789191986e3ce6c3b86d.tar.gz |
python3: python3: Fix build error x86->x86
When building x86->x86 the system will try to execute .so and related items
from the default PYTHONPATH. This will fail if the target CPU contains
instructions that the host CPU does not have, add CROSSPYTHONPATH
into PYTHONPATH so we can prepend the list to find correct libs.
Fixes:
Illegal instruction (core dumped)
Makefile:625: recipe for target 'sharedmods' failed
make: *** [sharedmods] Error 132
make: *** Waiting for unfinished jobs....
(From OE-Core rev: 2106a567820bad438ff78d54a49e3d87da428dcf)
Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu.README')
0 files changed, 0 insertions, 0 deletions