diff options
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 45df028f86..cee865a4a4 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -384,7 +384,7 @@ | |||
384 | <listitem><para>Kernel: Use the file chooser to select the kernel used with QEMU.</para></listitem> | 384 | <listitem><para>Kernel: Use the file chooser to select the kernel used with QEMU.</para></listitem> |
385 | <listitem><para>Root filesystem: Use the file chooser to select the root | 385 | <listitem><para>Root filesystem: Use the file chooser to select the root |
386 | filesystem directory. This directory is where you use "poky-extract-sdk" to extract the | 386 | filesystem directory. This directory is where you use "poky-extract-sdk" to extract the |
387 | poky-image-sdk tarball.</para></listitem> | 387 | core-image-sdk tarball.</para></listitem> |
388 | </itemizedlist> | 388 | </itemizedlist> |
389 | </para> | 389 | </para> |
390 | </section> | 390 | </section> |
@@ -738,7 +738,7 @@ tmp/sysroots/<host-arch>/usr/bin/<target-abi>-gdb | |||
738 | <para> | 738 | <para> |
739 | Perhaps the easiest is to have an 'sdk' image that corresponds to the plain | 739 | Perhaps the easiest is to have an 'sdk' image that corresponds to the plain |
740 | image installed on the device. | 740 | image installed on the device. |
741 | In the case of 'poky-image-sato', 'poky-image-sdk' would contain suitable symbols. | 741 | In the case of 'core-image-sato', 'core-image-sdk' would contain suitable symbols. |
742 | Because the sdk images already have the debugging symbols installed it is just a | 742 | Because the sdk images already have the debugging symbols installed it is just a |
743 | question of expanding the archive to some location and then informing GDB. | 743 | question of expanding the archive to some location and then informing GDB. |
744 | </para> | 744 | </para> |
@@ -764,17 +764,17 @@ tmp/sysroots/<host-arch>/usr/bin/<target-abi>-gdb | |||
764 | <filename>tmp/rootfs</filename>: | 764 | <filename>tmp/rootfs</filename>: |
765 | <programlisting> | 765 | <programlisting> |
766 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ | 766 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ |
767 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf -o \ | 767 | tmp/work/<target-abi>/core-image-sato-1.0-r0/temp/opkg.conf -o \ |
768 | tmp/rootfs/ update | 768 | tmp/rootfs/ update |
769 | </programlisting></para></listitem> | 769 | </programlisting></para></listitem> |
770 | <listitem><para>Install the debugging information: | 770 | <listitem><para>Install the debugging information: |
771 | <programlisting> | 771 | <programlisting> |
772 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ | 772 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ |
773 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \ | 773 | tmp/work/<target-abi>/core-image-sato-1.0-r0/temp/opkg.conf \ |
774 | -o tmp/rootfs install foo | 774 | -o tmp/rootfs install foo |
775 | 775 | ||
776 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ | 776 | tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ |
777 | tmp/work/<target-abi>/poky-image-sato-1.0-r0/temp/opkg.conf \ | 777 | tmp/work/<target-abi>/core-image-sato-1.0-r0/temp/opkg.conf \ |
778 | -o tmp/rootfs install foo-dbg | 778 | -o tmp/rootfs install foo-dbg |
779 | </programlisting></para></listitem> | 779 | </programlisting></para></listitem> |
780 | </orderedlist> | 780 | </orderedlist> |