summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-concepts.xml
Commit message (Collapse)AuthorAgeFilesLines
* documentation: kernel-manual - minor edits before lockdownScott Rifenbark2012-10-231-1/+1
| | | | | | | | | | | Fixed a few references and links. Also standardized on the capitalization for the term "Source Directory" where it refers to the YP poky structure on the development machine. (From yocto-docs rev: 1a20418d8791d754ad66c5a059e65bd68a4c6b32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: kernel-manual - Fixed typo.Andrea Galbusera2012-10-151-1/+1
| | | | | | | (From yocto-docs rev: 0ec3c614bc7fad0cf67ddc2cd802cd0e5b0adf95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual: Fixed minor problemsScott Rifenbark2012-09-041-6/+6
| | | | | | | | | | I did a read-through of the manual and spotted several nits that I fixed. All these are minor fixes. (From yocto-docs rev: 0c8f9c660ecea0b36e2b6af0315d3d239f70a688) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual: Scrubbed the Yocto Project termScott Rifenbark2012-07-031-40/+27
| | | | | | | | | | Changed all occurrences of "Yocto Project" to terms better suited to reality. (From yocto-docs rev: fdd7b8c2bcbaf566cad336c67c582c2a24aa9dc1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates for [YOCTO #1717].Scott Rifenbark2012-03-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | Minor edits to the BSP Guide, the Development Manual, and the Kernel Manual to address [YOCTO #1717], which noted confusion over the kernel manual when a user was trying to find kernel configuration information. The fix for this bug involved several areas. I had previously created a new section called "Kernel Configuration" in the kernel manual and "Configuring the Kernel" in the YP Development manual. There were several rounds of feedback from Bruce Ashfield. This commit represents the final touches on the three manuals to address the bug. Fixes [YOCTO #1717] (From yocto-docs rev: de8f85753ad1d6dde66adb6bb4cb09e9528c7cd6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual: Converted to use variables from poky.ent.Scott Rifenbark2012-03-231-15/+9
| | | | | | Also removed a broken link. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: New kernel sectionScott Rifenbark2012-03-081-61/+49
| | | | | | | | | | | | | 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>
* documentation/kernel-manual/kernel-concepts.xml: More intermittent editsScott Rifenbark2012-03-081-0/+5
| | | | | | | | | | These are transitory and related to bug 1717 (the kernel manual is confusing). Slow going on this stuff. The edits are notes only. (From yocto-docs rev: f4a8cdb710b91892ae73eea41f6059fd9159c4cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: new section startingScott Rifenbark2012-03-081-0/+70
| | | | | | | | | | This is the start of a new section on configuration. It is mostly writer's notes at this point. More to be added later. (From yocto-docs rev: db41de4ebd7040f507c5a43739f1a25d7e1d9623) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: General edits.Scott Rifenbark2012-01-061-10/+11
| | | | | | | | | Cleaned up some areas. Fixed use of "uprev" term for consistency. (From yocto-docs rev: 2d0c4d3c28a218f6302aee8ff2841420fbde410d) 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-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/kernel-manual: Scrub for 1.1Scott Rifenbark2011-10-041-94/+100
| | | | | | | | | | | I went through and made sure examples are relevant, wording is correct, large blocks of unused text was removed, and some references included to other YP documents. (From yocto-docs rev: 2231082530dd9cecc234f5f024c4e246afb2968d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: General rewrite of Kernel ↵Scott Rifenbark2011-07-211-15/+16
| | | | | | | | | | | tools. Cleaned up the list construction. (From yocto-docs rev: 29dd0a40bf9844de631941b7f26d1181fd17c95b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: Added references to Git ↵Scott Rifenbark2011-07-211-0/+5
| | | | | | | Documentation. (From yocto-docs rev: 6435bc8116a586d6a027b69b1df7a6d924f48ec8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: Fixed typo (From yocto-docs ↵Scott Rifenbark2011-07-211-1/+1
| | | | | | | rev: 333c647c9800d980a17a23b2e96b99a27b1ea656) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-concepts.xml: Changed git to Git as ↵Scott Rifenbark2011-07-211-8/+8
| | | | | | | needed (From yocto-docs rev: 3e4f2e32c0b98ccbc1eaa370832c0147f1a48045) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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-101-10/+18
| | | | | | | 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/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: Added these files so the book could have chapters.Scott Rifenbark2010-12-101-0/+315
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>