diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-31 09:49:46 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:31 +0000 |
| commit | 64c70a7137894d3ac742fba0142f7c1337ead88c (patch) | |
| tree | e474ca5b73e2c8d89939fe8756c44cf5438a190a /documentation/concepts-manual | |
| parent | d924e446a36179ddb4b8fc403a531a5ebf829ab8 (diff) | |
| download | poky-64c70a7137894d3ac742fba0142f7c1337ead88c.tar.gz | |
concepts-manual: Content adjustments for the manual.
The manual's two files are an introductory chapter and then
a deeper concepts chapter. I scrubbed through the material, which
originated from the getting-started (overview-manual).
(From yocto-docs rev: 2ca572fac3ca71e73aad9bdd516a6ce90b148c53)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/concepts-manual')
| -rw-r--r-- | documentation/concepts-manual/concepts-manual-concepts.xml | 23 | ||||
| -rw-r--r-- | documentation/concepts-manual/concepts-manual-intro.xml | 23 |
2 files changed, 23 insertions, 23 deletions
diff --git a/documentation/concepts-manual/concepts-manual-concepts.xml b/documentation/concepts-manual/concepts-manual-concepts.xml index e4d6026b70..4ad4ebc74b 100644 --- a/documentation/concepts-manual/concepts-manual-concepts.xml +++ b/documentation/concepts-manual/concepts-manual-concepts.xml | |||
| @@ -59,8 +59,8 @@ | |||
| 59 | Following are some brief details on these core components. | 59 | Following are some brief details on these core components. |
| 60 | For additional information on how these components interact during | 60 | For additional information on how these components interact during |
| 61 | a build, see the | 61 | a build, see the |
| 62 | "<link linkend='development-concepts'>Development Concepts</link>" | 62 | "<ulink url='&YOCTO_DOCS_GS_URL;#development-concepts'>Development Concepts</ulink>" |
| 63 | section. | 63 | section in the Getting Started With Yocto Project Manual. |
| 64 | </para> | 64 | </para> |
| 65 | 65 | ||
| 66 | <section id='usingpoky-components-bitbake'> | 66 | <section id='usingpoky-components-bitbake'> |
| @@ -135,7 +135,7 @@ | |||
| 135 | </para> | 135 | </para> |
| 136 | </section> | 136 | </section> |
| 137 | 137 | ||
| 138 | <section id='usingpoky-components-metadata'> | 138 | <section id='concepts-components-metadata'> |
| 139 | <title>Metadata (Recipes)</title> | 139 | <title>Metadata (Recipes)</title> |
| 140 | 140 | ||
| 141 | <para> | 141 | <para> |
| @@ -219,7 +219,7 @@ | |||
| 219 | </para> | 219 | </para> |
| 220 | </section> | 220 | </section> |
| 221 | 221 | ||
| 222 | <section id='usingpoky-components-classes'> | 222 | <section id='concepts-components-classes'> |
| 223 | <title>Classes</title> | 223 | <title>Classes</title> |
| 224 | 224 | ||
| 225 | <para> | 225 | <para> |
| @@ -238,7 +238,7 @@ | |||
| 238 | </para> | 238 | </para> |
| 239 | </section> | 239 | </section> |
| 240 | 240 | ||
| 241 | <section id='usingpoky-components-configuration'> | 241 | <section id='concepts-components-configuration'> |
| 242 | <title>Configuration</title> | 242 | <title>Configuration</title> |
| 243 | 243 | ||
| 244 | <para> | 244 | <para> |
| @@ -471,9 +471,6 @@ | |||
| 471 | </note> | 471 | </note> |
| 472 | </section> | 472 | </section> |
| 473 | 473 | ||
| 474 | |||
| 475 | |||
| 476 | |||
| 477 | <section id="shared-state-cache"> | 474 | <section id="shared-state-cache"> |
| 478 | <title>Shared State Cache</title> | 475 | <title>Shared State Cache</title> |
| 479 | 476 | ||
| @@ -554,7 +551,7 @@ | |||
| 554 | state, and some tips and tricks. | 551 | state, and some tips and tricks. |
| 555 | </para> | 552 | </para> |
| 556 | 553 | ||
| 557 | <section id='overall-architecture'> | 554 | <section id='concepts-overall-architecture'> |
| 558 | <title>Overall Architecture</title> | 555 | <title>Overall Architecture</title> |
| 559 | 556 | ||
| 560 | <para> | 557 | <para> |
| @@ -1007,11 +1004,11 @@ | |||
| 1007 | Since the sysroot is not used, it would never get extracted. | 1004 | Since the sysroot is not used, it would never get extracted. |
| 1008 | This is another reason why a task-based approach is preferred | 1005 | This is another reason why a task-based approach is preferred |
| 1009 | over a recipe-based approach, which would have to install the | 1006 | over a recipe-based approach, which would have to install the |
| 1010 | output from every task. | 1007 | output from every task.n |
| 1011 | </para> | 1008 | </para> |
| 1012 | </section> | 1009 | </section> |
| 1013 | 1010 | ||
| 1014 | <section id='tips-and-tricks'> | 1011 | <section id='concepts-tips-and-tricks'> |
| 1015 | <title>Tips and Tricks</title> | 1012 | <title>Tips and Tricks</title> |
| 1016 | 1013 | ||
| 1017 | <para> | 1014 | <para> |
| @@ -1021,7 +1018,7 @@ | |||
| 1021 | around issues related to shared state code. | 1018 | around issues related to shared state code. |
| 1022 | </para> | 1019 | </para> |
| 1023 | 1020 | ||
| 1024 | <section id='overview-debugging'> | 1021 | <section id='concepts-overview-debugging'> |
| 1025 | <title>Debugging</title> | 1022 | <title>Debugging</title> |
| 1026 | 1023 | ||
| 1027 | <para> | 1024 | <para> |
| @@ -1038,7 +1035,7 @@ | |||
| 1038 | </para> | 1035 | </para> |
| 1039 | </section> | 1036 | </section> |
| 1040 | 1037 | ||
| 1041 | <section id='invalidating-shared-state'> | 1038 | <section id='concepts-invalidating-shared-state'> |
| 1042 | <title>Invalidating Shared State</title> | 1039 | <title>Invalidating Shared State</title> |
| 1043 | 1040 | ||
| 1044 | <para> | 1041 | <para> |
diff --git a/documentation/concepts-manual/concepts-manual-intro.xml b/documentation/concepts-manual/concepts-manual-intro.xml index 51a21b6e23..a50089a49e 100644 --- a/documentation/concepts-manual/concepts-manual-intro.xml +++ b/documentation/concepts-manual/concepts-manual-intro.xml | |||
| @@ -2,18 +2,16 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <chapter id='overview-manual-intro'> | 5 | <chapter id='concepts-manual-intro'> |
| 6 | 6 | ||
| 7 | <title>The Yocto Project Overview Manual</title> | 7 | <title>The Yocto Project Concepts Manual</title> |
| 8 | <section id='overview-welcome'> | 8 | <section id='concepts-overview-welcome'> |
| 9 | <title>Welcome</title> | 9 | <title>Welcome</title> |
| 10 | 10 | ||
| 11 | <para> | 11 | <para> |
| 12 | Welcome to the Yocto Project Overview Manual! | 12 | Welcome to the Yocto Project Concepts Manual! |
| 13 | This manual introduces the Yocto Project by providing concepts, | 13 | This manual provides conceptual information that helps you |
| 14 | software overviews, best-known-methods (BKMs), and any other | 14 | better understand the Yocto Project. |
| 15 | high-level introductory information suitable for a new Yocto | ||
| 16 | Project user. | ||
| 17 | </para> | 15 | </para> |
| 18 | 16 | ||
| 19 | <para> | 17 | <para> |
| @@ -66,6 +64,11 @@ | |||
| 66 | contains reference information on BSPs. | 64 | contains reference information on BSPs. |
| 67 | </para></listitem> | 65 | </para></listitem> |
| 68 | <listitem><para> | 66 | <listitem><para> |
| 67 | <emphasis>Getting Started Material:</emphasis> | ||
| 68 | This type of material resides in the | ||
| 69 | <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project Manual</ulink>. | ||
| 70 | </para></listitem> | ||
| 71 | <listitem><para> | ||
| 69 | <emphasis>Detailed Public Information Not Specific to the | 72 | <emphasis>Detailed Public Information Not Specific to the |
| 70 | Yocto Project:</emphasis> | 73 | Yocto Project:</emphasis> |
| 71 | For example, exhaustive information on how to use the | 74 | For example, exhaustive information on how to use the |
| @@ -77,12 +80,12 @@ | |||
| 77 | </para> | 80 | </para> |
| 78 | </section> | 81 | </section> |
| 79 | 82 | ||
| 80 | <section id='overview-other-information'> | 83 | <section id='concepts-overview-other-information'> |
| 81 | <title>Other Information</title> | 84 | <title>Other Information</title> |
| 82 | 85 | ||
| 83 | <para> | 86 | <para> |
| 84 | Because this manual presents information for many different | 87 | Because this manual presents information for many different |
| 85 | topics, supplemental information is recommended for full | 88 | concepts, supplemental information is recommended for full |
| 86 | comprehension. | 89 | comprehension. |
| 87 | For additional introductory information on the Yocto Project, see | 90 | For additional introductory information on the Yocto Project, see |
| 88 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>. | 91 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>. |
