diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-03-11 14:10:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-23 13:00:51 +0100 |
commit | 18fe42cef9bf28a6b769891f8d2b61eccd38a73b (patch) | |
tree | 5a894937caaa03f44e7ed83f382244ca572973c4 /bitbake | |
parent | 88de87eb4e8ee79815ca48cd592292950ac1cf56 (diff) | |
download | poky-18fe42cef9bf28a6b769891f8d2b61eccd38a73b.tar.gz |
toolchain-scripts.bbclass:add PYTHONHOME variable to environment-setup
When relocating the SDK, applications using python will search for
python modules in the default location and will fail to start.
The below errors are thrown by gdb, for example:
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
In order to overcome this, add the PYTHONHOME variable to the
environment-setup script for both standalone toolchain and
adt-installer. No need to do that for meta-ide-support environment
script since this toolchain does not get relocated.
Cherry-pick commit db0a02492c2a53c1917b753bcf21c4ee7c0ecf59
[YOCTO #3839]
(From OE-Core rev: 15454b99e3cbeaf2e411f1e374b512a19a72995a)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
0 files changed, 0 insertions, 0 deletions