summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/bsp-guide/bsp.xml: Edits for BSP Layer understandingScott Rifenbark2012-03-081-13/+41
| | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: review comments addedScott Rifenbark2012-03-081-28/+48
| | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: re-write to 4.4Scott Rifenbark2012-03-081-87/+231
| | | | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: EditsScott Rifenbark2012-03-081-2/+4
| | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Combined sectionsScott Rifenbark2012-03-081-100/+115
| | | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: review comments appliedScott Rifenbark2012-03-081-14/+14
| | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: new sectionScott Rifenbark2012-03-081-0/+165
| | | | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Edits for links.Scott Rifenbark2012-03-081-5/+7
| | | | | | | (From yocto-docs rev: f3a72e580eadca90d0f9f5d4173a3cb6da1579cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Fixed typo.Scott Rifenbark2012-03-081-1/+1
| | | | | | | (From yocto-docs rev: a22b8b2de69b7603ef18bc13e0ac05a919b80199) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Update S variableScott Rifenbark2012-03-081-3/+19
| | | | | | | | | | 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>
* documentation/poky-ref-manual/ref-variables.xml: Edits to WORKDIR glossaryScott Rifenbark2012-03-081-2/+56
| | | | | | | | | | | 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>
* documentation/poky-ref-manual/ref-variables.xml: New TMPDIR glossary term.Scott Rifenbark2012-03-081-0/+24
| | | | | | | (From yocto-docs rev: e3be42d820e0ddc1b365034f41b03cf678001659) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: new TOPDIR glossary entry.Scott Rifenbark2012-03-081-0/+12
| | | | | | | (From yocto-docs rev: 04bca6669972d8f8a9f4ecfbe2403fa669bf2b33) 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: edits to build dir termScott Rifenbark2012-03-081-111/+125
| | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: re-writeScott Rifenbark2012-03-081-19/+47
| | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-newbie.xml: Added text anchorScott Rifenbark2012-03-081-1/+1
| | | | | | | (From yocto-docs rev: d316f9506e0f94ca7bf75f2bdedb509b327b2ded) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Writer notes added.Scott Rifenbark2012-03-081-0/+46
| | | | | | | (From yocto-docs rev: 40d00bde1585dbd0d23bf999e70940e15d52d74f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Removed extra space.Scott Rifenbark2012-03-081-2/+2
| | | | | | | (From yocto-docs rev: 734d6b2d9bd46011c8213b76d7cf2e1aa95e6750) 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: Edits to Git sectionScott Rifenbark2012-03-081-2/+4
| | | | | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: qualified the commit ID differenceScott Rifenbark2012-03-081-1/+4
| | | | | | | | | | | | | | 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>
* 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/bsp-guide/bsp.xml: Updated reference to manualScott Rifenbark2012-03-081-3/+3
| | | | | | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Updated commit IDsScott Rifenbark2012-03-081-6/+6
| | | | | | | | | | | 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>
* documentation: Cross-referencing section fixed for consistency.Scott Rifenbark2012-03-0812-94/+74
| | | | | | | (From yocto-docs rev: 8e861c6fc07aefa81ff65e3542de855116e14969) 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: updated introScott Rifenbark2012-03-081-1/+1
| | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: fixed autobot linkScott Rifenbark2012-03-081-1/+1
| | | | | | | | | 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>
* documentation/dev-manual: Reference link clean-upScott Rifenbark2012-03-084-19/+11
| | | | | | | | | | | I made another pass through the document and cleaned up some mistakes and also removed redundant links to manuals where I had already provided a link to the specific section. (From yocto-docs rev: 5da8ffe100127f5fe4bfd2b478f177d6bef3a968) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: links fixed.Scott Rifenbark2012-03-081-72/+94
| | | | | | | | | | | Moving the "Common Tasks" section from the YP Reference Manual into the YP Development Manual upset a bunch of links. I have corrected these links. (From yocto-docs rev: 69ee73c59958aaab6f6370231c65300d1d8c92f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Link updatesScott Rifenbark2012-03-088-18/+16
| | | | | | | | | | | | Pulling the "Common Tasks" chapter fromt YP Reference Manual broke many links. Each of these links had to be repaired so that the link is to the YP Develepment Manual now, where the chapter was moved to. (From yocto-docs rev: 08176135b8ac856b8cf7872300ce41ada87fa486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: top-level manuals edited for new structureScott Rifenbark2012-03-082-2/+2
| | | | | | | | | | | | | I updated dev-manual.xml to include the new common tasks file 'dev-manual-common-tasks.xml' and updated poky-ref-manual.xml to not have the file 'extended.xml'. This reflects the new chapter swap between the YP reference manual and the YP development manual. (From yocto-docs rev: 978e3be4f20b0a95cf124ce1a9136016a3e71da1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: File swapScott Rifenbark2012-03-081-0/+0
| | | | | | | | | | | I am moving the "extended.xml" file from the YP Reference Manual to the YP Development Manual. This will be the basis for a common tasks chapter that talks about common things developers do. (From yocto-docs rev: 874b3a399c69e5eabf5001a5df5a3064a6d1f0ec) 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: Edits to examplesScott Rifenbark2012-03-081-6/+16
| | | | | | | | | | | | Updated the tarball and Git repo example in section where user is getting the source files. I was not using the default Yocto Project Files top-level name for the tarball method. Reported-by: Joshua.lock <joshua.lock@intel.com> (From yocto-docs rev: 770c6799ea58df3d81df8f466f1bb9878532a995) 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: Git section updatedScott Rifenbark2012-03-081-120/+282
| | | | | | | | | | | | | | | I split the Git section into a couple sub-sections. One talks about concepts and the other is the section on simple commands. Hopefully the concepts section now addresses the confusion people are having over branches, tags, etc. Also changed the definition of the term "Yocto Project Files" based on some input by Joshua Lock. (From yocto-docs rev: d76a9942dd12e6bd3ccba5331039477b26c02379) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Updates to names of bare clone and copyScott Rifenbark2012-03-083-16/+19
| | | | | | | | | | | | I changed the example to use a different kernel (linux-yocto-3.0-1.1.x) and the example that creates the bare clone and the copy of the bare clone to use better names that are more easily distiguishable: linux-yocto-3.0-1.1.x.git and my-linux-3.0-1.1.x-work, respectively. (From yocto-docs rev: b1366d35155121f5aa576715541036304c99f13b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Edits to clarify YP filesScott Rifenbark2012-03-082-4/+18
| | | | | | | | | | These edits help explain the differences between local YP files created through a tarball extraction vs cloning a Git repository. (From yocto-docs rev: ed368800c3e9ece71d27d6d690f0ddc264a4c2da) 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: tags/branches editsScott Rifenbark2012-03-081-11/+18
| | | | | | | | | | | | | | Edits to the section describing how to set up the YP files before the BSP example. I am working with Joshua Lock on these to settle them down. The edits are trying to establish understanding between a Git repository and a tarball... just what the user has a hold of after getting the files by either method. Reported-by: Joshua Lock <joshua.lock@intel.com> (From yocto-docs rev: ddb8333ea2f9898b7016ca01887e1acdc0581c06) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: CONFFILES and FILES editsScott Rifenbark2012-03-081-11/+8
| | | | | | | | | | | | | | Final edits to the new CONFFILES entry and an updated more robust FILES entry in the glossary. These two entries are good examples of the depth of detail we should have for all glossary entries. Kudos to Paul Eggleton for tirelessly working with me to get the descriptions just right. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: 88e9836a964a9057aaf6ac472b4fb09981a069ac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-images.xml: Added three core-imagesScott Rifenbark2012-03-081-0/+15
| | | | | | | | | | | | | Added descriptions for 'core-image-rt', 'core-image-rt-sdk', and 'core-image-gtk-directfb'. These were apparently missing. Fixes [YOCTO #1921] Reported by Shane Wang <shane.wang@intel.com> (From yocto-docs rev: b83f9fa2a2de867ef9973b84aa1bec94e8071e45) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: removed DISTRO_EXTRA_RDEPENDSScott Rifenbark2012-03-081-6/+0
| | | | | | | | | | | According to Richard Purdie this is a nasty variable and people find it hard to use. I removed the glossary entry for it. Reported by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 602ec3ea42700b8baff096689c732cadec3e5797) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Edits to CONFFILES and FILESScott Rifenbark2012-03-081-21/+30
| | | | | | | | | | | Second editing pass to these glossary entries based on Paul Eggleton's review. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: 690043a7b239479c948e1219dcb44751570cc624) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Edits to IMAGE_INSTALLScott Rifenbark2012-03-081-3/+4
| | | | | | | | | | Minor tweaks to this glossary entry as requested by Richard Purdie. Reported by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: df39b52a89e0ac99d16c8ce1f0f37a284dc5e08a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: Added CONFFILES and FILESScott Rifenbark2012-03-081-1/+80
| | | | | | | | | | | | Added a new glossary entry fro CONFFILES and I updated the existing description for FILES. These two variables are inter-twined. FILES was a one-liner and definitely needed expansion. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: 6788128c459ccf04f932c2273aca1e6b88f0def0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Removed ROOT_FLASH_SIZE from document.Scott Rifenbark2012-03-082-8/+0
| | | | | | | | | | No longer applicable according to Paul Egglegton. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: 503884d2e3b49bd8102fc64f5487361dae0160aa) 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/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-083-5/+47
| | | | | | | | | | | | | | | | | | 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/poky-ref-manual/ref-variables.xml: Fixed broken reference.Scott Rifenbark2012-03-081-1/+1
| | | | | | | (From yocto-docs rev: 21d5f4558289290bf890e1669f5f45307dd17550) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Updates to IMAGE_INSTALLScott Rifenbark2012-03-082-74/+85
| | | | | | | | | | | | | | | Updated the glossary entry for the IMAGE_INSTALL variable. It was not complete. I also updated the section that describes how to modify the image through the local.conf file. These edits are out on review with Richard and could undergo some further tweaks. Fixes [YOCTO #1897] (From yocto-docs rev: 41124cdd9e69b9f17300a609cce2ae4c9ce57b54) 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: proposed sectionScott Rifenbark2012-03-081-3/+61
| | | | | | | | | | | This is a proposed section to describe how to customize an image through variable setting in the local.conf file. It is incomplete but needs to be checked out and discussed. (From yocto-docs rev: f995b01e9ec9dd12b62e514802000a7b76fe3126) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: new BBMASK glossary entryScott Rifenbark2012-03-081-0/+25
| | | | | | | | | | | | Added a glossary entry for BBMASK. Fixes [YOCTO #1935] Reported by: Gary Thomas <gary@mlbassoc.com> (From yocto-docs rev: 4406a8b0b85ac15070e2ccb1c57ef9801827a7f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>