mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
dev-manual, ref-manual: Reorganized "Other Information"
Fixes [YOCTO #11630] The exhaustive list of useful links and references to other YP documentation existed in the dev-manual. This is not the correct place for this type of reference information. I have moved that list to the ref-manual where it should be. The dev-manual now simply provides a link into that section. (From yocto-docs rev: eeceb597988134ced85aab4b9ddaeed923f17b03) 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
741dddf11a
commit
ed0ecc7b76
@@ -44,75 +44,114 @@
|
||||
<para>
|
||||
This reference manual consists of the following:
|
||||
<itemizedlist>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='usingpoky'>Using the Yocto Project</link>:</emphasis>
|
||||
Provides an overview of the components that make up the Yocto Project
|
||||
followed by information about debugging images created in the Yocto Project.
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='usingpoky'>Using the Yocto Project</link>:
|
||||
</emphasis>
|
||||
Provides an overview of the components that make up the Yocto
|
||||
Project followed by information about debugging images created
|
||||
in the Yocto Project.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='closer-look'>A Closer Look at the Yocto Project Development Environment</link>:</emphasis>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='closer-look'>A Closer Look at the Yocto Project Development Environment</link>:
|
||||
</emphasis>
|
||||
Provides a more detailed look at the Yocto Project development
|
||||
environment within the context of development.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='technical-details'>Technical Details</link>:</emphasis>
|
||||
Describes fundamental Yocto Project components as well as an explanation
|
||||
behind how the Yocto Project uses shared state (sstate) cache to speed build time.
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='technical-details'>Technical Details</link>:
|
||||
</emphasis>
|
||||
Describes fundamental Yocto Project components as well as an
|
||||
explanation behind how the Yocto Project uses shared state
|
||||
(sstate) cache to speed build time.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='migration'>Migrating to a Newer Yocto Project Release</link>:</emphasis>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='migration'>Migrating to a Newer Yocto Project Release</link>:
|
||||
</emphasis>
|
||||
Describes release-specific information that helps you move from
|
||||
one Yocto Project Release to another.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-structure'>Directory Structure</link>:</emphasis>
|
||||
Describes the
|
||||
<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,
|
||||
or by cloning the upstream
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> Git repository.
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-structure'>Directory Structure</link>:
|
||||
</emphasis> Describes the
|
||||
<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, or by cloning the upstream
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink>
|
||||
Git repository.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-classes'>Classes</link>:</emphasis>
|
||||
Describes the classes used in the Yocto Project.</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-tasks'>Tasks</link>:</emphasis>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-classes'>Classes</link>:
|
||||
</emphasis>
|
||||
Describes the classes used in the Yocto Project.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-tasks'>Tasks</link>:
|
||||
</emphasis>
|
||||
Describes the tasks defined by the OpenEmbedded build system.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-devtool-reference'><filename>devtool</filename> Quick Reference</link>:</emphasis>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-devtool-reference'><filename>devtool</filename> Quick Reference</link>:
|
||||
</emphasis>
|
||||
Provides a quick reference for the <filename>devtool</filename>
|
||||
command.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-qa-checks'>QA Error and Warning Messages</link>:</emphasis>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-qa-checks'>QA Error and Warning Messages</link>:
|
||||
</emphasis>
|
||||
Lists and describes QA warning and error messages.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-images'>Images</link>:</emphasis>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-images'>Images</link>:
|
||||
</emphasis>
|
||||
Describes the standard images that the Yocto Project supports.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-features'>Features</link>:</emphasis>
|
||||
Describes mechanisms for creating distribution, machine, and image
|
||||
features during the build process using the OpenEmbedded build system.</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-variables-glos'>Variables Glossary</link>:</emphasis>
|
||||
Presents most variables used by the OpenEmbedded build system, which
|
||||
uses BitBake.
|
||||
Entries describe the function of the variable and how to apply them.
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-features'>Features</link>:
|
||||
</emphasis>
|
||||
Describes mechanisms for creating distribution, machine, and
|
||||
image features during the build process using the OpenEmbedded
|
||||
build system.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-variables-glos'>Variables Glossary</link>:
|
||||
</emphasis>
|
||||
Presents most variables used by the OpenEmbedded build system,
|
||||
which uses BitBake.
|
||||
Entries describe the function of the variable and how to
|
||||
apply them.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='ref-varlocality'>Variable Context</link>:
|
||||
</emphasis>
|
||||
Provides variable locality or context.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='faq'>FAQ</link>:
|
||||
</emphasis>
|
||||
Provides answers for commonly asked questions in the Yocto
|
||||
Project development environment.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>
|
||||
<link linkend='resources'>Contributions and Additional Information</link>:
|
||||
</emphasis>
|
||||
Provides an overview of methods by which you can
|
||||
contribute to and participate in the Yocto Project.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='ref-varlocality'>Variable Context</link>:</emphasis>
|
||||
Provides variable locality or context.</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='faq'>FAQ</link>:</emphasis>
|
||||
Provides answers for commonly asked questions in the Yocto Project
|
||||
development environment.</para></listitem>
|
||||
<listitem><para><emphasis>
|
||||
<link linkend='resources'>Contributing to the Yocto Project</link>:</emphasis>
|
||||
Provides guidance on how you can contribute back to the Yocto
|
||||
Project.</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user