summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/poky-ref-manual.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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: Changes to Paul Eggleton's edits for various manuals.Scott Rifenbark2011-08-241-1/+1
| | | | | | | | | | | | | | 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: 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: updated the note in the front matter to use a link specific ↵Scott Rifenbark2011-08-201-2/+4
| | | | | | | | | to manual. (From yocto-docs rev: 8008a00e188dc0569d0fb6e5cf497637a0b57747) 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: Added note to title page.Scott Rifenbark2011-08-041-0/+6
| | | | | | | | | | | Note mentions possible differences between docs in the released tarball and docs on the website. Suggests website for latest docs. (From yocto-docs rev: 5061f9e8b3cfb66b2ed17befc9c4c4d8b875f4eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: updated manual historyScott Rifenbark2011-06-131-0/+5
| | | | | | | | | | | I added an entry to represent the Yocto Project 1.0.1 Release into the manual history table for all of the manuals except the Yocto Project Quick Start, which does not have a table. (From yocto-docs rev: d2c570b18854b3f15dfb20436a2212f569e96d5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Added new title graphicScott Rifenbark2011-05-101-4/+4
| | | | | | | | | | | | | | | | | I have removed the multi-colored POKY image that was used for the title of the Poky Handbook. The image I put in here is in line with the other graphics used as titles for our Yocto Project documentation. To accomplish this I had to create and add a new PNG file named poky-title.png. I placed this image in the figures folder. I removed the poky-ref-manual.png file (old figure). I also had to alter the Makefile to use the new figure as part of the tarball. Finally, I had to alter the HTML style sheet (style.css) to include the new file. (From yocto-docs rev: 6c44fca054c1c105daea6fa42f89a7f78a6d12cd) 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-04-041-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/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/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>
* poky-ref-manual: Fix my email addressRichard Purdie2011-01-061-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/poky-ref-manual.xml: Changed the revision ↵Scott Rifenbark2010-12-101-1/+1
| | | | | | date to 24 November 2010 Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Changed source location of the bsp.xml fileScott Rifenbark2010-11-151-1/+1
| | | | | | | | | | Because BSP chapter (bsp.xml) is identical to the single file used in the BSP Guide (also bsp.xml but in the bsp-guide folder) I have decided to change where the Poky Reference Manual get the bsp.xml file. This commit causes it to get the file from the bsp-guide folder instead of an identical but separate bsp.xml file local to the poky-ref-manual folder. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* poky-ref-manual: Drop non-commercial clauseRichard Purdie2010-11-131-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* docmentation/poky-ref-manual: Remove unused Indexes titleRichard Purdie2010-11-041-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation: Update copyright to the Linux FoundationRichard Purdie2010-10-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Re-installed the Poky Handbook image at the top of the manualScott Rifenbark2010-10-271-6/+12
| | | | | | | | | I could not get the Yocto Project logo to appear correctly in the book after the title. I also decided that since Poky is by no means going away that this book should have that image associated with it as it is the Poky Reference Manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/pokt-ref-manual: Update with Yocto brandingRichard Purdie2010-10-271-10/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/poky-ref-manual: Various tweaks to the textRichard Purdie2010-10-151-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie2010-10-151-0/+102
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>