diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-04 23:34:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-05 13:53:44 +0000 |
commit | 689b676bbf2f1a5fadb04aeb41d5e68e35356545 (patch) | |
tree | 1cc35926308ed1c95e464632d5c0ba881fa87f54 /meta | |
parent | b6feb7578d60289c8b6e376cfaac8a3ee45e72f9 (diff) | |
download | openembedded-core-689b676bbf2f1a5fadb04aeb41d5e68e35356545.tar.gz openembedded-core-689b676bbf2f1a5fadb04aeb41d5e68e35356545.tar.bz2 openembedded-core-689b676bbf2f1a5fadb04aeb41d5e68e35356545.zip |
oe-selftest: Improve BUILDDIR environment handling
Its possible something (like bitbake/tinfoil2) may mess around with the
environment and using the enviroment as a global variable store isn't
particularly nice anyway.
This patch changes the BUILDDIR usages so that the environment isn't used
as a global store and a global variable is used instead. Whilst that
is still not perfect, it does avoid the current double and triple backtraces
we're seeing where tinfoil2/bitbake has trampled the enviroment leading
to failures of failures making debugging even harder.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions