The output from runbuilds should not spout over the console where you would be running cmdline builds. Redirected to TOASTER_DIR/toaster_runbuilds.log.
[YOCTO #11006] Signed-off-by: brian avery <[email protected]> --- bitbake/bin/toaster | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index daaf8ea..37a1116 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster @@ -255,7 +255,10 @@ case $CMD in return 4 fi export BITBAKE_UI='toasterui' - $MANAGE runbuilds & + $MANAGE runbuilds \ + </dev/null >>${BUILDDIR}/toaster_runbuilds.log 2>&1 \ + & echo $! >${BUILDDIR}/.runbuilds.pid + # set fail safe stop system on terminal exit trap stop_system SIGHUP echo "Successful ${CMD}." -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
