diff options
-rwxr-xr-x | bitbake/bin/toaster | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index de38cece05..daaf8eaac8 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster | |||
@@ -158,6 +158,7 @@ unset OE_ROOT | |||
158 | # 4) pid's we need to clean up on exit/shutdown | 158 | # 4) pid's we need to clean up on exit/shutdown |
159 | # note: for future. in order to make this an arbitrary directory, we need to | 159 | # note: for future. in order to make this an arbitrary directory, we need to |
160 | # make sure that the toaster.sqlite file doesn't default to `pwd` like it currently does. | 160 | # make sure that the toaster.sqlite file doesn't default to `pwd` like it currently does. |
161 | export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOASTER_DIR" | ||
161 | export TOASTER_DIR=`pwd` | 162 | export TOASTER_DIR=`pwd` |
162 | 163 | ||
163 | WEBSERVER=1 | 164 | WEBSERVER=1 |