]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-scripts.bbclass: Use PYTHONPATH instead of PYTHONHOME
authorRandy Witt <randy.e.witt@linux.intel.com>
Thu, 4 Feb 2016 20:31:42 +0000 (12:31 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Feb 2016 23:08:56 +0000 (23:08 +0000)
commit81f126f4a8944e395f3909de2317065c09b04b5e
tree6a38edaf020e718dc4c5894a225603a0a098bdac
parent760f7178e0267f930c8af9cb59039e317149f944
toolchain-scripts.bbclass: Use PYTHONPATH instead of PYTHONHOME

In the extensible sdk it was originally intended that the native sstate
would always be setscened as part of the sdk installation. However, the
soon to come "minimal" sdk won't do that.

A side effect of that is that pointing PYTHONHOME at the native sysroot
within the "bitbake workspace" won't work. For now only set PYTHONPATH
instead and continue using the python that comes from buildtools.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/toolchain-scripts.bbclass