aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-03-08documentation: Edits to all style.css filesScott Rifenbark
Updated all the CSS style sheets so that the Note, Warning, Tips, Caution, etc. boxes are not so prominant. (From yocto-docs rev: 451568553e9620c1e247c2f67b0665b184c3300b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/yocto-project-qs/style.css: Changed notes, tips, etc.Scott Rifenbark
I lightened up the bacground box colors used for Notes, Tips, Warnings, Cautions, etc. We had some feedback from the community that they heavy dark boxes were taking away from the main text. (From yocto-docs rev: d9b5da116bacb847e86c1f5029836308b8ce533c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/yocto-project-qs/yocto-project-qs.xml: Welcome updatedScott Rifenbark
At the suggestion of Scott Garman, I added a link to his Getting Started with the Yocto Project - New Developer Screencast Tutorial. In doing so, the list of "other helpful things to read" was turned into a list as there are three items now. (From yocto-docs rev: f43c31d9bcd0e48aced86cc917d0af5f5a48d2e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits to Display Support Files SectionScott Rifenbark
(From yocto-docs rev: c888c1c82dea615175bdb8818409a264d0c749ee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits to Core Recipe Files section.Scott Rifenbark
(From yocto-docs rev: 8bd330a4d43732a10c4801f27a969adc83ac0e97) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits to HW Configuration Options SectionScott Rifenbark
Made some minor edits. I also discovered that the information describing where tuning files reside was not real helpful. In particular, tuning files are not limited to the meta/conf/machine/include directory. For example, the Crown Bay BSP layer includes a tuning file from the meta-intel Layer. (From yocto-docs rev: 3a76ccc4f645f03a6e888b7eb53fa9bc7bfb255e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits to "Layer Configuration File" section.Scott Rifenbark
(From yocto-docs rev: 78d36baa57fe9c95bdd39eb63a5bada6a1a5ee64) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits to pre-built user binaries section.Scott Rifenbark
(From yocto-docs rev: 1bf460e980ee35e783a64de2cddfdd68c5471871) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: New "README.sources File" section added.Scott Rifenbark
(From yocto-docs rev: 2f398b278904b26e4cd6ab237c0c9dce7e8d6009) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits to point to filesScott Rifenbark
I was introducing each area of the sub-sections by saying "You can find these files in the Yocto Project Files ....", which really isn't accurate. This structure is a BSP structure or layer. I am not referring to it as such. (From yocto-docs rev: f13a89bc7812106abd4ef95dfdccfa48eae11af6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: changes to Crownbay exampleScott Rifenbark
I brought the example Crown Bay structure up to speed with the state in the YP source repositories. I also made a couple minor edits. (From yocto-docs rev: 23dbd76952c79b1b3a28b731bef218f4cabfd8fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual: Fixed YP Build Directory TermScott Rifenbark
Throughout the manual there is a specific term to refer to the YP build directory: "Yocto Project Build Directory." This term was being loosely referred to and was not consisten in linking to the actual term definition in the Terms chapter. All this is fixed. (From yocto-docs rev: 9229a512a62780a0e52089cc865d0903cbe7c92e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: bblayer.conf editScott Rifenbark
changed bblayer.conf to conf/bblayer.conf and also correctly referred to the Yocto Project Build Directory. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: 64dffc2a4e587f198d44b0ed0cea269bfa16d3be) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: Review commentsScott Rifenbark
Had to back off a bit on the use of the term "working directory". Paul clarified that it was okay to use the term "temporary source code location" when talking about where the source code for a package was located. (From yocto-docs rev: 8d3f7613f32f1ce91c9d53e2db3c36448abb5a82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: review commentsScott Rifenbark
Implemented Paul Eggleton's latest set of review comments to the "Modifying Temporary Source Code" section. (From yocto-docs rev: cd43c642308ba7c049e6ba79befa471673c078e7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: S variable editsScott Rifenbark
More edits to the "Finding the Temporary Source Code" section as pointed out by Paul Eggleton. (From yocto-docs rev: 2987abe413687e216c4fe38d1db855409a595dab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/poky-ref-manual/ref-variables.xml: Formatting changes.Scott Rifenbark
(From yocto-docs rev: a83964d7e96986c473ef1a4a7b46e5383c9316ad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: Review commentsScott Rifenbark
Applied Paul Eggleton's review comments. Basically trying to clarify what is the S variable and what is the WORKDIR variable when determining where unpacked source files are. (From yocto-docs rev: e139e441653fa00309de204b7ad9f5a7ad7bdcb8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-newbie.xml: three small correctionsScott Rifenbark
Put in the real link to the YP Source repositories instead of a click "here" thing. Put in a reference to the BSP Layer section from the term layer. Fixed a grammar type. (From yocto-docs rev: 6b3b63480f948dad2c5101deedb8deafad291728) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-start.xml: Formatting correction. (From ↵Scott Rifenbark
yocto-docs rev: 767ec4659e72622a08ff6d1923d14c46e6dd4331) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-start.xml: Edits to BSP set upScott Rifenbark
I added some text to explain where the meta-intel repo can be found within the YP source repositories. Also provided a link back to the start of the BSP Guide. (From yocto-docs rev: 79d513d010637e4a684da64b363ed8d957f06640) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-start.xml: Edits to poky-extrasScott Rifenbark
Added text so the user could locate the poky-extras Git Repository within the YP Source Repositories. (From yocto-docs rev: 3778a768ae30e323be0e84b55778040ebe89a3ad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-start.xml: Edits to Kernel repo setupScott Rifenbark
Added a reference into the YP Source Repositories so the user knows where our supported Linux Yocto Kernels are. Also, corrected a mistake in the working about copying the bare clone. (From yocto-docs rev: 76f3d59dd9e0b30644415f33158d71ec6932fb4f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-start.xml: Edits to YP files Git methodScott Rifenbark
Added some clarity on where the poky Git repository comes from with regard to the YP source repositories. (From yocto-docs rev: 29c0b095daa39256b69cd35f744136d97a239cc3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Edits for BSP Layer understandingScott Rifenbark
I added a small section at the start of chapter to define a BSP Layer, note where the YP keeps them, and note that meta-intel is somewhat of a "super" layer as it contains several BSP layers of its own. (From yocto-docs rev: 2e044072660d3f675612e01e3871d6a4fb0894bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: review comments addedScott Rifenbark
Paul Eggleton's review comments on the "Modifying Temporary Source Code" section have been applied. (From yocto-docs rev: 8f17f9e556e7027d8aba1fe69d614d17cdbcc054) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: re-write to 4.4Scott Rifenbark
Complete re-write to the "Modifying Temporary Source Code" section, Section 4.4. This strategy now comprises telling the user where this temporary source code is, how to change it within a Quilt workflow, and how to change it within a Git workflow. I consulted with Paul Eggleton quite a bit to come to this conclusion that the section needed more attention. (From yocto-docs rev: 8c6c80121c1eeb1ec6f79e1efb6aa27aa9fd111f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: EditsScott Rifenbark
Applied some edits of Paul Eggleton's. (From yocto-docs rev: ef5a82d429480c3820db93f0b7207d7e470454af) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: Combined sectionsScott Rifenbark
I combined the section on changing package source code and the section on changing package source code with quilt into one over-arching section named "Modifying Package Source Code." The section on Quilt was sort of a stand-alone section but Paul Eggleton suggested that it is a natural follow-on. So I put the two sections in as sub-sections. (From yocto-docs rev: ae4d3cf99e27f74b151939d2f5a2b440b91ac6d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: review comments appliedScott Rifenbark
Applied the review comments from both Paul Eggleton and Joshua Lock for the "Modifying Package Source Code" section. Reported-by: Paul Eggleton <paul.eggleton@intel.com> Reported-by: Joshua Lock <joshual.lock@intel.com> (From yocto-docs rev: 276c13517c7edda8407fdf82c36d14029c5fcee4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: new sectionScott Rifenbark
Created a new section called "Configuring the Kernel." This is the how-to counterpart for the concepts part created in the kernel manual. The section consists of three sub-sections: "Using menuconfig", "Creating Config Fragments", and "Fine-tuning the Kernel Configuration File." Primary source for information on this section was Bruce Ashfield. He has this section for review. (From yocto-docs rev: 3ac718bc69b4914c41a0bb94134c085964ee71a7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: Edits for links.Scott Rifenbark
(From yocto-docs rev: f3a72e580eadca90d0f9f5d4173a3cb6da1579cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/poky-ref-manual/ref-variables.xml: Fixed typo.Scott Rifenbark
(From yocto-docs rev: a22b8b2de69b7603ef18bc13e0ac05a919b80199) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/poky-ref-manual/ref-variables.xml: Update S variableScott Rifenbark
Added more information to the "S" glossary entry. Provided an example. (From yocto-docs rev: c36896c167d1721647d756210611667c4351b31b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/poky-ref-manual/ref-variables.xml: Edits to WORKDIR glossaryScott Rifenbark
The edits add much more information to the WORKDIR variable in the glossary. There are some examples and it now shows how the actual working directory is derived. (From yocto-docs rev: 8b3e671f6088a2fb2d6f496cee979567cf0f222e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/poky-ref-manual/ref-variables.xml: New TMPDIR glossary term.Scott Rifenbark
(From yocto-docs rev: e3be42d820e0ddc1b365034f41b03cf678001659) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/poky-ref-manual/ref-variables.xml: new TOPDIR glossary entry.Scott Rifenbark
(From yocto-docs rev: 04bca6669972d8f8a9f4ecfbe2403fa669bf2b33) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-newbie.xml: edits to build dir termScott Rifenbark
I beefed up the definition for the term "Yocto Project Build Directory." I included the TOPDIR role and also expanded the discussion on how it is created and the control the user has over it. (From yocto-docs rev: d00f30708ccd5fb9e1fc3c8e5240e0ab7a892fe0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: re-writeScott Rifenbark
Re-write of the section describing how to update package source code. I added some rationale to the process and provided more detail regarding where to find the source files and the naming scheme behind it. The new section is on review so changes could occur. (From yocto-docs rev: 2a1d37a87abb82c66a0ad3fc39d5da9f2f5b1b7e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-newbie.xml: Added text anchorScott Rifenbark
(From yocto-docs rev: d316f9506e0f94ca7bf75f2bdedb509b327b2ded) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: Writer notes added.Scott Rifenbark
(From yocto-docs rev: 40d00bde1585dbd0d23bf999e70940e15d52d74f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: Removed extra space.Scott Rifenbark
(From yocto-docs rev: 734d6b2d9bd46011c8213b76d7cf2e1aa95e6750) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-newbie.xml: Edits to Git sectionScott Rifenbark
Last edits to the "Git" section and the bulleted item that defines the term "Yocto Project Files." These edits were from a review of Joshua Lock. Reported-by: Joshua Lock <joshua.lock@intel.com> (From yocto-docs rev: 57cbb06aac566e02bb2e2a1ad05c3ff6dbb0359c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: qualified the commit ID differenceScott Rifenbark
In the example that shows the linux-yocto_3.0.bbappend file the commit IDs are pretty much random and taken at the time I wrote the section. I have provided a qualifying statement before the example to explain that the commit ID strings in the manual's example could differ from those in the actual file in the YP source repository. (From yocto-docs rev: f31278a7ebc4271a6cb75da6891d2d9bf82d41f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/kernel-manual/kernel-concepts.xml: New kernel sectionScott Rifenbark
This section is the first attempt at a new, high-level discussion of Linux Yocto Kernel configuration. The section is supposed to introduce the concepts only and leave the "How to" stuff for other areas of the documentation. I have thrown this section out to the Yocto Projects Discussion list for feedback. It will change. (From yocto-docs rev: 8d0eabe88e50d1a16fda4b845267c4ee240ce540) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Updated reference to manualScott Rifenbark
The reference for changing a BSP configuration was going to the kernel manual. This was an old reference. That information had been pulled from the kernel manual and is now in the BSP appendix of the YP Development Manual. I updated the reference to point there. (From yocto-docs rev: 20b386c522b1fedc2249ac72f151192ff69d098a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/bsp-guide/bsp.xml: Updated commit IDsScott Rifenbark
Crownbay commit ID's used in the example did not match what is in the YP source repository for meta-intel. I updated them to match. (From yocto-docs rev: c090119f59b9f1fe8caebeea8ba61c6c1252a892) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation: Cross-referencing section fixed for consistency.Scott Rifenbark
(From yocto-docs rev: 8e861c6fc07aefa81ff65e3542de855116e14969) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-intro.xml: updated introScott Rifenbark
I added "tasks" to the bullet item that says the manual describes common development models. Now with the "Common Tasks" chapter in here the intro needed tweaked. (From yocto-docs rev: 8faa6308dbee2138f404d18c6d384b9af7bad5cb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual/dev-manual-common-tasks.xml: fixed autobot linkScott Rifenbark
Broken link fixed. (From yocto-docs rev: 6c9102ed8651ab93de46781dede05b2312d102d7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>