diff options
author | Simon Glass <sjg@chromium.org> | 2024-08-15 13:57:44 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-06 12:45:54 -0600 |
commit | d0f74bd417daf6492975ce346843ba0767caf51c (patch) | |
tree | 12f6d8d6bd293006547b33934e40c9673eb8df62 /drivers | |
parent | a5d990854f2c67a8e9aa3d9ab3a11b2baff3285c (diff) | |
download | u-boot-d0f74bd417daf6492975ce346843ba0767caf51c.tar.gz |
buildman: Support building within a Python venvWIP/06Sep2024-next
The Python virtualenv tool sets up a few things in the environment,
putting its path first in the PATH environment variable and setting up
a sys.prefix different from the sys.base_prefix value.
At present buildman puts the toolchain path first in PATH so that it can
be found easily during the build. For sandbox this causes problems since
/usr/bin/gcc (for example) results in '/usr/bin' being prepended to the
PATH variable. As a result, the venv is partially disabled.
The result is that sandbox builds within a venv ignore the venv, e.g.
when looking for packages.
Correct this by detecting the venv and adding the toolchain path after
the venv path.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions