summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation/dev-manual/dev-manual-model.xml: Fixed linkScott Rifenbark2012-05-011-3/+3
| | | | | | | | | | The link and wording to the YP Downloads page on the website was wrong. Fixed it up. (From yocto-docs rev: 5baf847c9b5b8af07c8945921352d3aba2a9cfa8) 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: Font corrected.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 0fab3eecf7f67ae890ff4fc2f6c12fed4aa4d897) 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: Section name fixed.Scott Rifenbark2012-05-011-1/+1
| | | | | | | (From yocto-docs rev: 6c5724d8c0e75efc22dd2f4477a797afeaed5347) 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 pathScott Rifenbark2012-05-011-1/+2
| | | | | | | | | | Added more detail to the pathname for the example formfactor_0.0.bbappend file. (From yocto-docs rev: 32e60999494bb5b69d683008ad804613e4b99d07) 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: link and output fixedScott Rifenbark2012-05-011-5/+6
| | | | | | | | | | | | Fixed a reference to Yocto Project Files and provided a link. Put in an updated version of the meta/recipes-bsp/formfactor/ formfactor_0.0.bb file in the example. (From yocto-docs rev: 05001174d2337a91e839e991a3e9ecd6657a56f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: shell output examples updatedScott Rifenbark2012-05-011-14/+12
| | | | | | | | | | Updated various shell output examples created from cloning various Git repositories, etc. (From yocto-docs rev: ed167b1643a60ab30c09c2f42baebf781564ca20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: updated output for bare cloneScott Rifenbark2012-05-011-5/+5
| | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-newbie.xml: Tag example fixedScott Rifenbark2012-05-011-3/+3
| | | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-newbie.xml: Fixed branch exampleScott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-newbie.xml: Link added for TOPDIRScott Rifenbark2012-05-011-1/+2
| | | | | | | (From yocto-docs rev: e02c1762fadd22f6ffc06e91ac82ebb59a7a7f68) 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: Hob and BA addedScott Rifenbark2012-05-011-0/+8
| | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-start.xml: Misc fixesScott Rifenbark2012-05-011-6/+7
| | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Package requirementsPaul Eggleton2012-05-011-6/+6
| | | | | | | | | | | | | | | | | | The following packages no longer need to be installed on the host system: * python-psyco * help2man * cvs * hg Additionally, linuxdoc-tools was mentioned twice in the Fedora list. (From yocto-docs rev: bf7f37e040e5d5e19738f4c3a313acfd406351e3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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: Fix cusomizing exampleScott Rifenbark2012-05-011-5/+5
| | | | | | | | | | | | | 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>
* documentation/poky.ent: Changed "latest" to "current"Scott Rifenbark2012-05-011-1/+1
| | | | | | | | | | | | Needed to change this so that the manuals will make correctly and manual links will not point to the "latest" version of manuals on the YP website. This change should have been made prior to the final 1.2 build so that it would have been in the 1.2 tarball. (From yocto-docs rev: a8615e05aef205629c832041f30c76567d8359bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated Manual Revision Tables again.Scott Rifenbark2012-04-235-5/+5
| | | | | | | | | | | 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>
* documentation: Replacements for "1.1" and "edison", etc.Scott Rifenbark2012-04-237-35/+39
| | | | | | | | | | | | | 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>
* documentation: Manual Revision Tables updatedScott Rifenbark2012-04-235-10/+10
| | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Added Build ApplianceScott Rifenbark2012-04-231-6/+14
| | | | | | | | | Added a blurb about the Build Appliance to the start of the QS. (From yocto-docs rev: b2766121c05740300fd5a6cea2f3b8a2f62db6e5) 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 kernel26Tom Zanussi2012-04-231-1/+1
| | | | | | | | | | | 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>
* documentation/poky-ref-manual/ref-images.xml: added linkScott Rifenbark2012-04-231-1/+3
| | | | | | | | | | added the link for the Build Appliance page to the description of the self-hosted image. (From yocto-docs rev: 719ba4308489b29eefa7f08ddffb65bd5e41fc2c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: spelling corrected.Scott Rifenbark2012-04-181-1/+1
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: c0ee8ce391114f7a5b4f1c59fdf997ba4f3bcf75) 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 self-hosted imageScott Rifenbark2012-04-181-0/+6
| | | | | | | | | I added the self-hosted-image to the list of images. (From yocto-docs rev: a8265cb523705a374d23bf60aab5b7969ad937fc) 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 exampleRobert Cochran2012-04-171-1/+1
| | | | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Added CentOSScott Rifenbark2012-04-121-1/+34
| | | | | | | | | New section in the Packages area for CentOS. (From yocto-docs rev: 7ee9f2d09fe9b83bccdf4b4f431672f34c31aca7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Run-through changes for 1.2Scott Rifenbark2012-04-122-22/+17
| | | | | | | | | | | Reading through the manual I discovered some inconsistencies with how links were handled. I fixed this in both the QS and one anchor in the FAQ appendix of the YP Reference Manual. (From yocto-docs rev: 32444e839a1541ab2c02fa31cd094605d1a2429a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: fixed URLScott Rifenbark2012-04-121-1/+1
| | | | | | | | | | In the "Super User" section I had the URL for the wget command wrong. Replaced the "." character with a "/" character. (From yocto-docs rev: 87ec41694d6665c0dbaaab94679b1f22335aa070) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Updating for coming releaseElizabeth Flanagan2012-04-121-3/+3
| | | | | | | | | Flipping values for the upcoming release (From yocto-docs rev: 00a7b706af352d6103db712ec3f1f0a1b08f0eff) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Added a info about meta-intel layerScott Rifenbark2012-04-101-0/+6
| | | | | | | | | | | I put a bit of explanation in the "BSP Layers" section about meta-intel being a layer that in fact contains other BSP layers. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: c57ba6050d7923018709221f7058443293ea6838) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Edits to intro sectionsScott Rifenbark2012-04-101-34/+34
| | | | | | | | | | | | | | | Adding the new section "Customizing a Recipe for a BSP" has added enough sections to this book such that the introductory area needed some attention. I pared down the intro text to basically just cover the manual's organization and a bit about BSPs. I moved all the introductory common form stuff into the section that just addresses the BSP form. This is better organization for the manual as it is evolving. (From yocto-docs rev: 9aec4ce47fb090ae2f6c5bed93da03e77ae49a4c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Added new sectionScott Rifenbark2012-04-101-0/+36
| | | | | | | | | | | | | | Fixes [YOCTO #1962] Added a new section called "Customizing a Recipe for a BSP". The text was rooted in Darren Hart's comments. I implemented them and then we iterated a bit on it. Reported-by: Joshua Lock <joshua.lock@intel.com> (From yocto-docs rev: f5e51d60312d9335a790023f193cae1ba76277ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Added CentOS distroScott Rifenbark2012-04-041-1/+2
| | | | | | | | Reported-by: David Stewart <david.c.stewart@intel.com> (From yocto-docs rev: 4df12f3437488f6d8dbfb54dd3de25f5636162c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Patch to fix small issuesRobert P. J. Day2012-04-041-5/+7
| | | | | | | | | | | Applied a patch from Robert P. J. Day to fix some small issues in the BSP manual. (From yocto-docs rev: 7744d5101fd2b5a46a53707976b8899eb03f1c08) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> 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 ↵Scott Rifenbark2012-04-031-1/+1
| | | | | | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Edit to md5sumScott Rifenbark2012-04-031-1/+2
| | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Updated makefile sectionScott Rifenbark2012-04-031-11/+37
| | | | | | | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Added some front-matterScott Rifenbark2012-04-031-0/+6
| | | | | | | | | | | Due to the addition of the BSP Tools section, I needed to add a bit of front-matter to the start of the chapter indicating that we provide information on how to create and manage a BSP Layer. (From yocto-docs rev: 7ae34fa58aba6b17866a5379bdcdffd83491ff20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Removed NoteTom Zanussi2012-04-031-10/+0
| | | | | | | | | | | | | | | Remove the 'note' that says that the BSP Guide doesn't show how to create a new BSP. With the addition of the Yocto BSP Tools section, that's no longer true. Also, the wiki page mentioned is out-of-date and probably shouldn't be pointed to any longer for that reason. (From yocto-docs rev: 972c2d2bc9f50f5f65b296b7396dc640710ad5b2) 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>
* documentation/bsp-guide/bsp.xml: Edits to the BSP Tools sectionScott Rifenbark2012-04-031-431/+429
| | | | | | | | | | I have scrubbed the new section for the BSP Tools. Changes reflect re-wordings, formatting, etc. (From yocto-docs rev: c13d5a42665d256c6da6d663611291eef9617f1f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: New section on using BSP tools.Tom Zanussi2012-04-031-0/+450
| | | | | | | | | | | Some documentation introducing and helping get people started with the Yocto BSP Tools (yocto-bsp and yocto-kernel). (From yocto-docs rev: 56a6db181f5cdf3c23daa021fe1e9ecb15843678) 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: Title changeScott Rifenbark2012-03-301-2/+2
| | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: edits to BBMASKScott Rifenbark2012-03-301-3/+10
| | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: moved BBMASKScott Rifenbark2012-03-301-63/+59
| | | | | | | | | | | 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>
* documentation/dev-manual/dev-manual-common-tasks.xml: moved sectionScott Rifenbark2012-03-301-222/+222
| | | | | | | | | | | 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>
* documentation: Added TBD entry to 1.2 manual history table.Scott Rifenbark2012-03-285-0/+25
| | | | | | | | | | | | 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>
* documentation/adt-manual/adt-eclipse.xml: Added new commander sectionScott Rifenbark2012-03-261-0/+87
| | | | | | | | | | | | | Hongna Xu realized that the whole Bitbake Commander part is missing in the ADT manual. This should be Section 4.8. She sent the info and I created a new section titled "Customizing and Image Using a BitBake Commander Project and Hob". Reported-by: Hongna Xu <hongnax.xu@intel.com> (From yocto-docs rev: eb207806dbd2f73089068ef9e3fa447aa8a38404) 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 linkScott Rifenbark2012-03-261-1/+1
| | | | | | | | | | 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>
* documentation/poky-ref-manual/ref-variables.xml: added CORE_IMAGE_EXTRA_INSTALLScott Rifenbark2012-03-261-0/+15
| | | | | | | | | | New variable added to the glossary. This variable replaces the deprecated POKY_EXTRA_INSTALL. (From yocto-docs rev: ad764fdd11440c6a46a783c7df38f8445189712f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Removed some deprecated variables.Robert P. J. Day2012-03-263-95/+2
| | | | | | | | | | | | | | | | | | | | | | Delete reference manual glossary entries of obviously dead/renamed variables: * PACKAGE_SUMMARY * PACKAGE_DESCRIPTION * POKY_EXTRA_INSTALL (renamed to CORE_IMAGE_EXTRA_INSTALL) * POKYMODE (renamed to TCMODE) * POKYLIBC (renamed to TCLIBC) * SHELLCMDS * TERMCMD * TERMCMDRUN In addition, fix some "link"s to not refer to any of the above. (From yocto-docs rev: 146084b8b0bab5e5333b7da7d6eb1dc90e118eba) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: README file not optionalTom Zanussi2012-03-261-5/+0
| | | | | | | | | | | Any shipped BSP needs this file for legal reasons, thus it's non-optional. (From yocto-docs rev: 4840f9a9d6b62f61378941c9a8712eb36720efd8) 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>