diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-06-20 15:11:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-28 09:22:57 +0100 |
commit | 9e5a745d98072648d529a0e9136f5813cbeca7c4 (patch) | |
tree | 780a5282437740757c0c7be24e9a18e0011ff72c /documentation/sdk-manual/sdk-eclipse-project.xml | |
parent | bb02c59e0bc3300a3394e0c354eb2ed369b6fbd7 (diff) | |
download | poky-9e5a745d98072648d529a0e9136f5813cbeca7c4.tar.gz |
sdk-manual: Updates to Depolying and Debugging
Made several formatting changes for selections. These should
be using quotes and not being formatted in Courier.
(From yocto-docs rev: ec0a2d7e3cfd78fa4e508d5672f1c8265a3600a4)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-eclipse-project.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 98e1363911..f8a586f54e 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml | |||
@@ -1110,7 +1110,7 @@ | |||
1110 | </para></listitem> | 1110 | </para></listitem> |
1111 | <listitem><para> | 1111 | <listitem><para> |
1112 | In the left area, expand | 1112 | In the left area, expand |
1113 | <filename>C/C++Remote Application</filename>. | 1113 | "C/C++Remote Application". |
1114 | </para></listitem> | 1114 | </para></listitem> |
1115 | <listitem><para> | 1115 | <listitem><para> |
1116 | Locate your project and select it to bring | 1116 | Locate your project and select it to bring |
@@ -1129,7 +1129,7 @@ | |||
1129 | <listitem><para> | 1129 | <listitem><para> |
1130 | Create a new connection to the QEMU instance | 1130 | Create a new connection to the QEMU instance |
1131 | by clicking on "new".</para></listitem> | 1131 | by clicking on "new".</para></listitem> |
1132 | <listitem><para>Select <filename>SSH</filename>, which | 1132 | <listitem><para>Select "SSH", which |
1133 | means Secure Socket Shell and then click "OK". | 1133 | means Secure Socket Shell and then click "OK". |
1134 | Optionally, you can select a TCF connection | 1134 | Optionally, you can select a TCF connection |
1135 | instead. | 1135 | instead. |
@@ -1141,11 +1141,10 @@ | |||
1141 | <listitem><para> | 1141 | <listitem><para> |
1142 | Put the IP address for the connection in | 1142 | Put the IP address for the connection in |
1143 | the "Host" field. | 1143 | the "Host" field. |
1144 | For QEMU, the default is | 1144 | For QEMU, the default is "192.168.7.2". |
1145 | <filename>192.168.7.2</filename>. | ||
1146 | However, if a previous QEMU session did not exit | 1145 | However, if a previous QEMU session did not exit |
1147 | cleanly, the IP address increments (e.g. | 1146 | cleanly, the IP address increments (e.g. |
1148 | <filename>192.168.7.3</filename>). | 1147 | "192.168.7.3"). |
1149 | <note> | 1148 | <note> |
1150 | You can find the IP address for the current | 1149 | You can find the IP address for the current |
1151 | QEMU session by looking in the xterm that | 1150 | QEMU session by looking in the xterm that |
@@ -1153,7 +1152,7 @@ | |||
1153 | </note> | 1152 | </note> |
1154 | </para></listitem> | 1153 | </para></listitem> |
1155 | <listitem><para> | 1154 | <listitem><para> |
1156 | Enter <filename>root</filename>, which | 1155 | Enter "root", which |
1157 | is the default for QEMU, for the "User" field. | 1156 | is the default for QEMU, for the "User" field. |
1158 | Be sure to leave the password field empty. | 1157 | Be sure to leave the password field empty. |
1159 | </para></listitem> | 1158 | </para></listitem> |