summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian avery <brian.avery@intel.com>2017-01-14 19:18:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-04 18:02:48 +0000
commit30da2715cd6a114faf99b09c74e73c5d84767b91 (patch)
treed654fb93a513e78ca47c0b008f5eab965f5a9e6b
parent5f5e13bacde95a93633f621ec6b94a022c476a58 (diff)
downloadbitbake-30da2715cd6a114faf99b09c74e73c5d84767b91.tar.gz
toaster: bin/toaster whitelist TOASTER_DIR
Some of the tinfoil2 changes resulted in TOASTER_DIR being cleared by the memory resident bitbake server toaster starts up. This prevented toaster from being able to connect to its sqlite database. Adding TOASTER_DIR to the BB_ENV_EXTRAWHITE list stops the cooker from clearing out the TOASTER_DIR variable. [YOCTO #9252] Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xbin/toaster1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/toaster b/bin/toaster
index f92d38eca..f3fcf04c3 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -158,6 +158,7 @@ unset OE_ROOT
# 4) pid's we need to clean up on exit/shutdown
# note: for future. in order to make this an arbitrary directory, we need to
# make sure that the toaster.sqlite file doesn't default to `pwd` like it currently does.
+export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOASTER_DIR"
export TOASTER_DIR=`pwd`
WEBSERVER=1