summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation/poky-ref-manual: Updates for 1.1.1 ReleaseScott Rifenbark2012-01-301-1/+1
| | | | | | | | | | | | Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: 893d347409543cc690ab40b06384d4a0b1519ac0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: cross-manual links hard-coded for 1.1.1 release.Scott Rifenbark2012-01-309-26/+26
| | | | | | | | | | All the links to any YP manual for the 1.1.1 release now use "http://www.yoctoproject.org/docs/1.1.1/....". (From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to Manual History Table for 1.1.1Scott Rifenbark2012-01-301-0/+5
| | | | | | | | | | | | | All history table entries added for the five YP manuals. At this commit the date was not known so a place holder date of 12 January 2012 is in there. I needed to commit this separately so that I could move onto other changes for the docs. (From yocto-docs rev: 4983a6d66d659aa7a0cc5d4953716a55f24fb03b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: edits per Richard PurdieScott Rifenbark2012-01-301-38/+33
| | | | | | | | | | | | | Richard reviewed the new sections and had a couple comments. There was one technical error and he also wanted YP worked out when it was being used in the context of the code that was doing the work here. So I replaced with more generic terms or specifically called out BitBake as the responsible software. (From yocto-docs rev: 89641ffa35d7978961790d750ce84073dc8520c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: Updated BitBake Running a TaskScott Rifenbark2012-01-301-1/+43
| | | | | | | | | | | | | | | | | | | | | | I added more information about how BitBake actually runs a task. The information has to do with how tightly BB controls the execution environment of the build tasks to prevent contamination from the build machine from leaking into the task execution environment. This tight control actually causes some unexpected behavior during builds. For example, when a user exports and BB_ENV_EXTRAWHITE an environment item such as CCACHE_DIR, the effects of the environment item never make it to the BB task execution environment. They only make it to the data store. The user actually has to take some extra steps to export that environment item into the task execution environment. The added information I put into the "Running a Task" section describes these extra steps. Fixes [YOCTO #689] Reported-by: Wolfgang Denk <wd@denx.de> (From yocto-docs rev: f75a9d384c0d5ccaefe7ac2195917531b153cf5e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/poky-ref-manual/technical-details.xml: Shared StateScott Rifenbark2012-01-301-102/+77
| | | | | | | | | | | | | | I updated the tips and tricks section to include two sub-sections. The first if the debugging stuff from Richard's email. The second section is how to invalidate a section of the sstate cache on a per-class basis. Fixes [YOCTO #1500] (From yocto-docs rev: e2cc31c112fc55c3f793f3c416311a1d317ceb37) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: more on YOCTO #1500Scott Rifenbark2012-01-301-3/+378
| | | | | | | | | | | | More work on this bug for sstate. This commit represents the third pass through the new chapter four (Technical Details) that is dedicated to YP components and sstate at the moment. The material is unreviewed by Richard as of yet. (From yocto-docs rev: ecaba811d3125e2ed1fc09df718d51e3eb30147f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/poky-ref-manual/technical-details.xml: Some general edits.Scott Rifenbark2012-01-301-4/+4
| | | | | | | (From yocto-docs rev: c1684acf9249a6ace631a98f25aa256a542cee62) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: Fixed typoScott Rifenbark2012-01-301-1/+1
| | | | | | | | | Changed "versions" to "Versions" in the title. (From yocto-docs rev: ce327ae04216e63315bcc735ba9b410582fe74b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: intro changed and order changedScott Rifenbark2012-01-301-323/+325
| | | | | | | | | | Beefed up the introductory paragraph and I re-ordered the "Making and Maintaining Changes" section towards the end of the chapter. (From yocto-docs rev: a58c0e73d720ffb7a4931fbc196ea3831992b514) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: updated intro paragraphScott Rifenbark2012-01-301-1/+3
| | | | | | | | | Beefed up the introductory paragraph a bit. (From yocto-docs rev: 99e0b95d4827dcc309ab0f212801fc86758a297d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/introduction.xml: Added referenceScott Rifenbark2012-01-301-0/+3
| | | | | | | | | | Added a reference to the YP development manual in the introductory paragraph. (From yocto-docs rev: 977eb862e27e0f2165a2d38cdaff06271726e9fc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/introduction.xml: added new chapterScott Rifenbark2012-01-301-0/+5
| | | | | | | | | | The list that describes the organization of the book needed the "Technical Details" chapter added. (From yocto-docs rev: bdaeb303e92f145fa6499e95ee88c629dd1c6486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: New chapter introducedScott Rifenbark2012-01-303-219/+232
| | | | | | | | | | | | | | | | | | | | Long-term strategy for the YP Reference Manual is that it contains reference material and not "how-to-information". A step in this direction is to isolate any discussions on components and other areas of YP that need talked about. So to start with, I have created a new chapter for now named "Technical Details" that so far has a discussion of some components and shared state. This is a step in the direction of making this manual a reference manual and not a "how to" manual. Changes included removing redundant material from the 'usingpoky.xml' chapter and also adding the new chapter 'technical-details' into the 'poky-ref-manual.xml' file used for the make. (From yocto-docs rev: a01477f787768230bc25da2d094326922be23dd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: Removed commentsScott Rifenbark2012-01-301-99/+0
| | | | | | | | | | Removed some comments that were buried in the file that were notes for working on the sstate section. (From yocto-docs rev: bd03315031bbb1b682dcd2253f85fc184822a28e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: partial for YOCTO #1500Scott Rifenbark2012-01-301-48/+234
| | | | | | | | | | | | | | | First draft of a re-write to the "Running a Build" section to try and satisfy YOCTO #1500. I segmented the section into three areas rather than a single area. This allowed me to create a sub-section for the sstate stuff where it could be addressed on its own. I sent the draft out to Richard and Mark H. and got feedback from RP that is going to cause further changes. Thus, I am committing this partial change. (From yocto-docs rev: f040ed6979e988968863016103aa3ad4e7365159) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/introduction.xml: Fixed broken linkScott Rifenbark2012-01-301-1/+1
| | | | | | | | | | Robert identified this broken link to the stable Yocto Releases. As Reported by: Robert P. J. Day (From yocto-docs rev: acbcfe054ce345156346b3963b41e73f20b679cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: insane.bbclass updatedScott Rifenbark2012-01-301-0/+81
| | | | | | | | | | | | | | | Added explanation about this class being configurable for generating warnings or errors through use of the WARN_QA and ERROR_QA variables. Also provided a list of tests that can be tested for. Fixes [YOCTO #1773] Reported-by: Mark Hatle <mark.hatle@windriver.com> (From yocto-docs rev: 2b15aa9076ec120d078bfcd570001a49e81df038) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Cleaned out bad links and replaced with goodScott Rifenbark2011-10-142-5/+5
| | | | | | | | | | | | | The re-structuring of the web server that holds the documents created some bad links. I thought I had gotten them all but apparently not. this is a drawback of not being able to test things until after stuff is done. In any case, I grepped through everything and this takes care of it. (From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Fixed links for yocto-1.1Scott Rifenbark2011-10-063-12/+12
| | | | | | | | | | | After greping through the documentation directory, I addressed all the <ulink> statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: multilib editsScott Rifenbark2011-10-041-89/+133
| | | | | | | | | | Feedback from Richard Purdie inserted. I made an edit pass for style to Richard's re-write. (From yocto-docs rev: e5bb08e966614c610e6357642b3b2d1522332f7f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: Multilib section addedScott Rifenbark2011-10-041-0/+120
| | | | | | | | | | | | I created a section on how to prepare for and use the multilib feature. The information is leveraged off the "Multilib" wiki page at http://wiki.yoctoproject.org/wiki/Multilib. This is the first draft of the changes. I expect corrections. (From yocto-docs rev: 8cf41c90f772018f4f144d63df911912cc298d70) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated title pages.Scott Rifenbark2011-10-041-6/+11
| | | | | | | | | | | | Updated the title pages for the ADT, BSP, Dev, and Ref manuals to contain the Oct 6 release date for the books. Also, changed the author field for the BSP guide to include Tom Zanussi as well as Richard Purdie. (From yocto-docs rev: 301da0a5b305e4b332397bb67f6a6a77751991d2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: updated KERNEL_FEATURESScott Rifenbark2011-10-041-2/+4
| | | | | | | (From yocto-docs rev: 37a9cea71139ceda1d2a7da639f5555414ef497b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: updates to KERNEL_FEATURES.Scott Rifenbark2011-10-041-1/+7
| | | | | | | (From yocto-docs rev: ec1e2d71c576fe1c12031371de89a71770cebb1d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Added KERNEL_FEATURESScott Rifenbark2011-10-041-1/+21
| | | | | | | | | Added this variable description in the glossary. (From yocto-docs rev: 12a9e5b4dfc399ff2037355aa1062f907a62e76d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/faq.xml: Removed wording that focues on GNOMEScott Rifenbark2011-10-041-1/+1
| | | | | | | | | | | | | | Per Paul Eggleton he suggested that the wording we had about YP focusing on the GNOME Mobile environment was misleading now. It was in there in the original version of the FAQ but with time has become outdated. I simply removed the "GNOME" part and left the part that mentions about YP being a stable environment and well-suited for the embedded mobile environment. (From yocto-docs rev: cc7103eda3fd77d89cecfffa23f0f798aa512132) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Variables updatedScott Rifenbark2011-10-041-84/+91
| | | | | | | | | | | | This is the second pass for re-documenting RDEPENDS, RRECOMMENDS, MACHINE_ESSENTIALS_EXTRA_RDEPENDS, MACHINE_ESSENTIALS_EXTRA_RRECOMMENDS, MACHINE_EXTRA_RDEPENDS, and MACHINE_EXTRA_RRECOMMENDS. These variables are in dire need of better explanations and examples. (From yocto-docs rev: cc60bd4c50c7b19209dae06307aec26e962cf476) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Updates to several variables.Scott Rifenbark2011-10-042-11/+124
| | | | | | | | | | | | | | I did complete rewrites of RDEPENDS, RRECOMMENDS, MACHINE_ESSENTIAL_EXTRA_RDEPENDS, MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS, MACHINE_EXTRA_RDEPENDS, and MACHINE_EXTRA_RRECOMMENDS. These are sent out for review but these changes represent the first attempt to clear up confusion on how the six variables are used and relate to each other. (From yocto-docs rev: 1d93707fb9383d51322e96eb521e96fcac8bcc47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: update RDEPENDS and RRECOMMENDSScott Rifenbark2011-10-041-12/+56
| | | | | | | | | | Provided better descriptions of these variables and some examples on how to use them. (From yocto-docs rev: 3a5cce8c9ba02f90b3554a6f800f69c2e8e77911) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: update PREFERRED_VERSIONScott Rifenbark2011-10-041-2/+12
| | | | | | | | | | Added a more robust description and provided a couple of usage examples. (From yocto-docs rev: b8b842b57cc003f1351a551041fe4b3de2fcbfd6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: update PREFERRED_PROVIDERScott Rifenbark2011-10-041-3/+11
| | | | | | | | | I added sterner wording on usage and provided an example. (From yocto-docs rev: 32e07fafadb602b93c9f7b8a78e5baf4c7e1ab5e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: update TCLIBC and POKYLIBCScott Rifenbark2011-10-041-5/+23
| | | | | | | | | | | Changed the description of POKYLIBC to note the variable is not supported and provided a link to TCLIBC. I added the entry for TCLIBC, which was missing. (From yocto-docs rev: d76a1ddb79577a3e121df3d590fb601b5e5fbb98) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: updates TCMODE and POKYMODEScott Rifenbark2011-10-041-11/+19
| | | | | | | | | | Noted that POKYMODE is no longer supported and provided link to TCMODE. Added richer description to TCMODE. (From yocto-docs rev: a7a326c2c8f4c5f29f3a9723a6895a7113a78357) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: edits to ↵Scott Rifenbark2011-10-041-10/+14
| | | | | | | | | | | | FILESYSTEM_PERMS_TABLES. Some minor re-wordings to give some context on how to use these special files and the variable to point to them. (From yocto-docs rev: 4482b42f4a224bada7a0fa5fe4821a753ba55d80) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: updated RDEPENDSScott Rifenbark2011-10-041-2/+20
| | | | | | | | | | | Per Paul Eggleton's suggestion I updated the description of this variable. Some minor wording changes as well as covering two automatic handling features. (From yocto-docs rev: 15be3502ca20f657051e02d698b459328328fb14) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: scrubbed out 'glibc' and replaced with 'eglibc'Scott Rifenbark2011-10-045-12/+17
| | | | | | | | | | | | | | Several manuals and areas were still referring to 'glibc' as the GNU version of the Unix statndrd C library. We do not support this any longer and now use 'eglibc' to build with. Notable changes were in the required packages area of the QS manual. I also added a bit in the reference guide saying how this release does not use 'glibc' to build with but rather 'eglibc'. (From yocto-docs rev: c2c58914996d747c510706d78ecfd8f41c5e694d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: New section on static libraryScott Rifenbark2011-10-041-3/+57
| | | | | | | | | | | I added a new section to the "Adding a Package" section. This section describes how to define the *.a files for when you create a library that has static linking. Response to a comment from Paul Eggleton. (From yocto-docs rev: 64499006ecd1e6b7573f1955a2f6e2f1a9564ce8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: added FILESYSTEM_PERMS_TABLESScott Rifenbark2011-10-041-0/+27
| | | | | | | | | New glossary variable entry added. (From yocto-docs rev: f9a214fa7714b9ca4741ac0c56d40e2d8a390292) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: documented useradd.bbclassScott Rifenbark2011-09-251-1/+15
| | | | | | | | | New section per Paul Eggleton's request. (From yocto-docs rev: ffedb53e5c706cffb83978f1704a606d29233e36) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: added BAD_RECOMMENDATIONSScott Rifenbark2011-09-251-1/+9
| | | | | | | | | | | New variable for images that use the ipkg packaging system. These are packages you don't want to install even when the recipe calls for it. (From yocto-docs rev: 78d53b5da4bbd6889a34be8a1c795a5658cb6b1e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: fixed insane.bbclass added othersScott Rifenbark2011-09-251-15/+43
| | | | | | | | | | | | | | I fixed the insane.bbclass description to say that it checks for common problemos that occur during runtime and not build time. Also got rid of the "ever-increasing" statement as that is not true according to Paul Eggleton. Added many new .bbclass files to the commented out section of the undocumented classes as well as removed a bunch. (From yocto-docs rev: c341951185d5af6576718f8ada057afcca923e6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/poky-ref-manual/ref-variables.xml: debug-tweaks qualifiedScott Rifenbark2011-09-251-28/+30
| | | | | | | | | | I noted that the developer should remove this option from EXTRA_IMAGE_FEATURES before they create a production image. (From yocto-docs rev: 8de6c789d1a1ed5e721c16f53bb27de18ae88238) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: Updates to mailing lists.Scott Rifenbark2011-09-251-7/+10
| | | | | | | | | | I updated the mailing lists to be more specific and to be formatted differently. (From yocto-docs rev: 50b5cf2d331b120cfa9de0ba77ea1da1240d42e4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: re-wrote ContributionsScott Rifenbark2011-09-251-38/+8
| | | | | | | | | | | | | The information in the "Contributions" section has been migrated to a "Submitting a Change" section in the YP Development Manual. I re-wrote this section here to simply make a general statement about how you can submit a change and then provided a reference link to the appropriate section in the dev manual. (From yocto-docs rev: 038caebb2815a8f09d35e99d5a2a0be76b05cacf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* YOCTO #1088: documentation - Added text to partially address package bugScott Rifenbark2011-09-022-5/+59
| | | | | | | | | | | | | | | | | | | This bug was filed by Gary Thomas and was requesting more information on the "hows" and "whys" of setting up your own package repositories. At this point, I have added information to help the user understand build performance issues when choosing between the RPM and IPKG packaging systems. Likely, there is more that needs to be added to fully address this bug. For now, I added explanations in the packaging class and glossary areas of the YP reference manual, a new paragraph in the YP QS just prior to firing off a build, and a new bit of information in the configuring PMS in the ADT Manual. (From yocto-docs rev: d0025f862cb85ca741787b4737dca286e3ebfb45) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: Edits per Darren HartScott Rifenbark2011-09-021-10/+10
| | | | | | | | | | Darren provided me with some feedback on the logging mechanism section for both Python and Bash. (From yocto-docs rev: 7dddadf8caba01d3ef1046be52a1435eeaed60a3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Removed "spitz" machine example.Scott Rifenbark2011-08-302-5/+6
| | | | | | | | | | This machine is out of date. I replaced both occurences with "qemux86", which is more relevant to YP. (From yocto-docs rev: 8fe6feccc25f594a444b5177d1192899b3cbdd9c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-features.xml: typos fixed.Scott Rifenbark2011-08-301-2/+2
| | | | | | | (From yocto-docs rev: b2c9750abec8429d665996231ddd16359e168c47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: Updated logging mechanismScott Rifenbark2011-08-301-21/+23
| | | | | | | | | | Per Darren's feedback on this new section I updated changes based on his comments. (From yocto-docs rev: a5bbba42ec0da5b2f83f7a64ac8eef466e9c89b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>