From ed0ecc7b76698707529dcc3a765c037b7976de93 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Jun 2017 10:10:51 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 139 +++++++++++------- documentation/ref-manual/resources.xml | 224 ++++++++++++++++++++++++------ 2 files changed, 269 insertions(+), 94 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index cec23b6039..7423467150 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -44,75 +44,114 @@ This reference manual consists of the following: - - Using the Yocto Project: - Provides an overview of the components that make up the Yocto Project - followed by information about debugging images created in the Yocto Project. + + + Using the Yocto Project: + + Provides an overview of the components that make up the Yocto + Project followed by information about debugging images created + in the Yocto Project. - - A Closer Look at the Yocto Project Development Environment: + + + A Closer Look at the Yocto Project Development Environment: + Provides a more detailed look at the Yocto Project development environment within the context of development. - - Technical Details: - Describes fundamental Yocto Project components as well as an explanation - behind how the Yocto Project uses shared state (sstate) cache to speed build time. + + + Technical Details: + + Describes fundamental Yocto Project components as well as an + explanation behind how the Yocto Project uses shared state + (sstate) cache to speed build time. - - Migrating to a Newer Yocto Project Release: + + + Migrating to a Newer Yocto Project Release: + Describes release-specific information that helps you move from one Yocto Project Release to another. - - Directory Structure: - Describes the - Source Directory created - either by unpacking a released Yocto Project tarball on your host development system, - or by cloning the upstream - Poky Git repository. + + + Directory Structure: + Describes the + Source Directory + created either by unpacking a released Yocto Project tarball on + your host development system, or by cloning the upstream + Poky + Git repository. - - Classes: - Describes the classes used in the Yocto Project. - - Tasks: + + + Classes: + + Describes the classes used in the Yocto Project. + + + + Tasks: + Describes the tasks defined by the OpenEmbedded build system. - - devtool Quick Reference: + + + devtool Quick Reference: + Provides a quick reference for the devtool command. - - QA Error and Warning Messages: + + + QA Error and Warning Messages: + Lists and describes QA warning and error messages. - - Images: + + + Images: + Describes the standard images that the Yocto Project supports. - - Features: - Describes mechanisms for creating distribution, machine, and image - features during the build process using the OpenEmbedded build system. - - Variables Glossary: - Presents most variables used by the OpenEmbedded build system, which - uses BitBake. - Entries describe the function of the variable and how to apply them. + + + Features: + + Describes mechanisms for creating distribution, machine, and + image features during the build process using the OpenEmbedded + build system. + + + + Variables Glossary: + + Presents most variables used by the OpenEmbedded build system, + which uses BitBake. + Entries describe the function of the variable and how to + apply them. + + + + Variable Context: + + Provides variable locality or context. + + + + FAQ: + + Provides answers for commonly asked questions in the Yocto + Project development environment. + + + + Contributions and Additional Information: + + Provides an overview of methods by which you can + contribute to and participate in the Yocto Project. - - Variable Context: - Provides variable locality or context. - - FAQ: - Provides answers for commonly asked questions in the Yocto Project - development environment. - - Contributing to the Yocto Project: - Provides guidance on how you can contribute back to the Yocto - Project. diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 0cd0e5a254..c713ffcf11 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml @@ -3,15 +3,31 @@ [ %poky; ] > -Contributing to the Yocto Project +Contributions and Additional Information
Introduction - The Yocto Project team is happy for people to experiment with the Yocto Project. - A number of places exist to find help if you run into difficulties or find bugs. - To find out how to download source code, - see the "Yocto Project Release" + The Yocto Project team is happy for people to experiment with the + Yocto Project. + A number of places exist to find help if you run into difficulties + or find bugs. + This presents information about contributing and participating in + the Yocto Project. + +
+ +
+ Contributions + + + The Yocto Project gladly accepts contributions. + You can submit changes to the project either by creating and sending + pull requests, + or by submitting patches through email. + For information on how to do both as well as information on how + to identify the maintainer for each area of code, see the + "How to Submit a Change" section in the Yocto Project Development Manual.
@@ -100,53 +116,173 @@ -