mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
documentation/poky-ref-manual: Re-cast structure appendix as chapter
As part of moving the reference manual to a real reference manual I am removing the "appendix" classification and having everthing be a chapter. I changed the "ref-structure" appendix to a chapter and made sure the two references in the doc set use the proper term now (chapter). (From yocto-docs rev: 840a3e4dab355e53fdb400674bd6765957b24066) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c20cdf677f
commit
3eae2a05fc
@@ -46,8 +46,8 @@
|
|||||||
This chapter describes the example filesystem layout for BSP development and
|
This chapter describes the example filesystem layout for BSP development and
|
||||||
the click-through licensing scheme.</para></listitem>
|
the click-through licensing scheme.</para></listitem>
|
||||||
<listitem><para><emphasis>
|
<listitem><para><emphasis>
|
||||||
<link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis>
|
<link linkend='ref-structure'>Directory Structure</link>:</emphasis>
|
||||||
This appendix describes the
|
This chapter describes the
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
|
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
|
||||||
either by unpacking a released Yocto Project tarball on your host development system,
|
either by unpacking a released Yocto Project tarball on your host development system,
|
||||||
or by cloning the upstream
|
or by cloning the upstream
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||||
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
|
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
|
||||||
|
|
||||||
<appendix id='ref-structure'>
|
<chapter id='ref-structure'>
|
||||||
|
|
||||||
<title>Reference: Directory Structure</title>
|
<title>Source Directory Structure</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <ulink url='source-directory'>source directory</ulink> consists of several components.
|
The <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> consists of several components.
|
||||||
Understanding them and knowing where they are located is key to using the Yocto Project well.
|
Understanding them and knowing where they are located is key to using the Yocto Project well.
|
||||||
This appendix describes the source directory and gives information about the various
|
This appendix describes the source directory and gives information about the various
|
||||||
files and directories.
|
files and directories.
|
||||||
@@ -638,7 +638,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</appendix>
|
</chapter>
|
||||||
<!--
|
<!--
|
||||||
vim: expandtab tw=80 ts=4
|
vim: expandtab tw=80 ts=4
|
||||||
-->
|
-->
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<para>
|
<para>
|
||||||
Following are some brief details on these core components.
|
Following are some brief details on these core components.
|
||||||
For more detailed information on these components see the
|
For more detailed information on these components see the
|
||||||
"<link linkend='ref-structure'>Reference: Directory Structure</link>" appendix.
|
"<link linkend='ref-structure'>Directory Structure</link>" chapter.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section id='usingpoky-components-bitbake'>
|
<section id='usingpoky-components-bitbake'>
|
||||||
|
|||||||
Reference in New Issue
Block a user