diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-07 13:54:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:33 +0100 |
commit | 72679103232faf17bc49cb1ab4b1c825912343f5 (patch) | |
tree | b515723226f30564796034025489c8e53ff44e50 /documentation/sdk-manual/sdk-using.xml | |
parent | 8c2172b8be6c5bd6ab46ce9a8e12ea4bc51155d1 (diff) | |
download | poky-72679103232faf17bc49cb1ab4b1c825912343f5.tar.gz |
sdk-manual: Updated the connection steps for deployment
Provided clearer instruction on how to set up a new SSH
connection when deploying an application to QEMU.
(From yocto-docs rev: 93adc542a40e86377380684e1ce294edd0fd7268)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-using.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index d3b4e66883..0a16598dd9 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -1420,14 +1420,24 @@ | |||
1420 | Secure Socket Shell and then click "OK". | 1420 | Secure Socket Shell and then click "OK". |
1421 | Optionally, you can select an TCF connection instead. | 1421 | Optionally, you can select an TCF connection instead. |
1422 | </para></listitem> | 1422 | </para></listitem> |
1423 | <listitem><para>Clear out the "Connection name" field and enter | 1423 | <listitem><para>Clear out the "Connection name" field and |
1424 | the IP Address determined earlier (e.g. 192.168.7.2). | 1424 | enter any name you want for the connection. |
1425 | </para></listitem> | 1425 | </para></listitem> |
1426 | <listitem><para>Put the IP address for the connection in | 1426 | <listitem><para>Put the IP address for the connection in |
1427 | "Host" field. | 1427 | the "Host" field. |
1428 | For QEMU, the default is <filename>192.168.7.2</filename>. | ||
1429 | However, if a previous QEMU session did not exit | ||
1430 | cleanly, the IP address increments (e.g. | ||
1431 | <filename>192.168.7.3</filename>). | ||
1432 | <note> | ||
1433 | You can find the IP address for the current QEMU | ||
1434 | session by looking in the xterm that opens when | ||
1435 | you launch QEMU. | ||
1436 | </note> | ||
1428 | </para></listitem> | 1437 | </para></listitem> |
1429 | <listitem><para>Provide <filename>root</filename> for the | 1438 | <listitem><para>Enter <filename>root</filename>, which |
1430 | "User" field. | 1439 | is the default for QEMU, for the "User" field. |
1440 | Be sure to leave the password field empty. | ||
1431 | </para></listitem> | 1441 | </para></listitem> |
1432 | <listitem><para>Click "Finish" to close the | 1442 | <listitem><para>Click "Finish" to close the |
1433 | New Connections Dialog. | 1443 | New Connections Dialog. |