summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/development.xml
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:25:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 13:08:45 +0100
commite9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20 (patch)
treed5bbbbe052a51dc4494e4913a03c95045682efd6 /documentation/poky-ref-manual/development.xml
parentb3d84fb35a2d11587d973c59a6d0851c1988d409 (diff)
downloadpoky-e9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20.tar.gz
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r--documentation/poky-ref-manual/development.xml10
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/&lt;host-arch&gt;/usr/bin/&lt;target-abi&gt;-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/&lt;host-arch&gt;/usr/bin/&lt;target-abi&gt;-gdb
764 <filename>tmp/rootfs</filename>: 764 <filename>tmp/rootfs</filename>:
765 <programlisting> 765 <programlisting>
766tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ 766tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \
767tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/opkg.conf -o \ 767tmp/work/&lt;target-abi&gt;/core-image-sato-1.0-r0/temp/opkg.conf -o \
768tmp/rootfs/ update 768tmp/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>
772tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ 772tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \
773tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/opkg.conf \ 773tmp/work/&lt;target-abi&gt;/core-image-sato-1.0-r0/temp/opkg.conf \
774-o tmp/rootfs install foo 774-o tmp/rootfs install foo
775 775
776tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \ 776tmp/sysroots/i686-linux/usr/bin/opkg-cl -f \
777tmp/work/&lt;target-abi&gt;/poky-image-sato-1.0-r0/temp/opkg.conf \ 777tmp/work/&lt;target-abi&gt;/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>