summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/dev-manual/dev-manual-common-tasks.xml: bblayer.conf editScott Rifenbark2012-03-081-2/+2
| | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Review commentsScott Rifenbark2012-03-081-5/+5
| | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: review commentsScott Rifenbark2012-03-081-24/+19
| | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: S variable editsScott Rifenbark2012-03-081-3/+10
| | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Review commentsScott Rifenbark2012-03-081-11/+20
| | | | | | | | | | | 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>
* 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/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-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-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-081-6/+4
| | | | | | | | | | | 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: File swapScott Rifenbark2012-03-081-0/+1316
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>