[Toaster] [PATCH 2/4] toaster: run bitbake --observe-only differently
Ed Bartosh
ed.bartosh at linux.intel.com
Thu Oct 1 05:55:10 PDT 2015
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 <ed.bartosh at linux.intel.com>
---
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
More information about the toaster
mailing list