Run bitbake --observe-only similar way in analysis and
build mode:
bitbake --observe-only -u toasterui \
--remote-server=$BBSERVER -t xmlrpc
[YOCTO #8279]
Signed-off-by: Ed Bartosh <[email protected]>
---
bitbake/bin/toaster | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 945dcf1..0cb3c7c 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -322,7 +322,8 @@ case $CMD in
else
export BBSERVER=0.0.0.0:-1
if [ $NOTOASTERUI -eq 0 ]; then # we start the TOASTERUI
only if not inhibited
- bitbake --observe-only -u toasterui
>>${BUILDDIR}/toaster_ui.log 2>&1 & echo $! >${BUILDDIR}/.toasterui.pid
+ bitbake --observe-only -u toasterui --remote-server=$BBSERVER
-t xmlrpc >>${BUILDDIR}/toaster_ui.log 2>&1 \
+ & echo $! >${BUILDDIR}/.toasterui.pid
fi
fi
if [ $start_success -eq 1 ]; then
--
2.1.4
--
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster