mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
64b1736114
commit
31f0dda70b
47
documentation/getting-started/getting-started-yp-intro.xml
Normal file
47
documentation/getting-started/getting-started-yp-intro.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
|
||||
|
||||
<chapter id='overview-yp'>
|
||||
<title>Introducing the Yocto Project</title>
|
||||
|
||||
<section id='what-is-the-yocto-project'>
|
||||
<title>What is the Yocto Project?</title>
|
||||
|
||||
</section>
|
||||
|
||||
<section id='what-are-layers'>
|
||||
<title>What are Layers?</title>
|
||||
|
||||
</section>
|
||||
|
||||
<section id='components-and-tools'>
|
||||
<title>Components and Tools</title>
|
||||
|
||||
</section>
|
||||
|
||||
<section id='the-development-environment'>
|
||||
<title>The Development Environment</title>
|
||||
|
||||
</section>
|
||||
|
||||
<section id='reference-embedded-distribution'>
|
||||
<title>Reference Embedded Distribution (Poky)</title>
|
||||
|
||||
</section>
|
||||
|
||||
<section id='the-yocto-project-workflow'>
|
||||
<title>The Yocto Project Workflow</title>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<section id='some-basic-terms'>
|
||||
<title>Some Basic Terms</title>
|
||||
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
<!--
|
||||
vim: expandtab tw=80 ts=4
|
||||
-->
|
||||
@@ -84,6 +84,8 @@
|
||||
|
||||
<xi:include href="getting-started-intro.xml"/>
|
||||
|
||||
<xi:include href="getting-started-yp-intro.xml"/>
|
||||
|
||||
<xi:include href="getting-started-development-environment.xml"/>
|
||||
|
||||
</book>
|
||||
|
||||
@@ -138,6 +138,9 @@
|
||||
<xi:include
|
||||
xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-intro.xml"/>
|
||||
|
||||
<xi:include
|
||||
xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-yp-intro.xml"/>
|
||||
|
||||
<xi:include
|
||||
xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-development-environment.xml"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user