diff options
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 7fe60215ab..8dddb7a755 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -15,10 +15,8 @@ | |||
15 | <para> | 15 | <para> |
16 | You can find general information on how to build an image using the | 16 | You can find general information on how to build an image using the |
17 | Yocto Project in the | 17 | Yocto Project in the |
18 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'> | 18 | "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" |
19 | Building an Image</ulink> section of the | 19 | section of The Yocto Project Quick Start. |
20 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'> | ||
21 | Yocto Project Quick Start</ulink>. | ||
22 | This section provides a summary of the build process and provides information | 20 | This section provides a summary of the build process and provides information |
23 | for less obvious aspects of the build process. | 21 | for less obvious aspects of the build process. |
24 | </para> | 22 | </para> |
@@ -60,14 +58,14 @@ | |||
60 | files. | 58 | files. |
61 | Or, the target can be the name of a recipe for a specific piece of software such as | 59 | Or, the target can be the name of a recipe for a specific piece of software such as |
62 | <application>busybox</application>. | 60 | <application>busybox</application>. |
63 | For more details about the images Yocto Project supports, see the | 61 | For more details about the images the Yocto Project supports, see the |
64 | <link linkend="ref-images">'Reference: Images'</link> appendix. | 62 | "<link linkend="ref-images">Reference: Images</link>" appendix. |
65 | </para> | 63 | </para> |
66 | 64 | ||
67 | <note> | 65 | <note> |
68 | Building an image without GNU Public License Version 3 (GPLv3) components is | 66 | Building an image without GNU Public License Version 3 (GPLv3) components is |
69 | only supported for minimal and base images. | 67 | only supported for minimal and base images. |
70 | See <link linkend='ref-images'>'Reference: Images'</link> for more information. | 68 | See the "<link linkend='ref-images'>Reference: Images</link>" appendix for more information. |
71 | </note> | 69 | </note> |
72 | </section> | 70 | </section> |
73 | 71 | ||
@@ -93,10 +91,8 @@ | |||
93 | <filename class="directory">tmp/deploy/images</filename>. | 91 | <filename class="directory">tmp/deploy/images</filename>. |
94 | For information on how to run pre-built images such as <filename>qemux86</filename> | 92 | For information on how to run pre-built images such as <filename>qemux86</filename> |
95 | and <filename>qemuarm</filename>, see the | 93 | and <filename>qemuarm</filename>, see the |
96 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'> | 94 | "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" |
97 | Using Pre-Built Binaries and QEMU</ulink> section in the | 95 | section in The Yocto Project Quick Start. |
98 | <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'> | ||
99 | Yocto Project Quick Start</ulink>. | ||
100 | For information about how to install these images, see the documentation for your | 96 | For information about how to install these images, see the documentation for your |
101 | particular board/machine. | 97 | particular board/machine. |
102 | </para> | 98 | </para> |