summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/toaster1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index fbda8dc9f4..2397319916 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -300,6 +300,7 @@ case $CMD in
300 echo "Bitbake server start failed" 300 echo "Bitbake server start failed"
301 else 301 else
302 export BBSERVER=0.0.0.0:-1 302 export BBSERVER=0.0.0.0:-1
303 export DATABASE_URL=`$BBBASEDIR/lib/toaster/manage.py get-dburl`
303 if [ $NOTOASTERUI -eq 0 ]; then # we start the TOASTERUI only if not inhibited 304 if [ $NOTOASTERUI -eq 0 ]; then # we start the TOASTERUI only if not inhibited
304 bitbake --observe-only -u toasterui >>${BUILDDIR}/toaster_ui.log 2>&1 & echo $! >${BUILDDIR}/.toasterui.pid 305 bitbake --observe-only -u toasterui >>${BUILDDIR}/toaster_ui.log 2>&1 & echo $! >${BUILDDIR}/.toasterui.pid
305 fi 306 fi