mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake: bitbake: clarify startup message
Fix the startup message by making clear which server runs on which port. (Bitbake rev: 26d601ab2a677a422bab425696a2cf6357ff3576) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
24dab21567
commit
f19b4e995e
+1
-1
@@ -372,7 +372,7 @@ def main():
|
|||||||
bb.event.ui_queue = []
|
bb.event.ui_queue = []
|
||||||
server_connection.terminate()
|
server_connection.terminate()
|
||||||
else:
|
else:
|
||||||
print("server address: %s, server port: %s" % (server.serverImpl.host, server.serverImpl.port))
|
print("Bitbake server address: %s, server port: %s" % (server.serverImpl.host, server.serverImpl.port))
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
@@ -74,6 +74,8 @@ function webserverStartAll()
|
|||||||
if ! cat "${BUILDDIR}/.toastermain.pid" | xargs -I{} kill -0 {} ; then
|
if ! cat "${BUILDDIR}/.toastermain.pid" | xargs -I{} kill -0 {} ; then
|
||||||
retval=1
|
retval=1
|
||||||
rm "${BUILDDIR}/.toastermain.pid"
|
rm "${BUILDDIR}/.toastermain.pid"
|
||||||
|
else
|
||||||
|
echo "Webserver address: 0.0.0.0:8000"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
return $retval
|
return $retval
|
||||||
|
|||||||
Reference in New Issue
Block a user