aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
AgeCommit message (Collapse)Author
2012-05-01documentation/dev-manual/dev-manual-start.xml: updated output for bare cloneScott Rifenbark
Updated the shell output example when user creates a bare clone of kernel. We use linux-yocto-3.2 here. (From yocto-docs rev: e24beac8c8b6c65f94b71f36bf9f5d918ee4375e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01documentation/dev-manual/dev-manual-newbie.xml: Tag example fixedScott Rifenbark
The example that creates a local branch based on a release tag in the "Repositories, Tags, and Branches" section was not optimal. Darren Hart informed me that naming a local branch the same name as a tag confuses Git. Plus, the "-b" option was mis-placed. Renamed the local branch to have "my-" in front of it and moved the "-b" option earlier in the command. (From yocto-docs rev: 24ab16d18fb317efb86d2c4ddb2ac1a1449df519) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01documentation/dev-manual/dev-manual-newbie.xml: Fixed branch exampleScott Rifenbark
The example in the "Repositories, Tags, and Branches" section that creates a local branch that tracks the upstream branch is incorrect. The syntax should be "git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; Fixed it. (From yocto-docs rev: 7b47dd460f240a0d7f07edf2767bcad1ddc9d4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01documentation/dev-manual/dev-manual-newbie.xml: Link added for TOPDIRScott Rifenbark
(From yocto-docs rev: e02c1762fadd22f6ffc06e91ac82ebb59a7a7f68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01documentation/dev-manual/dev-manual-intro.xml: Hob and BA addedScott Rifenbark
Added Hob and Build Appliance to the list of other stuff the user might want to reference. (From yocto-docs rev: 74ca0a95f0ea1b2045a42f0895ba874bdfa2d46c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01documentation/dev-manual/dev-manual-start.xml: Misc fixesScott Rifenbark
Better wording for the role of BitBake. Updated shell output for the clone of poky. (From yocto-docs rev: 0f7d9557413827f82388d3fe677109074f04e30c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01documentation/dev-manual/dev-manual-common-tasks.xml: Fix cusomizing exampleScott Rifenbark
As suggested by Paul Eggleton and Richard Purdie, the example that describes another method for creating a cusomt image was modified so that it is based on an existing recipe instead of requiring a new image. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: b5b32be9087c3d1c8e8d97751ce2cce09829f23b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-23documentation: Updated Manual Revision Tables again.Scott Rifenbark
After some discussion from Song and Richard, the dates in the manual revision table has been updated to "April 2012" for the 1.2 release. (From yocto-docs rev: b3fc2ec7c5aedb8ea0a2d502bdcd7e8f4092ed96) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-23documentation: Replacements for "1.1" and "edison", etc.Scott Rifenbark
I did a quick and dirty scrub over the manuals for the strings "1.1" and "edison". I found some instances that were not properly variablized. Also, discovered some references to the linux-yocto-3.0-1.1.x. All but one instance of this needed changed to linux-yocto-3.2. (From yocto-docs rev: 620fb4b7626defcefc8a039de09ae4599ee7f454) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-23documentation: Manual Revision Tables updatedScott Rifenbark
Five tables updated for the five manuals that have the tables. Used "May 2012" as the date. (From yocto-docs rev: 0d4d46ba300c07ff9c73186506be5b409bef9d1b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-23documentation/dev-manual/dev-manual-common-tasks.xml: removed kernel26Tom Zanussi
kernel26 is now obsolete so remove mention of it from the docs. Removed from docs. (From yocto-docs rev: 7b9da106d746192f802095584b04e3ee8347eabd) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-17documentation/dev-manual/dev-manual-common-tasks.xml: Fixed exampleRobert Cochran
A reference to meta/recipes-sato/tasks/task-poky.bb is made as a good example of a task; however, this file / recipe doesn't exist. I replaced it with meta/recipes-core/tasks/task-core-boot.bb, which I think is a both useful and basic example to consider. (From yocto-docs rev: 977877efa7781dd00c53cfa914dd710de7d934a1) Signed-off-by: Robert Cochran <yocto@mindchasers.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-03documentation/dev-manual/dev-manual-common-tasks.xml: removed ↵Scott Rifenbark
MULTILIB_IMAGE_INSTALL Fixes [YOCTO #1980]. Changed MULTILIB_IMAGE_INSTALL to IMAGE_INSTALL in the multilib example. This variable is no longer used. Reported-by: Matthew McClintock <msm@freescale.com> (From yocto-docs rev: dfcbecf945b19e559b39b5824dc6b8bb37c18702) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-03documentation/dev-manual/dev-manual-common-tasks.xml: Edit to md5sumScott Rifenbark
Example corrected. (From yocto-docs rev: 844ffad1e3b998d62ea7c10273785d710dc3541e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-03documentation/dev-manual/dev-manual-common-tasks.xml: Updated makefile sectionScott Rifenbark
Fixes [YOCTO #1888] Per Darren Hart I swapped in the real example and added some text explaining what the user needs to do if their source is from a tarball. Reported-by: Darren Hart <darren.hart@intel.com> (From yocto-docs rev: a1991f0b6f32a0a296ae4d115a834ed61042720b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30documentation/dev-manual/dev-manual-common-tasks.xml: Title changeScott Rifenbark
Changed title pre Richard. Reported-by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 2ec1368c4bdf5d61e3a7d60d3293ba878939321d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30documentation/dev-manual/dev-manual-common-tasks.xml: edits to BBMASKScott Rifenbark
Some edits to the text of this moved section. (From yocto-docs rev: 69ba05bbdc8a6fb74efdfbb3214a562e564f5a68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30documentation/dev-manual/dev-manual-common-tasks.xml: moved BBMASKScott Rifenbark
Per Richard Purdie's suggestion, I moved the discussion on using BBMASK out from the "Customizing Images" section and placed it into a section of its own titled "Excluding Packages from the Build." (From yocto-docs rev: edb01b30779117f92e710b8afefa9a5d8a3e78fa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30documentation/dev-manual/dev-manual-common-tasks.xml: moved sectionScott Rifenbark
Placed the "Customizing Images" section in front of the "Adding a Package" section. Reported-by: Rudolf Streif <rstreif@linuxfoundation.org> (From yocto-docs rev: 68a7ef421b9b66cc7f0a2180c1ef17c8c4ec2ed4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-28documentation: Added TBD entry to 1.2 manual history table.Scott Rifenbark
There needed to be an entry in all the manual history tables that indicated this version of the manual is for 1.2 but is WIP. Reported-by: Rudolf Streif <rudolf.streif@linux.com> (From yocto-docs rev: 6792b88af4f0171cfc84e4d77bda871d4af3d36c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-26documentation/dev-manual/dev-manual-common-tasks.xml: Fixed linkScott Rifenbark
Old link to POKY_EXTRA_INSTALL. I changed to CORE_IMAGE_EXTRA_INSTALL. (From yocto-docs rev: 8c8308025443e2fd061faa03fe4f6245c58603a5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation: Updated all style sheets for down-sized notes.Scott Rifenbark
(From yocto-docs rev: c4188d6daa81d8309ba71c5b9c3dde5b10ea730e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documenation/dev-manual/dev-manual-model.xml: Hob section first draftScott Rifenbark
(From yocto-docs rev: 02eb8ac5016ef347a554dfdd214d3e66342f0ee2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-model.xml: Updated titleScott Rifenbark
Consistency re-established. (From yocto-docs rev: 002735dc66ac64d5a80f2e3be1dc47daee583012) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-model.xml: Blank Hob section added.Scott Rifenbark
(From yocto-docs rev: 5af32b14baa2e8ad163ec179c851fe59efafca33) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documenation/dev-manual/dev-manual-model.xml: Hob added to IntroScott Rifenbark
Added information about Hob to the introduction part of this chapter. The chapter is going to have a section that introduces and speaks a bit about the Hob. (From yocto-docs rev: dd98b3132ff4660397c37a223af8c4c2835a5276) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: Spell check.Scott Rifenbark
(From yocto-docs rev: 3bc8b3a4fc0adcfcda3026e7c209e4f57e750737) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-newbie.xml: Added to append termScott Rifenbark
I added more information to the YP Term "Append Files." (From yocto-docs rev: e1a7e9b0a790d394e237a0972140107d11178408) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: added linkScott Rifenbark
Put in a link to reference another example of using a .bbappend file. (From yocto-docs rev: b5a5433506adfe46276584e51dc19fc153ea098d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-bsp-appendix.xml: minor edits.Scott Rifenbark
(From yocto-docs rev: f109ca75f7a1d8fdd6051da989adda2207049209) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-bsp-appendix.xml: removed quotesScott Rifenbark
(From yocto-docs rev: f4f599db60f3da74ac37db54cc812f9836afc893) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-bsp-appendix.xml: Added .bbappendScott Rifenbark
(From yocto-docs rev: 3c7e51fa6ad5eb69f4b09a9041714044edf585d7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-model.xml: Technical correctionScott Rifenbark
Fixed text that described how a config file was referenced. (From yocto-docs rev: 29846fcb4fd6f90452023e1f627ef76f1a056ac6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: Minor edit.Scott Rifenbark
(From yocto-docs rev: 6a71d919a6a4a0d33aeb793e7ddecfc9fa5c6db1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: minor edits.Scott Rifenbark
(From yocto-docs rev: 3fd9f32de8f2aabbc7812587dd3f293297323c3b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: minor edits.Scott Rifenbark
(From yocto-docs rev: 90daf67e41b0c95ce0e6652f994f79cfb021c4f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: Edits to append filesScott Rifenbark
Edits to better describe what a .bbappend file is. (From yocto-docs rev: 81527358615c229a9161568a30785221c9f081ff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: fixed typoScott Rifenbark
(From yocto-docs rev: 135ca58fa53ffcf94138e0df7857d87c79e001ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: Better .bbappend ↵Scott Rifenbark
definition. (From yocto-docs rev: 97cbaa209f03a1d578683e42305c7d98c0e3e7b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-start.xml: Defined BitBake append fileScott Rifenbark
Provided a clearer full name for .bbappend files. (From yocto-docs rev: 4ee07af442c26aa06a6b295df758f41838b407df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation: Updates for [YOCTO #1717].Scott Rifenbark
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>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: More edits to layerScott Rifenbark
Layer section review comments from Paul Eggleton added. (From yocto-docs rev: a536fe1635dbe9157e86995e7a78568e41a75957) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual/dev-manual-common-tasks.xml: Review editsScott Rifenbark
Implemented Paul Eggleton's review comments for the "Understanding and Using Layers" section. (From yocto-docs rev: ec376754f63122a1bd31d47e153ee3e872aac0b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23documentation/dev-manual: Converted to use poky.entScott Rifenbark
I converted the hard links to use the variables as established in the file poky.ent. Also, Cleaned up some bad text in the term "Yocto Project Files." Looks like a cut-and-paste problem. (From yocto-docs rev: e2e20bf4895d80dae73595e93132f37fb31121d1) 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: re-write of meta-intelScott Rifenbark
The section describing how to set up meta-intel has been re-written to provide more information about this Git repository and why it is important. Also, added information explaining why user should use the same set up method (tarball or Git repo) as used to set up the YP files tree. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 53fbfc59f0183a6b8474ed643302faffef79356b) 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: Fixed typo.Scott Rifenbark
(From yocto-docs rev: be10660d8a0b08731e763dbe761bfbc2e00f9831) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation: Updated copyright notices to 2012.Scott Rifenbark
(From yocto-docs rev: a270fe40606ccbef5c453bb77f009306a7bdfb93) 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 the review comments from Paul Eggleton for the new section on "Understanding and Using Layers." (From yocto-docs rev: 6bf5854dd355afdbc01c4c4fb94a4062bd9eae20) 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: Wording changeScott Rifenbark
Added a bit more information to the wording where it talks about creating a Git Repository if you are going to contribute back into YP. This change was suggested by Robert P. J. Day and was submitted to me in the form of a patch. For reasons unknown to me the patch Hunk failed even though I believe I had things saved and applied correctly. I had to resort to applying it by hand. I ended up doing a bit of re-writing on the suggested change to clean it up. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 94f90c91e6b1d13bebc7a434210452f222ef0317) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/dev-manual: Re-org of topicsScott Rifenbark
Several topics in the "Common Tasks" chapter really fit better in the "Newbie" chapter. I moved these sections out. I also combined information from the section on submitting changes from the "Common Tasks" and the "Newbie" chapter to live in the "Newbie" chapter only. (From yocto-docs rev: 90fa8c125e545c57a5a994dd59715b73c5c4882f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>