summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/dev-manual/dev-manual-bsp-appendix.xml: edits to poky repo setupScott Rifenbark2012-03-081-7/+23
| | | | | | | | | | | | There is confusion as to how to set up the Git repository and be sure you have the snapshot of the release. I have changed the description to use a tag rather than the branch names. The stuff is out for review with Josh. (From yocto-docs rev: 2521873e1bf8e1ad398fae4b7297f8746a34258f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: More information about DL_DIR added.Scott Rifenbark2012-03-081-3/+10
| | | | | | | | | | | | | | | | | | The information surrounding the central download directory was pretty scant. Jim Abernathy pointed this out in an email sent to me. As a start, I have added quite a bit more information to the glossary description for DL_DIR. Part of that added information is a pointer to the FAQ entry that describes exactly how the build system gets source files. Then, in the YP Development Manual in the section that introduces the build process, I added several references to various variables that are set in the local.conf file prior to kicking off the build. Reported-by: Jim Abernathy <jim.abernathy@intel.com> (From yocto-docs rev: 4d7835a3bff5bd054301fa9ab6954c11c88dad58) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to exampleScott Rifenbark2012-03-081-36/+82
| | | | | | | | | | | | Poor flow for the config_smp example. Upon reading this example it did not stand well on its own. I added some text, albeit redundant but necessary I felt, so that the example would stand on its own. (From yocto-docs rev: f8c0c9469eae0788f1bfba309deefb4e03d4bc29) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: Fixes to examplesScott Rifenbark2012-03-081-3/+6
| | | | | | | | | | | | | | | | | Jim Abernathy pointed out an area where the bitbake command is run from the top-level poky directory. This is incorrect and the user should run this from the build directory. I changed the instance so that the example instructs the user to either run the environment setup script first, which would place him into the build directory. I also reinforced it by adding supporting text saying that you should run the bitbake command from the build directory. Reported-by: Jim Abernathy <jim.abernathy@intel.com> (From yocto-docs rev: b111e5e4faa6d4e5e99f48b886aeb72bb12e2914) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Removed 1.1.1 stringsScott Rifenbark2012-03-081-2/+2
| | | | | | | | | | | In resolving a commit conflict I accidently inserted some "1.1.1" strings in some URLs where they should have been "latest". I fixed these back. (From yocto-docs rev: a78a28f317b426413ec0bd8c4115d5e69f609283) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/kernel-example-repos.png: update figureScott Rifenbark2012-03-081-0/+0
| | | | | | | | | | The figure that shows the kernel repos needed the git push command fixed. There was no ":" character in it. (From yocto-docs rev: 4add1c83a8e3f4fec9ec6b678e31e259c700c077) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Updates to index of releasesScott Rifenbark2012-03-082-1/+1
| | | | | | | | | | Had to update the figure again and I updated the surrounding text. (From yocto-docs rev: ed0aea8ad3670aace1eb51ca7a72e75a4c129fba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/index-downloads.png: updated pictureScott Rifenbark2012-03-081-0/+0
| | | | | | | | | | Updated the picture that shows the index of releases. they renamed this from index of downloads. (From yocto-docs rev: 38ffbb3138fa43fcb44456e6b6f46dc78cc87a14) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: cleared up noteScott Rifenbark2012-03-081-1/+2
| | | | | | | | | | | | | | There is note instructing the user to delete unused .bbappend files or comment out the COMPATIBLE_MACHINE statements in those unused files before running the build in the example. the note was not clear about the COMPATIBLE_MACHINE statement in the .bbappend file that is actually being used. I edited the text to be clear about that. (From yocto-docs rev: 73ed4df6f312c25103c41a1ee1dcdb9f7114ca45) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: updated to clone outputScott Rifenbark2012-03-081-6/+8
| | | | | | | | | | Updated the console output created when you create the bare clone and the copy of the bare clone. (From yocto-docs rev: cc6290e416fb113f687645517bccf3f6f177395e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: poky-extra output updatedScott Rifenbark2012-03-081-5/+6
| | | | | | | | | | I updated the console output returned when you set up the poky-extras repo. (From yocto-docs rev: f0fe9a6e04f72c727562719244719ce1058256e4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: General EditsScott Rifenbark2012-03-081-3/+4
| | | | | | | | | | Better wording for the "Local Yocto Project Files Git Repository" bulleted item. (From yocto-docs rev: 7be7823b69c0804d4939b3350ff621ce0afebc94) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Fixed external linkScott Rifenbark2012-03-081-7/+5
| | | | | | | | | | | Found a link that had a spacing problem and should not have been linking to the manual in general. Fixed the spacing problem and removed the links to the book in general. (From yocto-docs rev: ce274c0290c4f8998bb682f8d84f5ee456837c62) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Fixed broken link to GitScott Rifenbark2012-03-081-3/+2
| | | | | | | | | | | Found another broken link to the Git documentation. They must have changed this stuff up. So I set the link to point to the appropriate area in the Git Community Book. Talks about distributed workflows. (From yocto-docs rev: f81d6bbff20629b2b3af73ef53f471090b9d828b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: fixed broken linkScott Rifenbark2012-03-081-2/+2
| | | | | | | | | | | there was a link to some Git documentation referencing workflows that apparently had gone stale. I replaced the reference with a link to the Git Community Book. (From yocto-docs rev: 7a2cbe4c45eb9bb53d5ddbc014bd6005c2844d56) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/git-workflow.png: Updated figure flowScott Rifenbark2012-03-081-0/+0
| | | | | | | | | | The Git Workflow was missing a pull line from the second (bottom) contrib box into the project's master Git repository. I added the line. (From yocto-docs rev: e7e2f92a92cec3798395470595ba1a2beaf36575) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Updates to Bugzilla useScott Rifenbark2011-11-251-30/+45
| | | | | | | | | | | | I updated the Bug Tracking section to include rudimentary use of Bugzilla for entering a new bug. Fixes [YOCTO #237] (From yocto-docs rev: 8f2702444812c9dc25195340acebbaae15cd59d7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: BB_NUMBER_THREADS and PARALLEL_MAKE suggestionsScott Rifenbark2011-11-252-9/+9
| | | | | | | | | | | | | | | Text that suggests setting the BB_NUMBER_THREADS and PARALLEL_MAKE variables to speed build time has been updated to suggest a setting of twice the number of host cores supported. The 2x number came to light through a discussion on the project mailing list initiated by Robert P. J. Day. Reported-by: Robert P. J. Day (From yocto-docs rev: 1846b41a595b7bd905ca828eaa04112d1533d7a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Edits from Tom Zanussi.Scott Rifenbark2011-11-254-15/+28
| | | | | | | | | | | Tom Zanussi provided a review up through part of the "model" chapter. I have implemented his comments mosty verbatim. Reported-by: Tom Zanussi (From yocto-docs rev: 693d4fadd4b34ffef9953fb1850d381ff7c028a3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changed all manual links to point to "latest"Scott Rifenbark2011-11-256-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Standardized on spelling of BitBakeRobert P. J. Day2011-11-252-2/+2
| | | | | | | | | | Robert found five instances where I missed the correct usage of "BitBake." (From yocto-docs rev: 0819076e8677accd157497ed4fa33ebab2528044) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/style.css: Fixed HTML outputScott Rifenbark2011-11-081-2/+2
| | | | | | | | | | I increased the font size and darkened the type up for footnote text. (From yocto-docs rev: d43e99137c350d68484df6c0a361804d8ccd2877) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Fixed PDF Note line breaksScott Rifenbark2011-11-082-4/+6
| | | | | | | | | | | Several notes were not producing a line-break betweent he end of the note and the start of the next paragraph. Most work, but for some reason these did not. It is a mystery to me. (From yocto-docs rev: 2c87e0cb781b6d94297dc558504f869bd54a6ad0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/style.css: added .footnote elementScott Rifenbark2011-11-081-1/+6
| | | | | | | | | | For HTML formatting I added a new element to format the footnote to pt-8 font. (From yocto-docs rev: e0dd425a60ca6e1b75406c7711295e732cacebb9) 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 footnoteScott Rifenbark2011-11-081-18/+16
| | | | | | | | | | | | | Per Tom Zanussi's suggestion, we added a footnote to the paragraph instructing the user on build problems for the example. I don't have clean fonts in the HTML version of the output. I am still working on figuring that out. Reported by: Tom Zanussi (From yocto-docs rev: 30fe7bd239292ed92f76fbc2f1fad62469f7fe9b) 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: Tom Zanussi edits.Scott Rifenbark2011-11-081-8/+8
| | | | | | | | | | | | | | Some wording changes to keep things accurate. Also inserted some "&nbsp" characters in some headings to force an extra space between normal font and courier font words. It appears the PDF version of the generated manual shoves these words together with no intervening space. Looks like hell. Reported by: Tom Zanussi (From yocto-docs rev: 5dcb9ae99f1752599fd56a276ccafd79a52334f8) 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: Robert P. J. Day editsScott Rifenbark2011-11-081-4/+3
| | | | | | | | | | | | | As Reported by: Robert P. J. Day. Two corrections identified by Robert. One is a wrong reference to the tarball needed for the example. The other is a more complete description of what the appendix is trying to accomplish. (From yocto-docs rev: 387c6cbd84bafd7f15c064a8e801d0750b0b4007) 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 text to find t-ballScott Rifenbark2011-11-081-3/+8
| | | | | | | | | | | | | | As Reported by Robert P. J. Day. Robert indicated that it was a bit of a search to find the tarball for the example. Tom suggested that we have some text that helps to locate the Crown Bay no-emgd tarball for edison. I added some clarifying text to help. (From yocto-docs rev: d21120bbae81f58a9816cf56c61181d287afd295) 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: BSP example scrubTom Zanussi2011-11-081-38/+186
| | | | | | | | | | | | | | | | | | | | As Reported by Robert P. J. Day. Robert was working through this BSP example in the development manual and ran into some problems and some confusion in areas. This launched a long "help-desk" session with Tom Zanussi. In addressing Robert's issues, Tom decided to make a run through of the example as it was written. For the most part the example was sound but needed some technical tweaks as well as some expansion of the text to make things clearer. Tom submitted the patch that addressed these concerns. Scott Rifenbark reviewed the patch and further modified some of the writing to make it consistent with the existing writing in the manual. (From yocto-docs rev: deda08b372c02889398d24ae7159f8b2fbe3c8cf) 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: Robert P. J. Day edits.Robert P. J. Day2011-11-081-2/+2
| | | | | | | | | Two typos fixed. (From yocto-docs rev: 6d99eb7f728b812be37a3865cbebd3c4cb4b67be) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Robert P. J. Day EditsRobert P. J. Day2011-11-081-4/+4
| | | | | | | | | | Two small corrections for better wording. A mis-spelling also fixed. (From yocto-docs rev: 915ec9f9adbde86008ffb086ac81a435d5910733) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Robert P. J. EditsRobert P. J. Day2011-11-081-9/+12
| | | | | | | | | Robert suggested some minor wording changes that are good. (From yocto-docs rev: 50822bc3722e2f3b0a73ed837842ddc5c7595c7b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Robert P. J. EditsRobert P. J. Day2011-11-081-15/+15
| | | | | | | | | | | Robert ear-marked some links to point to downloads.yoctoproject.org. He also made several wording changes that resulted in better language and in a couple of cases fixed incorrect subject/verb usage. (From yocto-docs rev: 9106619c4264c2669be041c1e6d6124e022ab2d1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Robert P. J. EditsRobert P. J. Day2011-11-081-4/+4
| | | | | | | | | | | Robert isolated a few technical errors and made some other wording suggestions. I took the technical corrections and modified one of his suggested wording changes. (From yocto-docs rev: 3c6bbae05cdf2265e04d967050354ce75d62b4e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Documentation/dev-manual/dev-manual-intro.xml: Edits to Intro section.Robert P. J. Day2011-11-081-2/+2
| | | | | | | | | | Open-source changed to open source (no hypen). Broken URL fixed for the 1.1 release notes. (From yocto-docs rev: d34df01aef674448d4cc06cfe4ff63cab764fe64) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Bruce Ashfield's dev-manual comments added.Scott Rifenbark2011-10-312-18/+28
| | | | | | | | | | | | | I was not able to get to Bruce's comments he submitted to me for the "Model" chapter of the development manual. His comments consisted of various tweaks to terminology I used and the inclusion of some additional technical information. This commit addresses all his comments for the review. (From yocto-docs rev: 206a22e1ccf077360974f18295b6df455cd50545) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Fixed five broken links and removed noteScott Rifenbark2011-10-142-7/+6
| | | | | | | | | | | | | | | The restructuring of the web site where we store manuals broke some links that were cut-and-pasted in from older work. These slipped by me so not changing them would direct the user to a 1.0 version of the externally referenced manual rather than the 1.1 version. I also got rid of a visible "WRITER'S NOTE" in the document that was left behind. (From yocto-docs rev: 1508826312a2fe35e5d693821a4c7737baafcb2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: config exampleScott Rifenbark2011-10-061-5/+29
| | | | | | | | | | | I had to add some changes to the way we invoke qemu to show multiple processor support. I needed the qemuparam "-smp 2". There are other minor edits as well. (From yocto-docs rev: 508863634ce537b0936f8e44f87b90bef678c122) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/kernel-example-repos.png: updated figureScott Rifenbark2011-10-061-0/+0
| | | | | | | | | Changed the pathnames for kernel 3.0 from 2.37 (From yocto-docs rev: 220ce5fbb3663940b5940445190d30d98f58a438) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the exampleScott Rifenbark2011-10-061-4/+7
| | | | | | | | | Some minor edits for the kernel example. (From yocto-docs rev: 01e9f01662efad746fbfc34820b6efeb34affecd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Fixed links for yocto-1.1Scott Rifenbark2011-10-062-6/+6
| | | | | | | | | | | After greping through the documentation directory, I addressed all the <ulink> statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/wip.png: new figure added.Scott Rifenbark2011-10-041-0/+0
| | | | | | | (From yocto-docs rev: f373d2b9f3530e31dc84b9333cfef93cdfd2c5e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: console updates and tar updateScott Rifenbark2011-10-041-23/+19
| | | | | | | | | | | I re-ran the exmaples to set up various Git repos and updated the output. Also fixed a bad tarball name from edison-1.1 to edison-6.0 (From yocto-docs rev: 6538d588fa35986ff301a22d327af73c337ec43c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: general updatesScott Rifenbark2011-10-041-77/+71
| | | | | | | | | | | I made a pass through the book to clean up all areas in preparation to running the examples again. Most changes were punctuation, manual section reference formats, and wordings. (From yocto-docs rev: 0d054f79c82ddc204938dea187312d1a80d0a2e1) 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: changes to referencesScott Rifenbark2011-10-041-2/+2
| | | | | | | | | | More changes to the internal section references. Using <link> rather than <xref> to get rid of the section number in the reference. (From yocto-docs rev: 4351fd4898c517e25235611893b1cd059cbcc2f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/dev-manual/dev-manual-bsp-appendix.xml: fixed reference formScott Rifenbark2011-10-041-6/+4
| | | | | | | | | | I am using a certain form to reference other sections in the current or other manual. I updated the references to follow this form. (From yocto-docs rev: 2ba41ac2f355dbe66af19e356f9246b7485585b5) 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: fixed typo.Scott Rifenbark2011-10-041-1/+1
| | | | | | | (From yocto-docs rev: a66bb0402dd3f1499278277486e482b573a97777) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Updates for 1.1 repos namesScott Rifenbark2011-10-041-1/+1
| | | | | | | | | | I changed the bernard examples used when creating Git repos to reflect the edison release. (From yocto-docs rev: d345cb08905e7f5e21b1649af5e876317cc68931) 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: scrubbed exampleScott Rifenbark2011-10-041-33/+34
| | | | | | | | | | | I changed several small things in the example as I worked through it once again. The commit IDs changed for using the atom-pc kernel. Also the command to build the sato image can no longer use 'live'. (From yocto-docs rev: faff1e7f21b5059dfe708c6a3d83116c7349fe55) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated title pages.Scott Rifenbark2011-10-041-3/+2
| | | | | | | | | | | | 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>