summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-26 13:51:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:25 +0000
commit54c9794f0b509cdf1707cc3d8d309f1de997c9d0 (patch)
treead4dbc607dc6a75cd78f152aa926262479210ad9 /documentation
parentcdf4f79a5d781716a150d81addf6f78551483e30 (diff)
downloadpoky-54c9794f0b509cdf1707cc3d8d309f1de997c9d0.tar.gz
concepts-manual: Updated how the general build figure is referenced
this figure had been being referred to as the YP build process. However, it is really more of the OpenEmbedded build system process. Basically, what goes on during a build. I changed the way the general figure is referred to. (From yocto-docs rev: 1cb79b04182bd660b37637d9cec7d6edf33fc292) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/concepts-manual/concepts-manual-concepts.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/documentation/concepts-manual/concepts-manual-concepts.xml b/documentation/concepts-manual/concepts-manual-concepts.xml
index 0d01372c2e..c4c022205d 100644
--- a/documentation/concepts-manual/concepts-manual-concepts.xml
+++ b/documentation/concepts-manual/concepts-manual-concepts.xml
@@ -191,13 +191,13 @@
191 <title>Development Concepts</title> 191 <title>Development Concepts</title>
192 192
193 <para> 193 <para>
194 This section takes a more detailed look inside the development 194 This section takes a more detailed look inside the build
195 process. 195 process used by the OpenEmbedded build system.
196 The following diagram represents development at a high level. 196 The following diagram represents the build at a high level.
197 The remainder of this section expands on the fundamental input, 197 The remainder of this section expands on the fundamental input,
198 output, process, and 198 output, process, and
199 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>) blocks 199 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
200 that make up development in the Yocto Project environment. 200 blocks that make up the build process.
201 </para> 201 </para>
202 202
203 <para id='general-yocto-environment-figure'> 203 <para id='general-yocto-environment-figure'>
@@ -205,7 +205,7 @@
205 </para> 205 </para>
206 206
207 <para> 207 <para>
208 In general, development consists of several functional areas: 208 In general, the build process consists of several functional areas:
209 <itemizedlist> 209 <itemizedlist>
210 <listitem><para> 210 <listitem><para>
211 <emphasis>User Configuration:</emphasis> 211 <emphasis>User Configuration:</emphasis>
@@ -264,7 +264,7 @@
264 <para> 264 <para>
265 The following figure shows an expanded representation of the 265 The following figure shows an expanded representation of the
266 "User Configuration" box of the 266 "User Configuration" box of the
267 <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link>: 267 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>:
268 </para> 268 </para>
269 269
270 <para> 270 <para>
@@ -535,7 +535,7 @@
535 The following figure shows an expanded representation of the 535 The following figure shows an expanded representation of the
536 Metadata, Machine Configuration, and Policy Configuration input 536 Metadata, Machine Configuration, and Policy Configuration input
537 (layers) boxes of the 537 (layers) boxes of the
538 <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link>: 538 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>:
539 </para> 539 </para>
540 540
541 <para> 541 <para>
@@ -698,7 +698,7 @@
698 In order for the OpenEmbedded build system to create an 698 In order for the OpenEmbedded build system to create an
699 image or any target, it must be able to access source files. 699 image or any target, it must be able to access source files.
700 The 700 The
701 <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link> 701 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>
702 represents source files using the "Upstream Project Releases", 702 represents source files using the "Upstream Project Releases",
703 "Local Projects", and "SCMs (optional)" boxes. 703 "Local Projects", and "SCMs (optional)" boxes.
704 The figure represents mirrors, which also play a role in 704 The figure represents mirrors, which also play a role in
@@ -762,7 +762,7 @@
762 The remainder of this section provides a deeper look into the 762 The remainder of this section provides a deeper look into the
763 source files and the mirrors. 763 source files and the mirrors.
764 Here is a more detailed look at the source file area of the 764 Here is a more detailed look at the source file area of the
765 base figure: 765 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>:
766 <imagedata fileref="figures/source-input.png" align="center" width="7in" depth="7.5in" /> 766 <imagedata fileref="figures/source-input.png" align="center" width="7in" depth="7.5in" />
767 </para> 767 </para>
768 768
@@ -882,7 +882,7 @@
882 in the 882 in the
883 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. 883 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
884 The 884 The
885 <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link> 885 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>
886 shows this package feeds area in the upper-right corner. 886 shows this package feeds area in the upper-right corner.
887 </para> 887 </para>
888 888
@@ -976,7 +976,7 @@
976 <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> 976 <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink>
977 to produce images. 977 to produce images.
978 You can see from the 978 You can see from the
979 <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link>, 979 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>,
980 the BitBake area consists of several functional areas. 980 the BitBake area consists of several functional areas.
981 This section takes a closer look at each of those areas. 981 This section takes a closer look at each of those areas.
982 </para> 982 </para>
@@ -1731,7 +1731,7 @@
1731 are compressed forms of the 1731 are compressed forms of the
1732 root filesystem that are ready to boot on a target device. 1732 root filesystem that are ready to boot on a target device.
1733 You can see from the 1733 You can see from the
1734 <link linkend='general-yocto-environment-figure'>general Yocto Project Development Environment figure</link> 1734 <link linkend='general-yocto-environment-figure'>general Build Process figure</link>
1735 that BitBake output, in part, consists of images. 1735 that BitBake output, in part, consists of images.
1736 This section is going to look more closely at this output: 1736 This section is going to look more closely at this output:
1737 <imagedata fileref="figures/images.png" align="center" width="5.5in" depth="5.5in" /> 1737 <imagedata fileref="figures/images.png" align="center" width="5.5in" depth="5.5in" />