summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark2011-05-061-1/+1
| | | | | | | Fixed the remote publish URL used to push the HTML and PDF files to the website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* document/poky-ref-manual/ref-classes.xml: removed <function> tagScott Rifenbark2011-05-061-1/+0
| | | | | | | | | | I got rid of the <function> tag and replaced with <filename>. We have too many styles. (From OE-Core rev: 5ac97ba191c8707ff20105626427998df997d221) 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: style tags updatedScott Rifenbark2011-05-061-18/+18
| | | | | | | | | | | I got rid of the <filename class='directory'...> and <filename class='extension'...> and replaced with simple <filename>/</filename> pairs. (From OE-Core rev: 1bcdaf8d3d39680c154144227ee2caca9a7bb3e5) 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: BitBake parsing section updateScott Rifenbark2011-05-061-4/+2
| | | | | | | | | | | | In section B.1 (Parsing) it said that BBFILES variable by default specified the direcotyr 'meta/packages/' as the place to look for .bb files. This directory is invalid and needed to be changed to 'meta/packages/'. (From OE-Core rev: c48325b1f23201a1e7790bfd7c52191baf14878f) 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 SSTATE_DIR variableScott Rifenbark2011-05-061-0/+6
| | | | | | | | | | | Due to some changes in the file structure for 1.0 there is a new directory for the shared state. The variable SSTATE_DIR can be used to point to the directory. I added this variable to the list of documented variables. (From OE-Core rev: fe939d7181856145ea26c193be131883da182fcd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-structure.xml: Edits for Rel 1.0Scott Rifenbark2011-05-061-6/+97
| | | | | | | | | | | These edits reflect changes in the directory structure from the 0.9 version of the software to the 1.0 version. This set of changes still is missing a few items. Changes were based on Saul Wold's input. (From OE-Core rev: 6288e2af1b05d849e53b90071c66bc893ba015b6) 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: tag updatesScott Rifenbark2011-05-061-55/+32
| | | | | | | | | | Removed the various styles for commands and such and replaced with simple <filename>/</filename> pairs. (From OE-Core rev: c5a0cc3e6a2f1e7eb1a90c67d2a038d3dc18b1ba) 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: re-write of autotooled packagesScott Rifenbark2011-05-061-18/+21
| | | | | | | | | | | Section C.2 (Autotooled Packages) was re-written. I removed a bunch of <variable> tags and replaced them with <filename>. Also removed some Britishisms. (From OE-Core rev: 7a932962fb8f0dbfe14eb2d3636ddbb1c974b947) 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: Fix to <filename> tagScott Rifenbark2011-05-061-0/+1
| | | | | | | | | | Had to fix the <variable> tag by replacing it with <filename>. Previous commit didn't work so this is fixing it. (From OE-Core rev: 263e572055b09ad2f432f1feda797813ef254e74) 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: type fixedScott Rifenbark2011-05-061-1/+1
| | | | | | | | | | Section B.4 (The Task List) had the typo "taksks". Changed to "tasks." (From OE-Core rev: 7cbd6bb020e16ceb1894a408852648a915f193f3) 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: Grammar fixScott Rifenbark2011-05-061-1/+1
| | | | | | | | | | Section B.2 (Preferences and Providers) had a grammar error. It said "An common example is..." I fixed it. (From OE-Core rev: 6d04a9ff381b7771b6f080928d4416b76e76cbb0) 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: removed 'varname' styleScott Rifenbark2011-05-061-3/+3
| | | | | | | | | | I replaced varname style with filename style. Looks better. We have too many styles. (From OE-Core rev: 1b63d69c3c2e4b5561dc59d020b59d875420872f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-structure.xml: bitbake section updatedScott Rifenbark2011-05-061-3/+2
| | | | | | | | | | | | Section A.1.1 (bitbake/) contained two URLs. One supposedly went to a BitBake site and the other to the BitBake online manual. In reality, they both went to the online manual. I removed the one referencing the site. (From OE-Core rev: 02c360c3e57409a3982db73ed2b998a7c58610a6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/development.xml: OProfileUI section updatedScott Rifenbark2011-05-061-7/+6
| | | | | | | | | | | Section 5.3.2 (Using OProfileUI) was out of date. Several of the URLs would not resolve. They were pointing to openedhand links that had not been maintained. I updated the entire section. (From OE-Core rev: 4678fcba5ab02669009d0ab67ec802f2ce1b087f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/development.xml: Corrected command syntaxScott Rifenbark2011-05-061-1/+1
| | | | | | | | | | | | | In section 5.2.2. (Building the Cross-GDB Package) there was a resulting directory listed where you could find the binary. The directory had a couple of variables for 'host-arch' and 'target-abi'. There was a mis-guided angle bracket wrapping the 'host-arch' variable. This was fixed. (From OE-Core rev: a4fbf5caabb9ded34885612ae093759c82d7d2cb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/development.xml: Edits for Eclipse and AnjutaScott Rifenbark2011-05-061-9/+37
| | | | | | | | | | | | | I commented out a large section of the chapter, which went into detail on how to locate, install, configure, and use the Yocto Ecliple plug-in. This information is redundant in this book and is better explained in the ADT Manual. I am referencing the information from this chapter now. (From OE-Core rev: f4f4efbf3f0b19fdb05ddf48ab48b4f42109a289) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/poky-ref-manual.xml: Updated rev-history tableScott Rifenbark2011-05-061-2/+2
| | | | | | | | | Updated the revision history table for the manual. (From OE-Core rev: 65c7bb8489de654cc02dcff0dfff21754e2e5ce8) 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: [BUGID# 929] - Note added ↵Scott Rifenbark2011-05-061-0/+6
| | | | | | | | | | | | | | warning about switching up GPL versions In chapter 2 where we talk about building images I added a new note indicating that the user should not switch around using different GPL versions when trying to rebuild an image as it can cause dependency failures. (From OE-Core rev: f84441dbcc8254062d55d2452d3d6f4bc6f907fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* - documentation/poky-ref-manual: Notes added for non-GPLv3 buildsScott Rifenbark2011-03-182-1/+18
| | | | | | | | | | | | | | | | [BUGID# 873] - Added a note in the Images Appendix indicating that building an image without GPLv3 components is only supported for base and minimal images. Also put the two changes you have to do to the local.conf file for the build. Added a note in the second chapter in the section on building images. The note indicates the same as in the appendix but does not go into the local.conf file detail. (From OE-Core rev: c7960a2e820d7ddb8649ab0b27b3f04843f7af0d) 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: Added entry about proxy and firewallScott Rifenbark2011-03-181-0/+96
| | | | | | | | | | This is an explanation on how to get by the proxy or around the firewall when Poky is trying to find and download sources. (From OE-Core rev: 426df8458bb37c81afc6fe03f0e1300985c8d059) 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: Formfactor path correctedScott Rifenbark2011-03-181-1/+1
| | | | | | | | | | | I changed the path 'meta/packages/formfactor/files/config' to 'meta/recipes-bsp/formfactor/files/config' per Joshua Lock's instruction for correctness. (From OE-Core rev: b89ea64db2978f0ec9271565590a5a0529d396f1) 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: small editsScott Rifenbark2011-03-181-14/+15
| | | | | | | | | Various small edits and format changes. (From OE-Core rev: 259128eb1b7676a71d5c0df4ef5db065ba5c3c88) 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: Small editsScott Rifenbark2011-03-181-4/+4
| | | | | | | | | I made some minor edits. (From OE-Core rev: bb6fbb484ec912aabca77fd4d124c97fc7f956e1) 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: Added three FAQ entriesScott Rifenbark2011-03-181-0/+68
| | | | | | | | | | | | | | Added three FAQ entries per Joshual Lock. 1. How do I disable the cursor on my touchscreen device? 2. How do I make sure connected network interfaces are brought up by default. 3. How do I create images with more free space? (From OE-Core rev: 9cfed91ee7c0a619e52abc098c20d6ed8b69416b) 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: More BitBake changesScott Rifenbark2011-03-181-8/+8
| | | | | | | | | | Forgot to search for "Bitbake" occurances. These are now changed to "BitBake." (From OE-Core rev: 982826b61bf68244fad46ef52b5a203e648e330b) 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: grammar fix and BitBake fixScott Rifenbark2011-03-181-16/+16
| | | | | | | | | | Fixed a grammar problem and then did a search and replace for "bitbake" to replace with "BitBake". (From OE-Core rev: a25074cf7f3383ea3963c4dabb9507af34f2e3df) 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: Wording and release updateScott Rifenbark2011-03-181-4/+5
| | | | | | | | | | | | I changed several occurances of "Yocto Project" to "the Yocto Project." Also changed the statement about what Poky release the book supported. It previously said "applies to Poky Release 4.0 (Laverne)." I changed this to "applies to Poky Release 5.0 (Bernard)." (From OE-Core rev: 021bc37ad0698c567f9b7089fde99fe985ae3551) 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: Removed linkScott Rifenbark2011-03-181-1/+1
| | | | | | | | | | | | | | Removed a link to the Intel Website. Upon testing this link I discovered that it loads the Intel site into the current web page and then disables the back button. Rather annoying. I tried to change the link to pop a new window but couldn't get the ulink.target parameter to work. Ran out of time to try and figure it out so I removed the link. (From OE-Core rev: 8f75a06300714938e79800e0e140dd76ba42de86) 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: Spell CheckScott Rifenbark2011-03-181-5/+5
| | | | | | | | | Performed a spell check and corrected several problems. (From OE-Core rev: e26e9f41eac1bb34a7d9276921d14e843444622d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/poky-ref-manual.xml: Updated title pageScott Rifenbark2011-03-181-0/+5
| | | | | | | | | | | Updated the title page by adding a new revision entry for the manual. Not sure of the current revision numbering scheme so I reset it to Revision 1.0 to match that of the release. (From OE-Core rev: 1604f6543eba3757b08bff96e75d045b809de544) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/style.css: Updated to match other manualsScott Rifenbark2011-03-181-8/+14
| | | | | | | | | | I have updated some styles so that the GIT manuals are looking more consistent and have better color schemes for the section headings. (From OE-Core rev: 747dbbf250b96cf43eba2b7227226607b9605da4) 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: Spell checkScott Rifenbark2011-03-181-15/+15
| | | | | | | | | A spell check performed on this chapter. (From OE-Core rev: 20ef5e573e0c835a2f359f61aa89993c3a2244a1) 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: Added text for choosing serverScott Rifenbark2011-03-181-0/+10
| | | | | | | | | | | | | [BUGID# 293] - I added text at the end of section 3.2.3 "Customizing Images Using Custom IMAGE_FEATURES" to include explanation of the two servers Poky uses for images by default. Also how to change the variable IMAGE_FEATURES to configure the server. This change is part of the fix for BUGID# 293 and was suggested by Scott Garman. (From OE-Core rev: 13041874070ea2235f8c3abe156ae5e940b15f5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* [BUGID# 553] - documentation/poky-ref-manual/resources.xml: Fixed pokylinux URLScott Rifenbark2011-03-011-1/+1
| | | | | | | | | | | [BUGID# 553] - In appendix I in the Contributions section (I.6) there is mention of a Poky contributions tree and the URL git://git.pokylinux.org/poky-contrib.git is given. I changed this URL to git://git.yoctoproject.org/poky-contrib.git. This is a partial fix for but 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/resources.xml: Text addtions in Links section ↵Scott Rifenbark2011-03-011-3/+4
| | | | | | | | | in Appendix I I added text after the bulleted items "The Poky website" and "BitBake Uer Manual." These were blank and it was not consistent with the rest of the list. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 553] - documentation/poky-ref-manual/resources.xml: Fixed pokylinux URLScott Rifenbark2011-03-011-2/+2
| | | | | | | | | | | | | [BUGID# 553] - In the "Bugtracker" section (appendix I - I.2) there is a reference to the bugtracker. The text shows just the string "bug tracker" but the hidden URL was http://bugzilla.pokylinux.org. I updated the text to say to report problems by using the Bugzilla application and then gave the URL http://bugzilla.yoctoproject.org as the reference. This is a partial fix for bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 553] - documentation/poky-ref-manual/faq.xml: Fixed pokylinux.org ↵Scott Rifenbark2011-03-011-1/+2
| | | | | | | | | | | | | reference [BUGID# 553] - In the FAQ appendix item H.12 there was a reference to http://pokylinux.org/sources/* in the question portion. The reference should really be http://autobuilder.yoctoproject.org/sources/*. I made the change. This is a partial fix for bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed ↵Scott Rifenbark2011-03-011-4/+3
| | | | | | | | | | | | | | pokylinux.org URL [BUGID# 553] - In "The Anjuta Plug-in" section (5.1.2.2) there was an URL to the source for the Anjuta Plug-in. The URL had the pokylinux.org string in it and pointed to the old area. I changed the URL to http://git.yoctoproject.org and directed the user to look under IDE Plugins. This is a partial fix to bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed ↵Scott Rifenbark2011-03-011-2/+3
| | | | | | | | | | | | | | | | | | pokylinux URLs [BUGID# 553] - In "The Eclipse Plug-in" section (5.1.2.1) there were two URLs referencing the place to get the Eclipse plug-in. One specified the URL to put into the HTTP:// field in the Eclipse IDE when installing the software. This URL was incorrect. I replaced it with the correct URL, which was http://www.yoctoproject.org/downloads/eclipse-plugin/. The second URL that was fixed was referencing the source code for the plug-in. It had the old pokylinux.org string. I changed it to http://git.yoctoproject.org. These fixes partially address bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: fixed ↵Scott Rifenbark2011-03-011-1/+1
| | | | | | | | | | | pokylinux.org URL [BUGID# 553] - In the Development Checkouts section (1.5.3) there was a reference to our git repository located at git://git.pokylinux.org/poky.git. I changed this to git://git.yoctoproject.org/poky.git. This is a partial fix to Bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: Fixed ↵Scott Rifenbark2011-03-011-1/+1
| | | | | | | | | | | pokylinux.org URL [BUGID# 553] - In the Releases section (1.5.1) there was an URL to http://pokylinux.org/releases. This URL was old and I replaced it with http://yoctoproject.org/downloads/poky. This partially fixes bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed ↵Scott Rifenbark2011-03-011-1/+1
| | | | | | | | | | | | | | | pokylinux URL [BUGID# 553] - In the Development Checkouts section (1.5.3) there is a reference to http://git.pokylinux.org/. This URL resolves to an older looking source area. I determined that the URL http://git.yoctoproject.org/ resolves to the newer Yocto source web interface so I changed the URL to that. This is a partial fix to Bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed ↵Scott Rifenbark2011-03-011-1/+1
| | | | | | | | | | | | | pokylinux.org link in Nightly Build section [BUGID# 553] - In the nightly build section (1.5.2) there is a reference to http://autobuilder.pokylinux.org/. This URL resolves to an autobuilder page that has a bunch of pokylinux links. I determined that the URL http://autobuilder.yoctoproject.org/ also resolves to the autobuilder page so I updated the URL to use the YP link. This is a partial fix to Bug 553. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/ref-images.xml: Update to Images AppendixScott Rifenbark2011-03-011-25/+34
| | | | | | | | | | Added command 'ls meta*/recipes*/images/*.bb' as the command to see the supported images. Also added poky-image-lsb as an image and noted that poky-image-sdk has becom poky-image-sato-dev. These fixes are in response to alpha testing for release 1.0 Yocto. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/poky-ref-manual.xml: updated copyright dateScott Rifenbark2011-02-251-1/+1
| | | | | | Changed the copyright upper date from 2010 to 2011. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/faq.xml: [BUGID# 628] - Added new question for ↵Scott Rifenbark2011-02-231-0/+41
| | | | | | | | | Python 2.6 requirement. As part of the fix for #628 I added a new question to the FAQ for use of Poky when you do not have Python 2.6. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/extendpoky.xml: Fixed make problemScott Rifenbark2011-02-011-1/+1
| | | | | | | | Discovered that the manual was not making correctly due to a stray </literallayout> statement. I removed this statement and the manual now builds. Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
* documentation/poky-ref-manual: expand discussion of PR and INC_PRPaul Eggleton2011-01-202-8/+17
| | | | | | Expands a little on PR and INC_PR. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* poky-ref-manual: Fix my email addressRichard Purdie2011-01-061-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add glossary for PACKAGE_DESCRIPTION and PACKAGE_SUMMARY for binary packagingSaul Wold2010-12-161-0/+13
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>