aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
AgeCommit message (Collapse)Author
2010-11-15Poky Reference Manual: Fixed list tag.Scott Rifenbark
There was a mis-matched list element in an ordered list near the end of the chapter. I had an <orderedlist> tag matched with an </itemizedlist> tag preventing the make. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15BSP Guide and BSP Chapter: Sync'ed these two filesScott Rifenbark
After moving BSP Guide into its own folder for documentation I discovered a consequence of that. There are two separate bsp.xml files now: one in the poky-ref-manual folder and one in the bsp folder. I had done some good cleanup work in the version in the poky-ref-manual folder. This commit reflects a 'meld' operation where I re-sync'ed the bsp.xml file in the bsp-guide folder to be the same (almost) as the one in the poky-ref-manual folder. There is still one slight difference between the two files due to one's context as a stand-alone manual and the other as a section in a larger book. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Added XSL Customization layer fileScott Rifenbark
The xsltproc command in the Makefile now uses the XSL Customization layer style sheet poky-ref-manual-customization.xsl for the style sheet parameter. This method will allow for customization of the HTML version formatting that might be unique for the manual. I have added the new file to the file structure. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Added XSL Customization layer useScott Rifenbark
The xsltproc command now uses the XSL Customization layer style sheet poky-ref-manual-customization.xsl for the style sheet parameter. This method will allow for customization of the HTML version formatting that might be unique for the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Clean up MakefileScott Rifenbark
I moved the XSLTOPTS variables to the top of the file so they will be defined first. This is an attempt to fix the seemingly random HTML runtime errors I am getting during the 'make html' command. It seems to be consistently working now. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Fixed broken link in Ref Images appendix.Scott Rifenbark
In the Ref Images appendix there was a link to the section "External Development Using the Poky SDK" section that did not work due to the section id string changing. I fixed the link. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Added BBFILE_PRIORITY glossary term.Scott Rifenbark
The Extending Poky chapter referenced this non-existent term. I added it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Added BBFILE_COLLECTIONS glossary term.Scott Rifenbark
The Extending Poky chapter was referencing a non-existent BBFILE_COLLECTIONS glossary term. I added the term. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Added BBLAYERS to glossary.Scott Rifenbark
Added an entry for BBLAYERS in the ref-variables (glossary) appendix. The Extending Poky chapter was referencing this variable and it did not exist. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Spell check performed.Scott Rifenbark
Found and corrected about 6 or 7 mis-spelled words. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Added consistency to literallayout text.Scott Rifenbark
I added some indentation for better presentation of the literal text. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Cleaned up and checked all XML tags.Scott Rifenbark
Just a few minor changes like creating consistent indentation. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: XML tag clean up and command example text indentation.Scott Rifenbark
Removed a couple of redundant </ulink> tags. Also indented the literallayout text by five spaces for formatting. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: A couple more minor fixes.Scott Rifenbark
I found another redundant </ulink> tag. I removed the word sections from within a section link in a couple of places. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-15Poky Reference Manual: Clean up of the XML tagsScott Rifenbark
Added a section id to the 'welcom to poky' section that was missing. Removed a redundant </ulink> tag that was not needed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-13poky-ref-manual: Drop non-commercial clauseRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-04docmentation/poky-ref-manual: Remove unused Indexes titleRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-04Performed general edits to this chapter.Scott Rifenbark
many english corrections performed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-04Poky Reference Manual: Completed editing pass of Chapter 3.Scott Rifenbark
I completed the editing pass of this chapter by doing sections 3.3.3 on. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-04Created a new folder to hold the BSP GuideScott Rifenbark
I created a new sub folder to hold the BSP Guide by itself so there are three folders now for each of the Yocto manuals: BSP Guide, quick start and poky ref manual. The new folder for the BSP guide is 'bsp-guide'. It contains the bsp.xml file, its own Makefile, a bsp-guide.xml file, and its own 'Figures' directory. The 'bsp-guide.xml' file that was in the poky reference folder was deleted. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-04General edits to the using poky and Extending Poky chapters.Scott Rifenbark
I completed general edits to the second chapter of the poky reference manual. These edits went from section 2.4.5 through the end of the chapter. They consist of text rewrites for more active voice and follow general technical writing principles. I completed the same types of edits in the third chapter of the manual from the beginning through section 3.3.2. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-04General text edits through section 2.4.4 "General Bitbak Problems"Scott Rifenbark
Extensive language and consistency edits being applied to the manual. During the 0.9 push I did not have time to make a pass through the document. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-11-04Editing pass through the Introduction chapter.Scott Rifenbark
I did a complete edit pass through this chapter. The manual has not been fully edited from its original state. One critical technical correction was corrected where the green-3.3 release was referenced. I changed this to laverne 4.0. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27documentation: Update copyright to the Linux FoundationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27Removed text from section 5.1.2.1.1.Scott Rifenbark
Removed several blocks of text from section 5.1.2.1.1 "Installing and Setting up the Eclipse IDE". This text according to Jessica was no longer needed.
2010-10-27Re-inserted Poky Image as part of the front matter.Scott Rifenbark
I have inserted the Poky image in the front matter again because the book is a Poky Guide. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27documentation/poky-ref-manual: Fix image makefile to reference the imageRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27Moved the Poky image file to the "Figures" folder.Scott Rifenbark
The image file was in the same directory as the main reference manual files. So I moved the file into subdirectory "Figures" with other figures. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Re-installed the Poky Handbook image at the top of the manualScott Rifenbark
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>
2010-10-27Removed reference to pre-build in section 5.3.2, "Using OprofileUI".Scott Rifenbark
The "Using OprofileUI" section had a description of how to use a pre-built UI and how to download and build one. Feedback from Jessica Zhang suggested removing the instruction for using a pre-built UI. All that remains in the first paragraph now is instruction on how to download and build the UI. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Added the Anjuta Plug-in informationScott Rifenbark
Added section 5.1.2.2 "The Anjuta Plug-in" into the Poky Reference Manual. This section consists of sub-sections 5.1.2.2.1 "Setting Up the Anjuta Plug-in", 5.1.2.2.2 "Configuring the Anjuta Plug-in", and 5.1.2.2.3 "Using the Anjuta Plug-in". This information was in the original Poky Handbook but had been removed by me since I thought it was not going to be supported for the 0.9 Yocto Release. It has now been restored with a note indicating that Anjuta will not be supported post 0.9 release. I did some general text editing in each section for readability. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27documentation/pokt-ref-manual: Update with Yocto brandingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22documentation/bsp: update to reference FILESEXTRAPATHSJoshua Lock
It's no longer neccesarry to define THISDIR and FILESPATH in each bbappend recipe. Should you need to reference extra files you should use FILESEXTRAPATHS Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-19documentation/poky-ref-manual: Update packages references to recipes and ↵Richard Purdie
make sure bbappend files are included in example BBFILES lines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/poky-ref-manual: Various tweaks to the textRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/handbook: Tweak Makefiles and paths after path changesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15handbook/poky-ref-manual: Makefile tweaksRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15handbook: Move into documentation directoryRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>