1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

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: 0ca787b3ce91afbb4ea4aeb12052cff39892e99f)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-06-20 15:11:37 -07:00
committed by Richard Purdie
parent aa6ea8847b
commit 9e7dd7fdd3
2 changed files with 36 additions and 23 deletions
@@ -1110,7 +1110,7 @@
</para></listitem>
<listitem><para>
In the left area, expand
<filename>C/C++Remote Application</filename>.
"C/C++Remote Application".
</para></listitem>
<listitem><para>
Locate your project and select it to bring
@@ -1129,7 +1129,7 @@
<listitem><para>
Create a new connection to the QEMU instance
by clicking on "new".</para></listitem>
<listitem><para>Select <filename>SSH</filename>, which
<listitem><para>Select "SSH", which
means Secure Socket Shell and then click "OK".
Optionally, you can select a TCF connection
instead.
@@ -1141,11 +1141,10 @@
<listitem><para>
Put the IP address for the connection in
the "Host" field.
For QEMU, the default is
<filename>192.168.7.2</filename>.
For QEMU, the default is "192.168.7.2".
However, if a previous QEMU session did not exit
cleanly, the IP address increments (e.g.
<filename>192.168.7.3</filename>).
"192.168.7.3").
<note>
You can find the IP address for the current
QEMU session by looking in the xterm that
@@ -1153,7 +1152,7 @@
</note>
</para></listitem>
<listitem><para>
Enter <filename>root</filename>, which
Enter "root", which
is the default for QEMU, for the "User" field.
Be sure to leave the password field empty.
</para></listitem>