summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* YOCTO #910 - documentation/poky-ref-manual/extendpoky.xml: point to dev manual.Scott Rifenbark2011-08-301-0/+9
| | | | | | | | | | | | | There is a section in the YP ref manual that gives reference type information on adding a machine. This type of information is detailed well in the BSP example appendix in the development manual. I don't want to completely eliminate the information in the YP ref manual as is suggested by the 910 bug. I think referencing it in the dev manual for now works. (From yocto-docs rev: e55dd8228d1376c9df01e320163862ddf35a5156) 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-write for today's world.Scott Rifenbark2011-08-301-116/+88
| | | | | | | | | | This chapter was quite old as it had not been touched since the original Poky Handbook days. I re-wrote the sub-sections with today in mind. (From yocto-docs rev: e59bede734a8fe3e9b41698e2b42ba487ec80595) 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: Scrubbed for term Poky.Scott Rifenbark2011-08-301-111/+143
| | | | | | | | | | | | | | In general, the term Poky can be replaced by "the Yocto Project." The term Poky can be used as a term for the Yocto Project build system. I left it in place for a few areas where it was easy and would not be confusing. I also performed general rewrites for the FAQ. (From yocto-docs rev: bb24bcf21311c68576fb8c3fec86ad8303f557f2) 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: Changed targe link title.Scott Rifenbark2011-08-301-1/+1
| | | | | | | (From yocto-docs rev: c8d5570ba9f6180bba3c2b618d0b401c0fdb86ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* docuementation/poky-ref-manual/ref-structure.xml: Changed SRCDATE referenceScott Rifenbark2011-08-241-1/+1
| | | | | | | | | | I was incorrectly referring to SRCDATE variables in a context that should have been SRCDATE destinations. (From yocto-docs rev: eb255d9369b5bb3905a586433d472fd100c737dc) 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: Edits to scrub for PokyScott Rifenbark2011-08-241-2/+2
| | | | | | | (From yocto-docs rev: 089575ceb618199fbeccad1a4e7b7bd19eb5ad7f) 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: Edits to scrub for PokyScott Rifenbark2011-08-241-48/+33
| | | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changes to Paul Eggleton's edits for various manuals.Scott Rifenbark2011-08-246-38/+50
| | | | | | | | | | | | | | Paul sent me a bunch of minor edits and technical corrections for the ADT, BSP, Development, and YP reference manual. Most changes were taken as he submitted them. However, some formatting conventions were not followed in the commits he made to yocto-docs/paule/docs2. After merging them to my yocto-docs/master branch I fixed some issues. (From yocto-docs rev: 93f4ea2dee976448f623953e801a80d59736450a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: clarify specifying a specific package with -ePaul Eggleton2011-08-241-1/+2
| | | | | | | | | | | The -b option is not required to show the environment used to build a specific package; usually the best practice is to specify the package name alone. (From yocto-docs rev: d59772fd7edd76dbc8018479c072badb591601c3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: update documentation for SRCREV variablePaul Eggleton2011-08-241-1/+5
| | | | | | | | | | | * Add note about specifying a full revision ID to prevent querying the remote server on every parse * Mercurial also supports this variable (From yocto-docs rev: 47ce273dd751b0ae32b5c53310b6aedc4dade2ef) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: set titles for all documentsPaul Eggleton2011-08-241-1/+1
| | | | | | | | | | These documents do not have titles when showing up on the website; set the title tag value so that they do. (From yocto-docs rev: baf958e3f49317689275b14dd31c6141f36c8c65) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: update BBFILE_* variable documentationPaul Eggleton2011-08-241-9/+43
| | | | | | | | | | | * Add documentation of LAYERVERSION, LAYERDEPENDS and new layer priority behaviour * Improve some wording (From yocto-docs rev: be7c10f3b8b35ff231e5974a48936e66fd49fcbc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: update for directdisk/live image changesPaul Eggleton2011-08-241-24/+8
| | | | | | | | | | -live and -directdisk image have been removed; add a tip about using the live option in IMAGE_FSTYPES to build any image as a live image. (From yocto-docs rev: ef7c508a4073c4f04c2368420e64a5d6620c8fbc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: update TERMCMD/TERMCMDRUN documentationPaul Eggleton2011-08-242-3/+11
| | | | | | | | | | * xterm is now the default * Konsole from KDE 4.x will no longer work due to changes in behaviour (From yocto-docs rev: 031a619ca19dbc2011a4df7bba1c332f2770e15d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: ensure all examples have LIC_FILES_CHKSUMPaul Eggleton2011-08-245-0/+9
| | | | | | | | | | We really need to have LIC_FILES_CHKSUM in all of our example recipes, because it is now mandatory. (From yocto-docs rev: 76998b7c54246e0505cf01b21d65d04ab285f1f0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: improve LIC_FILES_CHKSUM documentationPaul Eggleton2011-08-242-24/+28
| | | | | | | | | | Document that LIC_FILES_CHKSUM is mandatory, when gets validated, and improve some wording. (From yocto-docs rev: ca878d7b0c84812ef29bbaf5894c96dd89500ec9) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESSPaul Eggleton2011-08-242-2/+2
| | | | | | | | | | This variable was renamed (to match OE) in the Yocto 1.1 development cycle. (From yocto-docs rev: 5cda8fe3b5dd18b629ccd13427da3b5743ae66ce) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: typo, spelling & minor grammar fixesPaul Eggleton2011-08-249-23/+23
| | | | | | | (From yocto-docs rev: a5b069b04979a566b08415cf27af2ad6abf90f2f) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: manpage -> help outputPaul Eggleton2011-08-241-1/+1
| | | | | | | | | Replace the reference to this being the manpage. (From yocto-docs rev: ebb689a8ccc2aaf5d21341c69899588e77d5172c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: correct QT to QtPaul Eggleton2011-08-241-1/+1
| | | | | | | (From yocto-docs rev: 37ac4cbd61bc8c891aa6dc05baf632a0a4bfd906) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Fixed linksScott Rifenbark2011-08-231-15/+15
| | | | | | | | | | The links to the lettered divisions of the glossary do not work. I changed them to the first entry for each lettered area. (From yocto-docs rev: b7692bcfa19fb940a050c0cf72dc2f7e427b8ba7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-varlocality.xml: ReformattedScott Rifenbark2011-08-231-191/+185
| | | | | | | | | | | This appendix had poor organization. I re-organized it according to configuration and recipe context. The sub-sections break out much more nicely now. (From yocto-docs rev: 7a3a7b3a7b4861122194ea0a78c16af531f0078b) 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: Title changed.Scott Rifenbark2011-08-231-2/+1
| | | | | | | (From yocto-docs rev: 244c632812f10a3dc79eb814caf1449c50655e36) 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: Fixed default formatScott Rifenbark2011-08-231-8/+8
| | | | | | | | | | | | In the document, several variables state their default values. I set the formatting to surround a default value with double quotes in all cases. I also fixed a typo for "RECOMMEDNS" (From yocto-docs rev: 3da85f54df6fd4ad64d5be2cc9ae0e6dd50a68f5) 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: Scrubbed for PokyScott Rifenbark2011-08-231-271/+337
| | | | | | | | | I also fixed formatting and some minor wordings. (From yocto-docs rev: b1bbfe89cb250ef5267fb16635dc41338aab0c59) 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: partial edits.Scott Rifenbark2011-08-231-8/+8
| | | | | | | (From yocto-docs rev: e8300735591f0b47aff64200a2dff477b5bfd9b2) 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: Cleaned up list formatting.Scott Rifenbark2011-08-231-263/+122
| | | | | | | (From yocto-docs rev: 1813848d673dedae6b918676eec1f3926ee630f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-images.xml: Reformats of the Docbook code.Scott Rifenbark2011-08-231-162/+80
| | | | | | | (From yocto-docs rev: 8b334782415a428724023af0e6ee8a0ee5aa79f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>