]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: add BitBake's library to PYTHONPATH
authorRoss Burton <ross@burtonini.com>
Tue, 4 May 2021 12:57:40 +0000 (13:57 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 7 May 2021 00:46:18 +0000 (08:46 +0800)
commitc65fe0a000c1170d346ffcddf7c65fad53a55b36
tree2cc69813431ba1eff0db360fa0e3a600b7af4d13
parent283e6adb30a1946d4b870ab0f2d69c1b230a70e4
oe-buildenv-internal: add BitBake's library to PYTHONPATH

There are many Python scripts in oe-core that want to use Tinfoil, and
right now they have to know where they are to work out where BitBake is
likely to be.

This is suboptimal as BitBake could be somewhere else, so this
approach doesn't scale to other layers at all.

Solve this by adding BITBAKEDIR/lib to PYTHONPATH in oe-buildenv-internal,
so that Python has BitBake on its search path once the build system is
configured.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a48178f6d00e7f97a09f42d5a164204e9dcffa9f)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/oe-buildenv-internal