summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/poky-ref-manual: Updates for 1.1.1 ReleaseScott Rifenbark2012-01-301-1/+1
| | | | | | | | | | | | Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: 893d347409543cc690ab40b06384d4a0b1519ac0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual: Updates for 1.1.1 ReleaseScott Rifenbark2012-01-301-1/+1
| | | | | | | | | | | | Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: 23938e6066b214aaba2e84fe4521504ad7f89b58) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide: Updates for 1.1.1 ReleaseScott Rifenbark2012-01-305-11/+11
| | | | | | | | | | | Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: 8438b152ba13dab079b3918fecc418be5ddc19c0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide: Updated History table for 1.1.1 release.Scott Rifenbark2012-01-301-1/+1
| | | | | | | (From yocto-docs rev: 0973325ae77fe6bdbf2fa6833005df2f7b0b554e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: Updates for 1.1.1 ReleaseScott Rifenbark2012-01-303-6/+6
| | | | | | | | | | | | Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: d603f89d42442dee6287381e7a0bfb7ddcdc2353) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: Scrub for 1.1 occurrencesScott Rifenbark2012-01-302-7/+7
| | | | | | | | | | | Several changes made to turn "1.1" into "1.1.1" for the Edison point release. There could be a couple more. I am waiting on clarification from Beth and Jessica. (From yocto-docs rev: 7a27eba984c4baf7dc22a61a18f9c902acc6f9d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: cross-manual links hard-coded for 1.1.1 release.Scott Rifenbark2012-01-3026-125/+125
| | | | | | | | | | All the links to any YP manual for the 1.1.1 release now use "http://www.yoctoproject.org/docs/1.1.1/....". (From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to Manual History Table for 1.1.1Scott Rifenbark2012-01-305-0/+25
| | | | | | | | | | | | | All history table entries added for the five YP manuals. At this commit the date was not known so a place holder date of 12 January 2012 is in there. I needed to commit this separately so that I could move onto other changes for the docs. (From yocto-docs rev: 4983a6d66d659aa7a0cc5d4953716a55f24fb03b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: edits per Richard PurdieScott Rifenbark2012-01-301-38/+33
| | | | | | | | | | | | | Richard reviewed the new sections and had a couple comments. There was one technical error and he also wanted YP worked out when it was being used in the context of the code that was doing the work here. So I replaced with more generic terms or specifically called out BitBake as the responsible software. (From yocto-docs rev: 89641ffa35d7978961790d750ce84073dc8520c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: Updated BitBake Running a TaskScott Rifenbark2012-01-301-1/+43
| | | | | | | | | | | | | | | | | | | | | | I added more information about how BitBake actually runs a task. The information has to do with how tightly BB controls the execution environment of the build tasks to prevent contamination from the build machine from leaking into the task execution environment. This tight control actually causes some unexpected behavior during builds. For example, when a user exports and BB_ENV_EXTRAWHITE an environment item such as CCACHE_DIR, the effects of the environment item never make it to the BB task execution environment. They only make it to the data store. The user actually has to take some extra steps to export that environment item into the task execution environment. The added information I put into the "Running a Task" section describes these extra steps. Fixes [YOCTO #689] Reported-by: Wolfgang Denk <wd@denx.de> (From yocto-docs rev: f75a9d384c0d5ccaefe7ac2195917531b153cf5e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/poky-ref-manual/technical-details.xml: Shared StateScott Rifenbark2012-01-301-102/+77
| | | | | | | | | | | | | | I updated the tips and tricks section to include two sub-sections. The first if the debugging stuff from Richard's email. The second section is how to invalidate a section of the sstate cache on a per-class basis. Fixes [YOCTO #1500] (From yocto-docs rev: e2cc31c112fc55c3f793f3c416311a1d317ceb37) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: more on YOCTO #1500Scott Rifenbark2012-01-301-3/+378
| | | | | | | | | | | | More work on this bug for sstate. This commit represents the third pass through the new chapter four (Technical Details) that is dedicated to YP components and sstate at the moment. The material is unreviewed by Richard as of yet. (From yocto-docs rev: ecaba811d3125e2ed1fc09df718d51e3eb30147f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/poky-ref-manual/technical-details.xml: Some general edits.Scott Rifenbark2012-01-301-4/+4
| | | | | | | (From yocto-docs rev: c1684acf9249a6ace631a98f25aa256a542cee62) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: Fixed typoScott Rifenbark2012-01-301-1/+1
| | | | | | | | | Changed "versions" to "Versions" in the title. (From yocto-docs rev: ce327ae04216e63315bcc735ba9b410582fe74b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: intro changed and order changedScott Rifenbark2012-01-301-323/+325
| | | | | | | | | | Beefed up the introductory paragraph and I re-ordered the "Making and Maintaining Changes" section towards the end of the chapter. (From yocto-docs rev: a58c0e73d720ffb7a4931fbc196ea3831992b514) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: updated intro paragraphScott Rifenbark2012-01-301-1/+3
| | | | | | | | | Beefed up the introductory paragraph a bit. (From yocto-docs rev: 99e0b95d4827dcc309ab0f212801fc86758a297d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/introduction.xml: Added referenceScott Rifenbark2012-01-301-0/+3
| | | | | | | | | | Added a reference to the YP development manual in the introductory paragraph. (From yocto-docs rev: 977eb862e27e0f2165a2d38cdaff06271726e9fc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/introduction.xml: added new chapterScott Rifenbark2012-01-301-0/+5
| | | | | | | | | | The list that describes the organization of the book needed the "Technical Details" chapter added. (From yocto-docs rev: bdaeb303e92f145fa6499e95ee88c629dd1c6486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: New chapter introducedScott Rifenbark2012-01-303-219/+232
| | | | | | | | | | | | | | | | | | | | Long-term strategy for the YP Reference Manual is that it contains reference material and not "how-to-information". A step in this direction is to isolate any discussions on components and other areas of YP that need talked about. So to start with, I have created a new chapter for now named "Technical Details" that so far has a discussion of some components and shared state. This is a step in the direction of making this manual a reference manual and not a "how to" manual. Changes included removing redundant material from the 'usingpoky.xml' chapter and also adding the new chapter 'technical-details' into the 'poky-ref-manual.xml' file used for the make. (From yocto-docs rev: a01477f787768230bc25da2d094326922be23dd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: Removed commentsScott Rifenbark2012-01-301-99/+0
| | | | | | | | | | Removed some comments that were buried in the file that were notes for working on the sstate section. (From yocto-docs rev: bd03315031bbb1b682dcd2253f85fc184822a28e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: partial for YOCTO #1500Scott Rifenbark2012-01-301-48/+234
| | | | | | | | | | | | | | | First draft of a re-write to the "Running a Build" section to try and satisfy YOCTO #1500. I segmented the section into three areas rather than a single area. This allowed me to create a sub-section for the sstate stuff where it could be addressed on its own. I sent the draft out to Richard and Mark H. and got feedback from RP that is going to cause further changes. Thus, I am committing this partial change. (From yocto-docs rev: f040ed6979e988968863016103aa3ad4e7365159) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/introduction.xml: Fixed broken linkScott Rifenbark2012-01-301-1/+1
| | | | | | | | | | Robert identified this broken link to the stable Yocto Releases. As Reported by: Robert P. J. Day (From yocto-docs rev: acbcfe054ce345156346b3963b41e73f20b679cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Updated packages sectionScott Rifenbark2012-01-301-22/+50
| | | | | | | | | | | | | | | Split the instructions for getting the packages needed for Yocto into sections that specifically support Ubuntu, Fedora, and openSUSE. Also, added a couple packages to openSUSE. I did not implement a suggested change to include a note indicating future support of the dash shell since it probably is not good policy to document plans as they change. Reported-by: Darren Hart (From yocto-docs rev: 215af24bd6f697e4a3650f4669e12c6e191e2dab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Fixed broken linkScott Rifenbark2012-01-301-1/+1
| | | | | | | | | | | Deleted the "www" from the URL to get the edison tarball. This fixed the link. Reported-by: William Mills (From yocto-docs rev: aa19ff9bfb465b6a6623cda1c7a080a0c3924995) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: insane.bbclass updatedScott Rifenbark2012-01-301-0/+81
| | | | | | | | | | | | | | | Added explanation about this class being configurable for generating warnings or errors through use of the WARN_QA and ERROR_QA variables. Also provided a list of tests that can be tested for. Fixes [YOCTO #1773] Reported-by: Mark Hatle <mark.hatle@windriver.com> (From yocto-docs rev: 2b15aa9076ec120d078bfcd570001a49e81df038) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Fixed bad URL for edison tarballScott Rifenbark2011-11-251-1/+1
| | | | | | | | | | The URL for the edision tarball was old and had been locked down in the manual too early. It changed and now this fixes it. (From yocto-docs rev: 8790b84e3a2d04e557f048e30085813a1e8fb003) 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: 425965d7562f990c1f46901220caf4d79313336a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Fixed broken linkScott Rifenbark2011-11-081-1/+1
| | | | | | | | | | | Michael Tomer from Koko Fitclub reported that the link to the ADT Installer tarball was broken. Fixed the link. As Reported by: Michael Tomer <michael.tomer@kokofitclub.com> (From yocto-docs rev: 0a78be08b9fd2223737c50f3d0d83d14f3099834) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Robert P. J. Day ReviewScott Rifenbark2011-11-081-45/+35
| | | | | | | | | | | | | | | | | | | | | | As Reported By: Robert P. J. Day. Community member Robert P. J. Day scrubbed the Quick Start manual for Release 1.1. He found several areas that were incorrect. Many items were documented pre-release and changed during the actual realeas. Naming conventions for images and such had to be changed. Robert also found and suggested several wording changes that resulted in clearer text. I was not able to patch all the changes using the 'patch' command. I need to work out some process issues still in order to apply patches directly to the yocto-docs repository. Meanwhile, I hand-inserted the changes. Also, some text changes were modified slightly by me to conform to the books style, etc. Kudos to Robert for such a detailed look at the YP Quick Start. (From yocto-docs rev: 50145cde42b6203412dbba227cde300d5b10111b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: dyslexic statement fixed.Scott Rifenbark2011-10-311-1/+1
| | | | | | | | | | | I somehow had that having a host with multiple cores and threads could be used to increase the build time. It obviously should have been "decrease". Kudos to Bill Fishburn for finding this goof. (From yocto-docs rev: 8ca44aab26d4a48745dbd0cbaffa0fe9b28d7063) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: fix tarball URLScott Rifenbark2011-10-311-1/+1
| | | | | | | | | | | | Community member Robert P.J. Day pointed out that the URL used to reference the Edison tarball in the manual was incorrect. It was pointing to the old Poky area and not the Yocto-1.1 area. I have updated the example 'wget' command with the correct URL. (From yocto-docs rev: 402500c03a625dd7e2561775926e3a983daa0ab6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Added missing section for plug-inedison-6.01.1_M4.rc4Scott Rifenbark2011-10-141-6/+29
| | | | | | | | | | | | Discovered a missing section for installation of the Eclipse Yocto Plug-in. This information is critical to the release. Jessica discovered the problem. New section added that describes how to install the plug-in as a standard "New Software" installation from within the Eclipse IDE. (From yocto-docs rev: d4976ec56d39813a72519387897023f65a5884f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: fixed indigo typosScott Rifenbark2011-10-141-3/+3
| | | | | | | (From yocto-docs rev: cd2fe81bf9fe9fe4cc463861b62278654e7fff78) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Cleaned out bad links and replaced with goodScott Rifenbark2011-10-144-12/+11
| | | | | | | | | | | | | The re-structuring of the web server that holds the documents created some bad links. I thought I had gotten them all but apparently not. this is a drawback of not being able to test things until after stuff is done. In any case, I grepped through everything and this takes care of it. (From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c) 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/yocto-project-qs/yocto-project-qs.xml: release name and misc.Scott Rifenbark2011-10-061-13/+14
| | | | | | | | | | | | | | I somehow had either dreamed the word "einstein" into the release for 1.1 and had it in there as part of the tarball name, etc. I have replaced this obviously with "edison." Other edits involved making the references to outside documents more consistent. (From yocto-docs rev: 2407b7dd89712c489d515e97d44e3c7dc0b64d20) 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-066-19/+19
| | | | | | | | | | | 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>
* documenation/Makefile: Added a "WIP" figure dev manual for future work.Scott Rifenbark2011-10-041-1/+2
| | | | | | | (From yocto-docs rev: 90964c51b1cd848a7bb0ddce5dcfd0a0f8c86223) 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/adt-manual: changes for Jessica's review.Scott Rifenbark2011-10-042-17/+15
| | | | | | | | | | | | | | | | | | | | | | | | | I made several changes based on feedback from Jessica Zhang. 1. Removed "SDKVERSION" as a way of identifying the directory in which a toolchain tarball is installed. I replaced with "1.1" 2. Cleaned up the bitbake command verbage to consistently use 'bitbake' command. 3. Cleaned up an erroneous reference to the toolchain environment setup scripts. I was referring the user to the oe-init-build-env area. 4. Changed wording to indicate that the toolchain tarball is generated after running bitbake rather than installing the toolchain. 5. Replaced the gmae tarball file used in an example to be the regular taball. (From yocto-docs rev: f7c3e4f4a666121a29825099d451eab1accb0616) 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>