summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-images.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-images.xml')
-rw-r--r--documentation/poky-ref-manual/ref-images.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index a4cd926d0d..0ffea5d19f 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -6,7 +6,7 @@
6 <title>Reference: Images</title> 6 <title>Reference: Images</title>
7 7
8 <para> 8 <para>
9 The Yocto Project build process supports several types of images to satisfy different needs. 9 The OpenEmbedded build process supports several types of images to satisfy different needs.
10 When you issue the <filename>bitbake</filename> command you provide a “top-level” recipe 10 When you issue the <filename>bitbake</filename> command you provide a “top-level” recipe
11 that essentially begins the build for the type of image you want. 11 that essentially begins the build for the type of image you want.
12 </para> 12 </para>
@@ -32,8 +32,8 @@
32 These recipes reside in the <filename>meta/recipes-core/images</filename>, 32 These recipes reside in the <filename>meta/recipes-core/images</filename>,
33 <filename>meta/recipes-extended/images</filename>, 33 <filename>meta/recipes-extended/images</filename>,
34 <filename>meta/recipes-graphics/images</filename>, and 34 <filename>meta/recipes-graphics/images</filename>, and
35 <filename>meta/recipes-sato/images</filename> directories of your local Yocto Project 35 <filename>meta/recipes-sato/images</filename> directories
36 file structure (Git repository or extracted release tarball). 36 within the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
37 Although the recipe names are somewhat explanatory, here is a list that describes them: 37 Although the recipe names are somewhat explanatory, here is a list that describes them:
38 </para> 38 </para>
39 39