summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* documentation/bsp-guide/bsp.xml: Removed the recipes-bsp/formfactor ↵Scott Rifenbark2010-12-211-1/+0
| | | | | | directory from the common structure. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files sectionScott Rifenbark2010-12-211-0/+18
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options ↵Scott Rifenbark2010-12-211-7/+6
| | | | | | | | section I combined the tuning stuff into this section. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documenation/bsp-guide/bsp.xml: Updated the Layer Configuration File section.Scott Rifenbark2010-12-211-3/+5
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated the Pre-built User Binaries section.Scott Rifenbark2010-12-211-4/+10
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added the README section.Scott Rifenbark2010-12-211-0/+19
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added new "License Files" section.Scott Rifenbark2010-12-211-0/+19
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated the introductary paragraph to the ↵Scott Rifenbark2010-12-211-1/+1
| | | | | | sections. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-work/bsp.xml: Added crownbay BSP example to section 1.1.Scott Rifenbark2010-12-211-0/+24
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated common form for file structure.Scott Rifenbark2010-12-211-12/+8
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Inserted text before the file structure ↵Scott Rifenbark2010-12-211-6/+4
| | | | | | | | | example Added some text in section 1.1 explaining that the file structure example is an example and that the file structure of specific BSPs could differ. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Created better BSP example base namesScott Rifenbark2010-12-211-2/+2
| | | | | | | | Lowered the "E" for the "meta-emenlow" BSP. Removed the "oaktrail" one, which is an Intel code name and replaced it with "beagleboard", which is a non-Intel board. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added information about /binaryScott Rifenbark2010-12-211-1/+3
| | | | | | | | | Added information in the section about Pre-built User Binaries. In the first paragraph I stated that this directory would contain the Application Development Toolkit and minimal live images when the BSP is "tarred" up and placed on the Yocto Project website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Fixed typoScott Rifenbark2010-12-211-1/+1
| | | | | | | | Two lines had been earlier turned into a single sentence but the capitalization of the second line still remained. I switched "The" into "the". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added note qualifying BSP file structure.Scott Rifenbark2010-12-211-0/+5
| | | | | | | Inserted a note that states the BSP file structure shown is an example only and that a given BSP could have different files. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Changed meta naming conventionScott Rifenbark2010-12-211-3/+3
| | | | | | | Replaced meta-<bsp_name>/recipes-<bsp_name> with meta-<bsp_name>/recipes-bsp. This conforms to how the BSP standard will be working. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problemScott Rifenbark2010-12-201-1/+1
| | | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/kernel-manual/figures/kernel-architecture-overview.png: ↵Scott Rifenbark2010-12-201-0/+0
| | | | | | | | | updated figure Updated the figure to not use "preempt_rt". Now uses "preempt-rt". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* 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>
* documentation/bsp-guide/bsp.xml: General edits.Scott Rifenbark2010-12-141-94/+91
| | | | | | | | | | | | | 1. Edited to incorporate new file system naming structure per Saul Wold. This is the version I am sending him and Tom Z. to review. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/bsp-guide/bsp.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* bsp-guide: correct BBPATH exampleDarren Hart2010-12-141-1/+1
| | | | | | The BBPATH example was missing a : to separate the path elements. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* documentation/kernel-manual/kernel-how-to.xml: added newline characterScott Rifenbark2010-12-141-1/+2
| | | | | | | There was a git checkout and git push command that did not have a newline character between the two line in a literallayout block. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: fixed typo bug 588Scott Rifenbark2010-12-141-1/+1
| | | | | | | removed the ";" character that was part of the git log --pretty=oneline command example. This fixes bug [BUGID# 588]. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/ref-bitbake.xml: Completed general edits.Scott Rifenbark2010-12-101-134/+135
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-concepts.xml: Re-worded a note to state ↵Scott Rifenbark2010-12-101-3/+5
| | | | | | best practices for organizing shared features. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual: Added Bruce Ashfields review comments.Scott Rifenbark2010-12-103-28/+35
| | | | | | | Comments covered some minor points. We did remove the "Creating a Transition Kernel Layer" section however. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: changes applied from a patch submitted by ↵Scott Rifenbark2010-12-104-8/+8
| | | | | | | | Cyril Humbert. Cyril submitted a patch via email form for several spelling corrections. The master docs, however, are not up-to-date with what I have on my contrib area. Many of Cyril's corrections were already addressed. A few were not and I have updated them here with this commit. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: General edits up the Parsing section.Scott Rifenbark2010-12-101-41/+41
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Changed spelling of bitbake to "BitBake" when ↵Scott Rifenbark2010-12-101-8/+8
| | | | | | | | used in text. There is inconsistent use of how BitBake is spelled. Sometimes it uses no capitalization, just a leading "B", or "BitBake". I looked at the BitBake manual and it seems that "BitBake" is the correct way to refer to it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: English scrub performed for consistency.Scott Rifenbark2010-12-101-168/+194
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Updated Mailing Lists and IRC sections in ↵Scott Rifenbark2010-12-101-15/+32
| | | | | | | | Appendix I I pulled the openembedded mailing list information and provided information for yocto@yoctoproject.org, yocto-announce@yoctoproject.org, and poky@yoctoproject.org. I also updated the IRC section to include both #poky and #yocto channels. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/yocto-project-qs: Added the gnome-doc-utils package to the ↵Scott Rifenbark2010-12-101-1/+1
| | | | | | Fedora required pacakge list. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Fixed two typo'sScott Rifenbark2010-12-101-3/+3
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Fixed to mis-spellingsScott Rifenbark2010-12-101-3/+3
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Updated the list of links to include a link ↵Scott Rifenbark2010-12-101-0/+4
| | | | | | to the Yocto Project site. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual: Added an image to the authorgroup so a title ↵Scott Rifenbark2010-12-101-3/+3
| | | | | | would display in the HTML version of the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: Completed scrub to the text.Scott Rifenbark2010-12-101-223/+302
| | | | | | This version represents the completed first draft with all of Bruce Ashfield's comments applied and a good scrubbing of the text. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kerenel-how-to.xml: Edits to clean up text.Scott Rifenbark2010-12-101-341/+438
| | | | | | | Re-writing up to the "Export for External (Upstream) Submission" section. I am cleaning up the English and style. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-manual.xml: Changed the copyright ↵Scott Rifenbark2010-12-101-1/+1
| | | | | | statement to conform to sharing. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-concepts.xml: Updated the text so that ↵Scott Rifenbark2010-12-101-3/+13
| | | | | | | | the conceptual figure showing the kernel is out. Feedback indicated by Dave suggested getting rid of this. So I commented out the text around it and modified the reminder text so it did not reference a figure. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual: Modified to call new chapter structure.Scott Rifenbark2010-12-101-1/+5
| | | | | | The make process for the kernel book now includes multiple chapters instead of a single chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual: Added these files so the book could have chapters.Scott Rifenbark2010-12-103-0/+2326
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/yocto-project-kernel-manual.xml: Removed this ↵Scott Rifenbark2010-12-101-2305/+0
| | | | | | file so manual could be structured into a book with chapters. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* 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>
* documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output ↵Scott Rifenbark2010-12-101-3/+3
| | | | | | files to be named "kernel-manual" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: changed the name of the PDF output ↵Scott Rifenbark2010-12-101-2/+2
| | | | | | file to "kernel-manual.pdf" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-manual.xml: added this file so that PDF ↵Scott Rifenbark2010-12-101-0/+62
| | | | | | | | | could be built. This is inline with how the other docs are built. kernel-manual.xml is called by xsltproc from the Makefile. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/yocto-project-kernel-manual.xml: removed the ↵Scott Rifenbark2010-12-101-8/+5
| | | | | | | | | | code that inserts the image. I made this file similar to the bsp.xml file so that it would build into a PDF file. It was throwing an error because of the imagedata tag that was up front. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: Added code to create a PDF version.Scott Rifenbark2010-12-101-4/+14
| | | | | | | | Code now calls a new file called kernel-manual.xml that in turn includes the yocto-project-kernel-manual.xml file. This is in line with how the other docs are built. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/figures/kernel-title.png: Added a PNG file to ↵Scott Rifenbark2010-12-101-0/+0
| | | | | | display in the PDF version on the title page. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>