summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-24 14:35:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:27 +0100
commit3f3f0c66b9962c88fd79313417fd5eddd816e959 (patch)
treee221ba43551f10ef57501df1b15855668ee4dcb7 /documentation/overview-manual
parent21cf955f9222ca61804d9f8b37071354af56d0eb (diff)
downloadpoky-3f3f0c66b9962c88fd79313417fd5eddd816e959.tar.gz
overview-manual: Added intro text for the concepts chapter.
(From yocto-docs rev: 6ea1e6f016957da96d6cf8a058ec9c18c9843949) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml
index 88c2db29bd..f99cbf21b2 100644
--- a/documentation/overview-manual/overview-manual-concepts.xml
+++ b/documentation/overview-manual/overview-manual-concepts.xml
@@ -5,6 +5,16 @@
5<chapter id=' overview-manual-concepts'> 5<chapter id=' overview-manual-concepts'>
6<title>Yocto Project Concepts</title> 6<title>Yocto Project Concepts</title>
7 7
8 <para>
9 This chapter provides explanations for Yocto Project concepts that
10 go beyond the surface of "how-to" information and reference (or
11 look-up) material.
12 Concepts such as components, the
13 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>
14 workflow, cross-development toolchains, shared state cache, and so
15 forth are explained.
16 </para>
17
8 <section id='yocto-project-components'> 18 <section id='yocto-project-components'>
9 <title>Yocto Project Components</title> 19 <title>Yocto Project Components</title>
10 20