summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/toaster5
1 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index daaf8eaac8..37a11165d2 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -255,7 +255,10 @@ case $CMD in
255 return 4 255 return 4
256 fi 256 fi
257 export BITBAKE_UI='toasterui' 257 export BITBAKE_UI='toasterui'
258 $MANAGE runbuilds & 258 $MANAGE runbuilds \
259 </dev/null >>${BUILDDIR}/toaster_runbuilds.log 2>&1 \
260 & echo $! >${BUILDDIR}/.runbuilds.pid
261
259 # set fail safe stop system on terminal exit 262 # set fail safe stop system on terminal exit
260 trap stop_system SIGHUP 263 trap stop_system SIGHUP
261 echo "Successful ${CMD}." 264 echo "Successful ${CMD}."