summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-20 15:11:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-28 09:22:57 +0100
commit9e5a745d98072648d529a0e9136f5813cbeca7c4 (patch)
tree780a5282437740757c0c7be24e9a18e0011ff72c /documentation/sdk-manual
parentbb02c59e0bc3300a3394e0c354eb2ed369b6fbd7 (diff)
downloadpoky-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')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml48
-rw-r--r--documentation/sdk-manual/sdk-eclipse-project.xml11
2 files changed, 36 insertions, 23 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml
index af4332f6c8..0fb92985a4 100644
--- a/documentation/sdk-manual/sdk-appendix-neon.xml
+++ b/documentation/sdk-manual/sdk-appendix-neon.xml
@@ -819,54 +819,66 @@
819 exit out of or close that shell). 819 exit out of or close that shell).
820 </note> 820 </note>
821 <orderedlist> 821 <orderedlist>
822 <listitem><para>Select "Debug Configurations..." from the 822 <listitem><para>
823 Select "Debug Configurations..." from the
823 "Run" menu.</para></listitem> 824 "Run" menu.</para></listitem>
824 <listitem><para>In the left area, expand 825 <listitem><para>
825 <filename>C/C++Remote Application</filename>. 826 In the left area, expand
827 "C/C++Remote Application".
826 </para></listitem> 828 </para></listitem>
827 <listitem><para>Locate your project and select it to bring 829 <listitem><para>
830 Locate your project and select it to bring
828 up a new tabbed view in the Debug Configurations Dialog. 831 up a new tabbed view in the Debug Configurations Dialog.
829 </para></listitem> 832 </para></listitem>
830 <listitem><para>Click on the "Debugger" tab to see the 833 <listitem><para>
834 Click on the "Debugger" tab to see the
831 cross-tool debugger you are using. 835 cross-tool debugger you are using.
832 Be sure to change to the debugger perspective in Eclipse. 836 Be sure to change to the debugger perspective in Eclipse.
833 </para></listitem> 837 </para></listitem>
834 <listitem><para>Click on the "Main" tab. 838 <listitem><para>
839 Click on the "Main" tab.
835 </para></listitem> 840 </para></listitem>
836 <listitem><para>Create a new connection to the QEMU instance 841 <listitem><para>Create a new connection to the QEMU instance
837 by clicking on "new".</para></listitem> 842 by clicking on "new".</para></listitem>
838 <listitem><para>Select <filename>SSH</filename>, which means 843 <listitem><para>
844 Select "SSH", which means
839 Secure Socket Shell. 845 Secure Socket Shell.
840 Optionally, you can select a TCF connection instead. 846 Optionally, you can select a TCF connection instead.
841 </para></listitem> 847 </para></listitem>
842 <listitem><para>Click "Next". 848 <listitem><para>
849 Click "Next".
843 </para></listitem> 850 </para></listitem>
844 <listitem><para>Clear out the "Connection name" field and 851 <listitem><para>
852 Clear out the "Connection name" field and
845 enter any name you want for the connection. 853 enter any name you want for the connection.
846 </para></listitem> 854 </para></listitem>
847 <listitem><para>Put the IP address for the connection in 855 <listitem><para>
856 Put the IP address for the connection in
848 the "Host" field. 857 the "Host" field.
849 For QEMU, the default is <filename>192.168.7.2</filename>. 858 For QEMU, the default is "192.168.7.2".
850 However, if a previous QEMU session did not exit 859 However, if a previous QEMU session did not exit
851 cleanly, the IP address increments (e.g. 860 cleanly, the IP address increments (e.g.
852 <filename>192.168.7.3</filename>). 861 "192.168.7.3").
853 <note> 862 <note>
854 You can find the IP address for the current QEMU 863 You can find the IP address for the current QEMU
855 session by looking in the xterm that opens when 864 session by looking in the xterm that opens when
856 you launch QEMU. 865 you launch QEMU.
857 </note> 866 </note>
858 </para></listitem> 867 </para></listitem>
859 <listitem><para>Enter <filename>root</filename>, which 868 <listitem><para>
869 Enter "root", which
860 is the default for QEMU, for the "User" field. 870 is the default for QEMU, for the "User" field.
861 Be sure to leave the password field empty. 871 Be sure to leave the password field empty.
862 </para></listitem> 872 </para></listitem>
863 <listitem><para>Click "Finish" to close the 873 <listitem><para>Click "Finish" to close the
864 New Connections Dialog. 874 New Connections Dialog.
865 </para></listitem> 875 </para></listitem>
866 <listitem><para>If necessary, use the drop-down menu now in the 876 <listitem><para>
877 If necessary, use the drop-down menu now in the
867 "Connection" field and pick the IP Address you entered. 878 "Connection" field and pick the IP Address you entered.
868 </para></listitem> 879 </para></listitem>
869 <listitem><para>Assuming you are connecting as the root user, 880 <listitem><para>
881 Assuming you are connecting as the root user,
870 which is the default for QEMU x86-64 SDK images provided by 882 which is the default for QEMU x86-64 SDK images provided by
871 the Yocto Project, in the "Remote Absolute File Path for 883 the Yocto Project, in the "Remote Absolute File Path for
872 C/C++ Application" field, browse to 884 C/C++ Application" field, browse to
@@ -911,9 +923,11 @@
911 <listitem><para> 923 <listitem><para>
912 Be sure you change to the "Debug" perspective in Eclipse. 924 Be sure you change to the "Debug" perspective in Eclipse.
913 </para></listitem> 925 </para></listitem>
914 <listitem><para>Click "Debug" 926 <listitem><para>
927 Click "Debug"
915 </para></listitem> 928 </para></listitem>
916 <listitem><para>Accept the debug perspective. 929 <listitem><para>
930 Accept the debug perspective.
917 </para></listitem> 931 </para></listitem>
918 </orderedlist> 932 </orderedlist>
919 </para> 933 </para>
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>