summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-bsp-appendix.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Corrected the SRCREV ↵Scott Rifenbark2011-08-201-2/+2
| | | | | | | | | | | | | statement Comment from Bruce Ashfield indicated that this statement needed to be SRCREV_meta_pn-linux-yocto_mymachine ?= \ "84f1a422d7e21fbc23a687035bdf9d42471f19e0" (From yocto-docs rev: 917bfca1af7f82ad330854849e0ec4f30289543a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Changed 2.6.37 to 3.0 for 1.1 release.Scott Rifenbark2011-08-151-9/+10
| | | | | | | | | | | Bruce Ashfield's review comments indicated that we will be using linux-yocto-3.0 and not linux-yocto-2.6.37. So I am putting these changes in to anticipate the 1.1 release. (From yocto-docs rev: ecbe1c90c5aa65b2dde77ba6094b5956e37d061d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: changed file nameScott Rifenbark2011-08-151-6/+6
| | | | | | | | | I changed 'linux-yocto-2.6.37.bbappend' to 'linux-yocto_2.6.37. (From yocto-docs rev: 0eb284374ef9dfb26142ae4d0254a0fe4056d0ab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: better link added.Scott Rifenbark2011-08-151-1/+3
| | | | | | | | | | | In the section that describes how to get the local Yocto Project files I was referencing the general section. I have added a more specific link to the bulleted item that describes how to get these files. (From yocto-docs rev: 2b03c4d39a83d731581a6cd63a5c9e5c7e4cb57b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: replaced "&dash;" with "-".Scott Rifenbark2011-08-041-3/+3
| | | | | | | | | Character does not display in PDF version. (From yocto-docs rev: 8f9b114190257cfe5425f6e322dcfb6f03941bf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Added reference to example appendicesScott Rifenbark2011-08-041-1/+1
| | | | | | | | | | | | In dev-manual-model.xml I included two references: one to the BSP Development Example and one to the Kernel Modification Example. I had to add the target "id" stuff to both dev-manual-bsp-appendix.xml and dev-manual-model.xml (From yocto-docs rev: bcae1e723610e1769f0a524e3c1d9918c7cb1061) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: removed redundanciesScott Rifenbark2011-08-041-138/+10
| | | | | | | | | | | Some of the more general BSP development information was more appropriate in the dev-manual-cases chapter. I removed this information and left example-specific (mostly) text. (From yocto-docs rev: d44c0fa8bdea9a2cad51ae3ca4b861a12d9fcdf9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Added section hierarchy.Scott Rifenbark2011-08-041-218/+250
| | | | | | | | | | The section for changing the recipes was deep and complex. So I broke it into several sub-sections. (From yocto-docs rev: f964b7644502fe5995c57de4a7a4fff47f71cf79) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: re-wrote the Base BSPScott Rifenbark2011-08-041-38/+6
| | | | | | | | | | | | I re-wrote the Getting your Base BSP section to reflect the example only. Previously, there was a lot of information in there about getting BSP files that was deemed universal and was moved to the getting started chapter. (From yocto-docs rev: addcbca37e3dfad27b388245a4085cd0a2747177) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Modified the setup ↵Scott Rifenbark2011-08-041-44/+4
| | | | | | | | | section. (From yocto-docs rev: 78224ffa3cfd5e110a2d2e43e8c84b259a84ee63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: spacing fixedScott Rifenbark2011-08-041-1081/+577
| | | | | | | | | Fixed the spacing to follow my indentation scheme for Docbook files. (From yocto-docs rev: 6ed8cbc7dc48e5a380d27ee280fb92809b931223) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: New appendix for BSPScott Rifenbark2011-08-041-0/+1192
I decided to take the long detailed example of the BSP creation and make it an appendix. This commit represents a simple copy of the existing dev-manual-cases chapter. Further commits will change the text to make it suitable as an appendix. (From yocto-docs rev: 8c1308c4361f48ce7f7aa104cde7e6f6a820faa4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>