summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-xbitbake/bin/toaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 6b90ee187e..8711014cfe 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -248,7 +248,7 @@ fi
248# 3) the sqlite db if that is being used. 248# 3) the sqlite db if that is being used.
249# 4) pid's we need to clean up on exit/shutdown 249# 4) pid's we need to clean up on exit/shutdown
250export TOASTER_DIR=$TOASTERDIR 250export TOASTER_DIR=$TOASTERDIR
251export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOASTER_DIR" 251export BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS TOASTER_DIR"
252 252
253# Determine the action. If specified by arguments, fine, if not, toggle it 253# Determine the action. If specified by arguments, fine, if not, toggle it
254if [ "$CMD" = "start" ] ; then 254if [ "$CMD" = "start" ] ; then