toaster-manual: Changed the Webport address:

Using 0.0.0.0:8400 as a better way to set up this address.  Easier
on the user.

(From yocto-docs rev: bef463d2743989596388fda7e97119f43da045a8)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-07-14 11:16:10 -07:00 committed by Richard Purdie
parent 640181cce8
commit b09a3adb64
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@
You can use the <filename>WEBPORT</filename> parameter to
set a different host.
For example, the following command sets the host and port
to "192.168.0.1:8400":
to "0.0.0.0:8400":
<literallayout class='monospaced'>
$ source toaster start webport=192.168.0.1:8400
$ source toaster start webport=0.0.0.0:8400
</literallayout>
</para>
</section>