summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-manual: Number of minor tweaks to Dev Manual, Chapter 5.Robert P. J. Day2013-12-031-8/+8
| | | | | | | (From yocto-docs rev: 779e33c9f1228c54ed1b4e60c109d0b2ecd4b2f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new REQUIRED_DISTRO_FEATURES variable description.Scott Rifenbark2013-12-031-0/+18
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 7dfbba8fd5b1dc8e020a588f210c3d2f339e1f9a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new CONFLICT_DISTRO_FEATURES variable description.Scott Rifenbark2013-12-031-0/+18
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 490a57b5c8c8230d47be53bf3092060c3fb97f19) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Slight grammar edits.Scott Rifenbark2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: db18d3e0986a87da7670c1ae424ce76df82e18ca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the COMBINED_FEATURES variable.Scott Rifenbark2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: c1e2a7f8985f058d520615ef389007424d7d4b7f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the intro text to "Distro Features" section.Scott Rifenbark2013-12-031-7/+18
| | | | | | | (From yocto-docs rev: 328f7115e3f557ca979fa330e068739c4b0e2bcd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Some edits to the DISTRO_FEATURES variable.Scott Rifenbark2013-12-031-0/+5
| | | | | | | (From yocto-docs rev: 10c4a13dc28ef1a8ceeee5a31dfbdd64511cd3d0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the DISTRO variable description.Scott Rifenbark2013-12-031-10/+32
| | | | | | | | | This needed some work to be more descriptive. (From yocto-docs rev: 00acc5f28a87c10572f1df4bf801c16f5b861f8e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the DISTRO_FEATURES variable.Scott Rifenbark2013-12-031-3/+4
| | | | | | | | | | Took care of some quoting for the "x11" feature and also a messed up sentence in the second paragraph. (From yocto-docs rev: 4de95398d44fe0b12c68a6484c9b8d341bd6edb7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Updated some section titles.Scott Rifenbark2013-12-033-5/+5
| | | | | | | | | | | | | | | | I noticed that chapter 10 of the ref-manual still had "Reference: Features" as the title. This is left over from way back. I changed that chapter title to "Features." Next, I noticed an inconsistency with some sub-section titles. I changed the "Images" title into "Image Features." This affected several links across the doc set so I had to update those cross-references as well so they have the latest section title as part of the reference. (From yocto-docs rev: 41de29a5042d92bd34bc52315003a86b6d3277db) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Changed depends.dot filename to pn-depends.dot.Scott Rifenbark2013-12-031-1/+1
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ecc38e4c71fe21223ed5ddfdabc7f6a7c41ec5a3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the pn-buildlist file to list of filesScott Rifenbark2013-12-031-8/+13
| | | | | | | | | | | | | In the "Dependency Graphs" section, the pn-buildlist file was not mentioned as a file generated by the 'bitbake -g <target>' command. I added this in and provided a bit of re-writing. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 811a6af8fdb2cfa0b38d260665ed00260a939251) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Cleaned up some instances of the term "working directory"Scott Rifenbark2013-12-034-12/+13
| | | | | | | | | | | | | This term should always reference a users current working directory and not be confused with the OpenEmbedded build system's "work directory (WORKDIR). I found several instances where the term "working directory" was not used correctly and fixed them. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 80dcbf41fc57d0d527db13dd2f993233dd5c1675) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: fixed typoRobert P. J. Day2013-12-031-1/+1
| | | | | | | | | Removed extra "the" (From yocto-docs rev: a4a14eccf591bda7ce09c60dedb752da1c1ba26e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated to *_FEATURES variables.Scott Rifenbark2013-12-032-22/+57
| | | | | | | | | | | | I updated the MACHINE_FEATURES, DISTRO_FEATURES, and COMBINED_FEATURES variable descriptions to better reflect what they actually do. Also, fixed two occurences of IrDA in the features lists section. (From yocto-docs rev: 89e40a2f309eacec37fc63c2ef0d4cd440722b2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review edits applied to UBOOT_LOCALVERSION variable.Scott Rifenbark2013-12-031-3/+7
| | | | | | | (From yocto-docs rev: 58384e305a7e35624da44457929d3487fabf5915) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the UBOOT_LOCALVERSION variable.Scott Rifenbark2013-12-031-2/+2
| | | | | | | (From yocto-docs rev: c47fbc2a0e6b9a7cd21a99dc227ee6b82e85f394) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed typo in the UBOOT_CONFIG variable.Scott Rifenbark2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: 13ef9bc3c2e4c1e7045fd0413b28379eb0b92090) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new variable UBOOT_MAKE_TARGET.Scott Rifenbark2013-12-031-0/+10
| | | | | | | (From yocto-docs rev: c9a2cabfadf32d55c7cf022a5ad376c0e8d585a5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new UBOOT_SUFFIX variable description.Scott Rifenbark2013-12-031-1/+16
| | | | | | | (From yocto-docs rev: 87272ea28fca85ff9cf22ce4c81738a73f7f3410) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new variable UBOOT_LOCALDEFINITIONScott Rifenbark2013-12-031-0/+12
| | | | | | | | | | Very rough draft for this new variable. It will likely change. (From yocto-docs rev: 0ac34164b60908455b198d46475b7e88b0e25f6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed misc. formatting by removing blank lines.Scott Rifenbark2013-12-031-4/+0
| | | | | | | (From yocto-docs rev: 413f49b0d460a3c292bdbd83cae5cee860f71244) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed typo.Scott Rifenbark2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: eaca0035b8e7190f075e030d2abd370feaf19d3e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Reset the top "U" entry for glossary to UBOOT_CONFIG.Scott Rifenbark2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: 2870f3345fed8e313e3ac4101cc38e89e6d021e0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added glossary entry for UBOOT_CONFIG variable.Scott Rifenbark2013-12-031-0/+43
| | | | | | | (From yocto-docs rev: a02a918147e903aaf08390ae1c02bad5f8d90c77) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Expanded CLASSOVERRIDE variable example description.Scott Rifenbark2013-12-031-7/+9
| | | | | | | (From yocto-docs rev: f78cfbd4bd06f4dbf35522f2fd4b2012de889323) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated EXTRA_IMAGE_FEATURES operater for read-only-rootfs exampleScott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | The operator used was "=" which was inconsistent in light of previous uses of the variable in the ptest section. I changed the operator to "+=" to be consistent. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 2cc73ae4e3a543a60bcc29b54d2de97b08f990db) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added "Task" term.Scott Rifenbark2013-12-031-0/+6
| | | | | | | | | | | After adding "Package Group" definition as the original "Task" definition, we needed to create a new definition for the term "Task". (From yocto-docs rev: bc861fda764a6d5fe0dc3b62b0771e183e7356a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed "Tasks" term into "Package Groups" term.Scott Rifenbark2013-12-031-8/+12
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 5e9f2a6192db61ffa93e83a2e5e5d7bcd75e5eb4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: updated the ptest sectionScott Rifenbark2013-12-031-6/+2
| | | | | | | | | | | | Removed the note indicating that three specific recipes were "ptest-enabled" for the release. I substituted in wording that tells the user to see if a a recipe inherits ptest as a way of determining if the receipe is ptest-enabled. (From yocto-docs rev: f9886957055619e9c5e9eccfe0a606e7aee275cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added core-image-weston and core-image-directfbScott Rifenbark2013-12-031-5/+9
| | | | | | | | | | | | The image core-image-gtk-directfb really should be core-image-directfb. Also, we need to add the core-image-weston image to the list of images chapter. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: a1d2e745a4500f5e9d8c34feda8dc474da2cf01f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-worded the "Customizing Images Using Custom .bb Files"Scott Rifenbark2013-12-031-3/+4
| | | | | | | | | | | Changed the wording so that it reflects better what is actually going on when use IMAGE_INSTALL to afect an image. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 36178822a53f9eb7065513c8b2b1b01fc166b771) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New glossary entriesScott Rifenbark2013-12-031-0/+36
| | | | | | | | | | I added glossary definitions for BUGTRACKER and CLASSOVERRIDE. (From yocto-docs rev: 11517aa35b0ce694749f3ec55f452976f26f8166) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added other argument values to set variableScott Rifenbark2013-12-031-4/+5
| | | | | | | | | | | | | | The BB_DANGLINGAPPENDS_WARNONLY variable seems to be able to be set using "1", "yes", and "true". And, it is set using these various methods throughout the poky metadata. I guess it has caused a bit of confusion so I have added the fact to the description. Reporte-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 8f96a657079f7dd3e601c4d99de4b8c9c09c26d9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed a typo.Robert P. J. Day2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: 496d4b9bc1e5cf7f59fbd97ed14257a64c0b560e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* profile-manual: Edits from Robert P. J. DayRobert P. J. Day2013-12-031-26/+28
| | | | | | | | | | If someone wants to check this over, make sure I didn't make any silly changes. (From yocto-docs rev: d1dd154740ffb9c858a66cab80486a4d684131da) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* profile-manual: Review edits from Robert P. J. DayRobert P. J. Day2013-12-031-12/+12
| | | | | | | | | | | Given the length of the tools sections in the profiling manual, I'm doing each tool separately so that patches come in manageable chunks. (From yocto-docs rev: 9e06ea7c09ca397f7ade7404f9d3fd2dc17da095) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* profile-manual: Small typo fixed.Robert P. J. Day2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: af33c6c26a56aff1e0e220583c5d66d3f89cefd5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: More minor tweaks to development manual.Robert P. J. Day2013-12-031-3/+3
| | | | | | | (From yocto-docs rev: dc0dd5896e874aa0566bc11c7909c496af130561) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Complete first draft of the new wic section.Scott Rifenbark2013-12-031-152/+185
| | | | | | | (From yocto-docs rev: 4bd0f5db0e0d8a2c3d28f415afaf92fed93102f0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: More work on the new wic section.Scott Rifenbark2013-12-031-395/+374
| | | | | | | | | | I am working through the raw text. Not clear through yet but needed to commit this. (From yocto-docs rev: 4da28c311443ad31a0a36b07b39aa7ce4180b49c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Rough draft of wic section.Scott Rifenbark2013-12-031-0/+719
| | | | | | | (From yocto-docs rev: a628ab0034c66f0c62ffd7e9b6010c5afbecee82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed broken structure.Scott Rifenbark2013-12-031-50/+86
| | | | | | | | | | | | | | I discovered that the dev-manual was not making correctly. Probably resulted in trying to merge in some of Robert P. J. Day's comments. I have made the tag changes to fix this. Also, I added back in the two methods for setting up meta-intel as I am not making the tarball-exclusion changes to the dora branch. (From yocto-docs rev: a10a9c3960045a777da6245a2502504f15fad579) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Reworded sentence for meta-intel setupScott Rifenbark2013-12-031-24/+15
| | | | | | | | | | | | | | | | | Changed wording to remove implications of meta-intel clone importance regarding working with BSPs. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: c5f282e2b5f9931103fc4a1adafbf9c5becb0084) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/dev-manual/dev-manual-start.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev manual: Minor tweaks to first part of ch 5, dev-manual.Robert P. J. Day2013-12-031-11/+15
| | | | | | | | | | given the length of chapter 5 in the dev manual, i'm going to do this in bite-size pieces. (From yocto-docs rev: 3db48a0be170a02e5042fe65253c65b5245c6b89) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some minor tweaks to ch 4, development manual:Robert P. J. Day2013-12-031-8/+10
| | | | | | | | | | | | | | | | | | | | * is it technically correct to say there are now 5 BSPs? as in, does genericx86-64 count as a new BSP distinct from genericx86? [aside: are there any plans for a MIPS64 BSP?] - rpjday MIPS64 is under development. - scottrif * if scott is up for it, a couple more variables for the variable glossary might be BASE_WORKDIR and TARGET_VENDOR, which i would have added to that variable list but they don't appear in the glossary - rpjday Noted. - scottrif (From yocto-docs rev: 45876209fd94a6800176381518f008890da646ee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Small number of tweaks to ch 3, development manual.Robert P. J. Day2013-12-031-16/+18
| | | | | | | | | | | | | (From yocto-docs rev: f496e2fb8050830a2daf9f712a9b9b40b4025f1f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/dev-manual/dev-manual-newbie.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: A few tweaks to Ch2 of dev-manualRobert P. J. Day2013-12-031-11/+22
| | | | | | | | | | | | | | | | | | | | scott (or anyone else) is welcome to use any or all of this, or tweak to taste. i have a few other concerns with ch 2 but i'll read it more carefully to make sure i'm reading it correctly. - rpjday I implemented all but the addition of MIPS64 as it is not tested using the autobuilder yet. - scottrif (From yocto-docs rev: 9ae733456e1d39de66ad6235172f26cab4a33269) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/dev-manual/dev-manual-start.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated Build Directory termScott Rifenbark2013-12-031-15/+28
| | | | | | | | | | | The examples went stale. Two out of three did not work. I have provided new examples that work. Reporte-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae50d3ee3c244b2c864d80adf69a7a69fb6e3985) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed FAQ entry about running on RHEL/CentOS 5.1.Scott Rifenbark2013-12-031-2/+2
| | | | | | | | | | | We don't even support these Linux distributions. We should not have a FAQ entry telling people how to deal with it. If the distro is that "hot", we should take steps to support it. (From yocto-docs rev: dd4a8f81a1a0517a9859ab775f22a4cf702ed341) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>