diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-24 14:35:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:58 +0100 |
commit | 7b94e3ef354a099f11451216ca8ab90a131b8425 (patch) | |
tree | a5828578a06d2a52b81e543caec554cbfdb9ff6d /documentation/overview-manual | |
parent | 615e0e83deedf0258466913f39a42eb0848761ca (diff) | |
download | poky-7b94e3ef354a099f11451216ca8ab90a131b8425.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.xml | 10 |
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 | ||