summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/bin/toaster4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 6a85ae255c..1e6e6905e4 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -175,15 +175,11 @@ fi
175# make sure that the toaster.sqlite file doesn't default to `pwd` like it currently does. 175# make sure that the toaster.sqlite file doesn't default to `pwd` like it currently does.
176export TOASTER_DIR=`pwd` 176export TOASTER_DIR=`pwd`
177 177
178NOTOASTERUI=0
179WEBSERVER=1 178WEBSERVER=1
180WEB_PORT="8000" 179WEB_PORT="8000"
181unset CMD 180unset CMD
182for param in $*; do 181for param in $*; do
183 case $param in 182 case $param in
184 noui )
185 NOTOASTERUI=1
186 ;;
187 noweb ) 183 noweb )
188 WEBSERVER=0 184 WEBSERVER=0
189 ;; 185 ;;