diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-14 11:16:10 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:51 +0100 |
| commit | b09a3adb642a729c0bde1734d203fc3cfa53a7b9 (patch) | |
| tree | 465cbd610516217625adf16ece2e6bf6908b6feb | |
| parent | 640181cce81663b0a2055592382d127eac5d63ba (diff) | |
| download | poky-b09a3adb642a729c0bde1734d203fc3cfa53a7b9.tar.gz | |
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>
| -rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 7247fcba2e..966c35d4d3 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
| @@ -70,9 +70,9 @@ | |||
| 70 | You can use the <filename>WEBPORT</filename> parameter to | 70 | You can use the <filename>WEBPORT</filename> parameter to |
| 71 | set a different host. | 71 | set a different host. |
| 72 | For example, the following command sets the host and port | 72 | For example, the following command sets the host and port |
| 73 | to "192.168.0.1:8400": | 73 | to "0.0.0.0:8400": |
| 74 | <literallayout class='monospaced'> | 74 | <literallayout class='monospaced'> |
| 75 | $ source toaster start webport=192.168.0.1:8400 | 75 | $ source toaster start webport=0.0.0.0:8400 |
| 76 | </literallayout> | 76 | </literallayout> |
| 77 | </para> | 77 | </para> |
| 78 | </section> | 78 | </section> |
