diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-02-06 10:46:38 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:32 +0000 |
| commit | 31f0dda70b6a53a78780c800a17bedc8ed95939e (patch) | |
| tree | a6c63f46532dc02904ff10559f2499b40ac0bad1 | |
| parent | 64b1736114a7668a78f852b23137547223924599 (diff) | |
| download | poky-31f0dda70b6a53a78780c800a17bedc8ed95939e.tar.gz | |
getting-started, mega-manual: Added new GS chapter
I have added a chapter to the getting-started manual that will
introduce the YP. Just the framework exists at this point.
Changes to the mega-manual.xml file were made to include the
new chapter in that manual as well.
(From yocto-docs rev: 8a52156ac02d9a9a97c5f0cd8dce5f70d2be68d0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/getting-started/getting-started-yp-intro.xml | 47 | ||||
| -rw-r--r-- | documentation/getting-started/getting-started.xml | 2 | ||||
| -rw-r--r-- | documentation/mega-manual/mega-manual.xml | 3 |
3 files changed, 52 insertions, 0 deletions
diff --git a/documentation/getting-started/getting-started-yp-intro.xml b/documentation/getting-started/getting-started-yp-intro.xml new file mode 100644 index 0000000000..a3ef4fcfec --- /dev/null +++ b/documentation/getting-started/getting-started-yp-intro.xml | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
| 4 | |||
| 5 | <chapter id='overview-yp'> | ||
| 6 | <title>Introducing the Yocto Project</title> | ||
| 7 | |||
| 8 | <section id='what-is-the-yocto-project'> | ||
| 9 | <title>What is the Yocto Project?</title> | ||
| 10 | |||
| 11 | </section> | ||
| 12 | |||
| 13 | <section id='what-are-layers'> | ||
| 14 | <title>What are Layers?</title> | ||
| 15 | |||
| 16 | </section> | ||
| 17 | |||
| 18 | <section id='components-and-tools'> | ||
| 19 | <title>Components and Tools</title> | ||
| 20 | |||
| 21 | </section> | ||
| 22 | |||
| 23 | <section id='the-development-environment'> | ||
| 24 | <title>The Development Environment</title> | ||
| 25 | |||
| 26 | </section> | ||
| 27 | |||
| 28 | <section id='reference-embedded-distribution'> | ||
| 29 | <title>Reference Embedded Distribution (Poky)</title> | ||
| 30 | |||
| 31 | </section> | ||
| 32 | |||
| 33 | <section id='the-yocto-project-workflow'> | ||
| 34 | <title>The Yocto Project Workflow</title> | ||
| 35 | |||
| 36 | </section> | ||
| 37 | |||
| 38 | |||
| 39 | <section id='some-basic-terms'> | ||
| 40 | <title>Some Basic Terms</title> | ||
| 41 | |||
| 42 | </section> | ||
| 43 | |||
| 44 | </chapter> | ||
| 45 | <!-- | ||
| 46 | vim: expandtab tw=80 ts=4 | ||
| 47 | --> | ||
diff --git a/documentation/getting-started/getting-started.xml b/documentation/getting-started/getting-started.xml index 9249bb5732..8ce35fbc5d 100644 --- a/documentation/getting-started/getting-started.xml +++ b/documentation/getting-started/getting-started.xml | |||
| @@ -84,6 +84,8 @@ | |||
| 84 | 84 | ||
| 85 | <xi:include href="getting-started-intro.xml"/> | 85 | <xi:include href="getting-started-intro.xml"/> |
| 86 | 86 | ||
| 87 | <xi:include href="getting-started-yp-intro.xml"/> | ||
| 88 | |||
| 87 | <xi:include href="getting-started-development-environment.xml"/> | 89 | <xi:include href="getting-started-development-environment.xml"/> |
| 88 | 90 | ||
| 89 | </book> | 91 | </book> |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 7607a79e7c..15402722ab 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
| @@ -139,6 +139,9 @@ | |||
| 139 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-intro.xml"/> | 139 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-intro.xml"/> |
| 140 | 140 | ||
| 141 | <xi:include | 141 | <xi:include |
| 142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-yp-intro.xml"/> | ||
| 143 | |||
| 144 | <xi:include | ||
| 142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-development-environment.xml"/> | 145 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-development-environment.xml"/> |
| 143 | 146 | ||
| 144 | <!-- Includes concepts-manual title image and then concepts-manual chapters --> | 147 | <!-- Includes concepts-manual title image and then concepts-manual chapters --> |
