diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 13:08:45 +0100 |
commit | e9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20 (patch) | |
tree | d5bbbbe052a51dc4494e4913a03c95045682efd6 /documentation/poky-ref-manual | |
parent | b3d84fb35a2d11587d973c59a6d0851c1988d409 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 10 | ||||
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 12 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 6 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 16 |
4 files changed, 22 insertions, 22 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> |
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 6a5e1a5d8a..69ff4e2a52 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml | |||
@@ -269,7 +269,7 @@ fi | |||
269 | The following example shows the form for the two lines you need: | 269 | The following example shows the form for the two lines you need: |
270 | </para> | 270 | </para> |
271 | <programlisting> | 271 | <programlisting> |
272 | IMAGE_INSTALL = "task-poky-x11-base package1 package2" | 272 | IMAGE_INSTALL = "task-core-x11-base package1 package2" |
273 | 273 | ||
274 | inherit poky-image | 274 | inherit poky-image |
275 | </programlisting> | 275 | </programlisting> |
@@ -283,11 +283,11 @@ inherit poky-image | |||
283 | </para> | 283 | </para> |
284 | <para> | 284 | <para> |
285 | The other method for creating a custom image is to modify an existing image. | 285 | The other method for creating a custom image is to modify an existing image. |
286 | For example, if a developer wants to add "strace" into "poky-image-sato", they can use | 286 | For example, if a developer wants to add "strace" into "core-image-sato", they can use |
287 | the following recipe: | 287 | the following recipe: |
288 | </para> | 288 | </para> |
289 | <programlisting> | 289 | <programlisting> |
290 | require poky-image-sato.bb | 290 | require core-image-sato.bb |
291 | 291 | ||
292 | IMAGE_INSTALL += "strace" | 292 | IMAGE_INSTALL += "strace" |
293 | </programlisting> | 293 | </programlisting> |
@@ -368,8 +368,8 @@ RRECOMMENDS_task-custom-tools = "\ | |||
368 | Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. | 368 | Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. |
369 | Dropbear is a minimal SSH server appropriate for resource-constrained environments, | 369 | Dropbear is a minimal SSH server appropriate for resource-constrained environments, |
370 | while OpenSSH is a well-known standard SSH server implementation. | 370 | while OpenSSH is a well-known standard SSH server implementation. |
371 | By default, poky-image-sato is configured to use Dropbear. | 371 | By default, core-image-sato is configured to use Dropbear. |
372 | The poky-image-basic and poky-image-lsb images both include OpenSSH. | 372 | The core-image-basic and core-image-lsb images both include OpenSSH. |
373 | To change these defaults, edit the <filename>IMAGE_FEATURES</filename> variable | 373 | To change these defaults, edit the <filename>IMAGE_FEATURES</filename> variable |
374 | so that it sets the image you are working with to include ssh-server-dropbear | 374 | so that it sets the image you are working with to include ssh-server-dropbear |
375 | or ssh-server-openssh. | 375 | or ssh-server-openssh. |
@@ -412,7 +412,7 @@ DISTRO_EXTRA_RDEPENDS += "strace" | |||
412 | </para> | 412 | </para> |
413 | <programlisting> | 413 | <programlisting> |
414 | $ bitbake -c clean task-boot task-base task-poky | 414 | $ bitbake -c clean task-boot task-base task-poky |
415 | $ bitbake poky-image-sato | 415 | $ bitbake core-image-sato |
416 | </programlisting> | 416 | </programlisting> |
417 | </section> | 417 | </section> |
418 | 418 | ||
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 75b3bf5e54..df8432c91b 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -9,7 +9,7 @@ | |||
9 | BitBake is a program written in Python that interprets the metadata that makes up Poky. | 9 | BitBake is a program written in Python that interprets the metadata that makes up Poky. |
10 | At some point, people wonder what actually happens when you enter: | 10 | At some point, people wonder what actually happens when you enter: |
11 | <literallayout class='monospaced'> | 11 | <literallayout class='monospaced'> |
12 | $ bitbake poky-image-sato | 12 | $ bitbake core-image-sato |
13 | </literallayout> | 13 | </literallayout> |
14 | </para> | 14 | </para> |
15 | 15 | ||
@@ -111,11 +111,11 @@ | |||
111 | 111 | ||
112 | <para> | 112 | <para> |
113 | Once all the <filename>.bb</filename> files have been | 113 | Once all the <filename>.bb</filename> files have been |
114 | parsed, BitBake starts to build the target (poky-image-sato in the previous section's | 114 | parsed, BitBake starts to build the target (core-image-sato in the previous section's |
115 | example) and looks for providers of that target. | 115 | example) and looks for providers of that target. |
116 | Once a provider is selected, BitBake resolves all the dependencies for | 116 | Once a provider is selected, BitBake resolves all the dependencies for |
117 | the target. | 117 | the target. |
118 | In the case of "poky-image-sato", it would lead to <filename>task-base.bb</filename>, | 118 | In the case of "core-image-sato", it would lead to <filename>task-base.bb</filename>, |
119 | which in turn leads to packages like <application>Contacts</application>, | 119 | which in turn leads to packages like <application>Contacts</application>, |
120 | <application>Dates</application> and <application>BusyBox</application>. | 120 | <application>Dates</application> and <application>BusyBox</application>. |
121 | These packages in turn depend on glibc and the toolchain. | 121 | These packages in turn depend on glibc and the toolchain. |
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 03cc624504..955fae59b5 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
@@ -28,41 +28,41 @@ | |||
28 | <itemizedlist> | 28 | <itemizedlist> |
29 | <listitem> | 29 | <listitem> |
30 | <para> | 30 | <para> |
31 | <emphasis>poky-image-minimal</emphasis> - A small image just capable | 31 | <emphasis>core-image-minimal</emphasis> - A small image just capable |
32 | of allowing a device to boot. | 32 | of allowing a device to boot. |
33 | </para> | 33 | </para> |
34 | </listitem> | 34 | </listitem> |
35 | <listitem> | 35 | <listitem> |
36 | <para> | 36 | <para> |
37 | <emphasis>poky-image-base</emphasis> - A console-only image that fully | 37 | <emphasis>core-image-base</emphasis> - A console-only image that fully |
38 | supports the target device hardware. | 38 | supports the target device hardware. |
39 | </para> | 39 | </para> |
40 | </listitem> | 40 | </listitem> |
41 | <listitem> | 41 | <listitem> |
42 | <para> | 42 | <para> |
43 | <emphasis>poky-image-core</emphasis> - An X11 image with simple | 43 | <emphasis>core-image-core</emphasis> - An X11 image with simple |
44 | applications such as terminal, editor, and file manager. | 44 | applications such as terminal, editor, and file manager. |
45 | </para> | 45 | </para> |
46 | </listitem> | 46 | </listitem> |
47 | <listitem> | 47 | <listitem> |
48 | <para> | 48 | <para> |
49 | <emphasis>poky-image-sato</emphasis> - An X11 image with Sato theme and | 49 | <emphasis>core-image-sato</emphasis> - An X11 image with Sato theme and |
50 | Pimlico applications. | 50 | Pimlico applications. |
51 | The image also contains terminal, editor, and file manager. | 51 | The image also contains terminal, editor, and file manager. |
52 | </para> | 52 | </para> |
53 | </listitem> | 53 | </listitem> |
54 | <listitem> | 54 | <listitem> |
55 | <para> | 55 | <para> |
56 | <emphasis>poky-image-sato-dev</emphasis> - An X11 image similar to | 56 | <emphasis>core-image-sato-dev</emphasis> - An X11 image similar to |
57 | poky-image-sato but | 57 | core-image-sato but |
58 | also includes a native toolchain and libraries needed to build applications | 58 | also includes a native toolchain and libraries needed to build applications |
59 | on the device itself. The image also includes testing and profiling tools | 59 | on the device itself. The image also includes testing and profiling tools |
60 | as well as debug symbols. This image was formerly poky-image-sdk. | 60 | as well as debug symbols. This image was formerly core-image-sdk. |
61 | </para> | 61 | </para> |
62 | </listitem> | 62 | </listitem> |
63 | <listitem> | 63 | <listitem> |
64 | <para> | 64 | <para> |
65 | <emphasis>poky-image-lsb</emphasis> - An image suitable for implementations | 65 | <emphasis>core-image-lsb</emphasis> - An image suitable for implementations |
66 | that conform to Linux Standard Base (LSB). | 66 | that conform to Linux Standard Base (LSB). |
67 | </para> | 67 | </para> |
68 | </listitem> | 68 | </listitem> |