summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: Added BUILDHISTORY_PUSH_REPO to glossary.Scott Rifenbark2014-03-251-0/+31
| | | | | | | (From yocto-docs rev: fbcb1a1a47c1339b9a5843c1da6925ee7575237d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_COMMIT_AUTHOR to glossary.Scott Rifenbark2014-03-251-0/+30
| | | | | | | (From yocto-docs rev: 2cb9f1fca507910963cf701d5a0cf8b0ce333135) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_COMMIT to glossary.Scott Rifenbark2014-03-251-0/+28
| | | | | | | (From yocto-docs rev: 8b1defdff2aaebac90b8338d6694764cff185083) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_IMAGE_FILES to glossary.Scott Rifenbark2014-03-251-74/+29
| | | | | | | (From yocto-docs rev: 464939341e9435106719387b5043dc1c7f4fb96a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to "Maintaining Build Output Quality"Scott Rifenbark2014-03-251-7/+27
| | | | | | | | | | | I modified a few areas to help integrate some newly documented BUILDHISTORY_* variables. Mostly some rewriting to feature some variables that help the user select build history features. (From yocto-docs rev: 8cb6a09ba7f0bd645a12e6f7a93247a9f0e77980) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_SDK variable.Scott Rifenbark2014-03-251-0/+24
| | | | | | | (From yocto-docs rev: 41ee162c260c1c9b6b691f9052af53ff469b73df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edit to BUILDHISTORY_DIR_IMAGE variable.Scott Rifenbark2014-03-251-1/+1
| | | | | | | (From yocto-docs rev: be63b09246ab841bec549934d77d29d5bb7bc76f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_DIR_PACKAGE to the glossary.Scott Rifenbark2014-03-251-0/+24
| | | | | | | (From yocto-docs rev: 0e70c4cd0a7c238aefa2a9ec37e89163d541d4a7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_DIR_IMAGE to glossary.Scott Rifenbark2014-03-251-0/+24
| | | | | | | (From yocto-docs rev: 2665537abc2db910596e8979fca367d1c8ab2931) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_DIR to glossary.Scott Rifenbark2014-03-251-0/+21
| | | | | | | (From yocto-docs rev: 67c5903602a5519049c9a449775658aa287caa93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added BUILDHISTORY_FEATURES to glossary.Scott Rifenbark2014-03-251-0/+41
| | | | | | | | | | | Fixes [YOCTO #5855] Added this new variable to the glossary. (From yocto-docs rev: 72e31962ecb3289c3f986ecb54a5590b5101067d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Fixed "Relased date" for the 1.5.1 entryScott Rifenbark2014-03-256-6/+6
| | | | | | | | | | | | | Fixes [YOCTO #5857] I had missed replacing the release date in the manual revision history tables for the 1.5.1 release. It was still an estimate. I have replaced with the actual date of "January 2014" (From yocto-docs rev: fb9abe0df33a9b551d797ac1b72577931f5f8ce6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added note about Project names in Eclipse.Scott Rifenbark2014-03-251-0/+5
| | | | | | | | | | | | | Fixes [YOCTO #5814] I placed a brief note in the section where it talks about adding a project to an Eclipse project that states you can't use special characters in the project name. (From yocto-docs rev: a03b5849394a6ca3a787b444d95fa49b9db36dd5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed error in example for export XDG_RUNTIME_DIRChengwei Yang2014-03-251-1/+1
| | | | | | | | | | export XDG_RUNTIME_DIR=/tmp/$USER-weston used instead of export XDG_RUNTIME_DIR=/tmp/$USER=weston (From yocto-docs rev: 39cd1d39f550f19b391c037639b9ed6493b08cde) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added directfb to DISTRO_FEATURES list chapter.Scott Rifenbark2014-03-251-0/+3
| | | | | | | | Reported-by: Ross Burton <ross.burton@intel.com> (From yocto-docs rev: 488302a491db45709ef89ac03bf5abac4b5abe3a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to PARALLEL_MAKE in the glossary.Scott Rifenbark2014-03-251-5/+5
| | | | | | | | | | Fixed a typo and also added a bit of information to be sure the user understands this affects the local host. (From yocto-docs rev: 4111ac06276f2d1b134176683c0f4d446ba35ef9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added ICECC_PARALLEL_MAKE to glossary.Scott Rifenbark2014-03-251-0/+40
| | | | | | | | | | | Fixes [YOCTO #5801] First draft of this description. (From yocto-docs rev: 412d0cc7dbb74ece45940c40fbb617217ab88d2d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed code block example for ARCHIVER.Scott Rifenbark2014-02-171-2/+1
| | | | | | | | | | | There was an incorrect wrapping of code in the source example. Reported-by: Ross Burton <ross.burton@intel.com> (From yocto-docs rev: 478c3bba9e4b1b72dd11b58ebf9eb7ed54e80081) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to OEROOT variable.Scott Rifenbark2014-02-111-1/+1
| | | | | | | | | Better wording. "holds" could be confusing for some. (From yocto-docs rev: d94a1be421f39637b1d760dad401fdfb54e20b07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added link to SDKPATH variable.Scott Rifenbark2014-02-111-0/+4
| | | | | | | | | | | | Fixes [YOCTO #5755] Put a link in the SDK section of the "Closer Look" chapter. The link goes back to the SDKPATH variable. (From yocto-docs rev: 7420da33bfa89625b5bbf592416c7f07780f8285) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to ROOT_HOMEScott Rifenbark2014-02-111-4/+17
| | | | | | | | | | | Fixes [YOCTO #5762] Applied some more detail based on Laszlo's review comments. (From yocto-docs rev: eb8d11504d6c22dfd9620422df3fc31cfcebb00c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added ROOT_HOME to glossary.Scott Rifenbark2014-02-111-0/+20
| | | | | | | | | | | | Fixes [YOCTO #5762] Initial draft of this variable in the glossary. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: fb603925de6760f620f9f2832ad6cb4aad3acaae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added SDKPATH to glossary.Scott Rifenbark2014-02-111-0/+14
| | | | | | | | | | | | Fixes [YOCTO #5755] I added this variable to the glossary chapter. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 0ad0e2ca351ebc52c92404d71502455cf7c042c9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to BB_NUMBER_THREADS and PARALLEL_MAKE.Scott Rifenbark2014-02-111-3/+17
| | | | | | | | | | Noted that if these variables are not set, they both default to the number of cores the build system has. (From yocto-docs rev: 8654aeb91f734628bffda9d5de0cdc9ea27d3f67) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Adds x11 to Distro Feature list.Jonas Eriksson2014-02-111-0/+2
| | | | | | | | | | | | | Before this change, x11 was only documented as an IMAGE_FEATURE. However, it is heavily relied upon as a DISTRO_FEATURE by pacages that have an optional X dependency determined during build time. Examples include libsdl, dbus, alsa, and pulseaudio. (From yocto-docs rev: dd243b453b6d69bc439dda816fa5c9c83c5c3cd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* doc: Update profile-manual to use new core2_32 tune nameDarren Hart2014-01-281-4/+4
| | | | | | | | | | | | | | | | | | Replace core2 with core2_32 where appropriate for the new x86 tune naming. (From yocto-docs rev: 665dd19cd041f1f33e2107b57933f9a6eab2ee90) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Scott Rifenbark <scott.m.rifenbark@intel.com>> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Paul Eggleton <paul.eggleton@intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com> Cc: Mark Hatle <mark.hatle@windriver.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Fixed broken OE_LISTS_URL.Scott Rifenbark2014-01-211-1/+1
| | | | | | | | | | | This variable was wrong and it was causing six mailing links in the manual set to no resolve. Who knows how long they have been broken. They work now. (From yocto-docs rev: 8af811fff06fca799bcead538a5dfece9ddbc5ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the section that describes finding source code.Scott Rifenbark2014-01-211-43/+31
| | | | | | | | | | I changed the description to match that which is used in the WORKDIR variable. (From yocto-docs rev: 7d9071c2bb99e7c3f3eeae9ddf0abc34563c6725) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the TCMODE variable.Scott Rifenbark2014-01-211-0/+12
| | | | | | | | | | | | | Fixes [YOCTO #4942] Added a note to the variable description stating that if the user does not set TCMODE to "default", it is up to them to verify that components are compatible with the toolchain. (From yocto-docs rev: e67d7635c1d749e65aaef0d4cc6576a3ee312ddd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the nativesdk class to have correct class.Scott Rifenbark2014-01-211-1/+1
| | | | | | | (From yocto-docs rev: 8e0a3c236f746caa6263038380144957039feabe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated native and nativesdk classes.Scott Rifenbark2014-01-211-0/+6
| | | | | | | | | Added a bit about needing to place the inherit statement last. (From yocto-docs rev: 204e15035a9a116002b7f645e4edb378979c89f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Small wording change to WORKDIR variable description.Scott Rifenbark2014-01-211-2/+2
| | | | | | | (From yocto-docs rev: 83fe607b25d3fa0867ba4d06838ad800b74bc349) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the WORKDIR variable description.Scott Rifenbark2014-01-211-42/+36
| | | | | | | | | | | Removed the machine-dependent and machine-independent descriptions. Created matching description from the "Writing a New Recipe" section. (From yocto-docs rev: 89a00beb81be60668abfdd67b13f5ee5bdc7ea1c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Another small fix to the EXTENDPE definition.Scott Rifenbark2014-01-211-2/+2
| | | | | | | | | | Better wording as it is described in the "Writing a New Recipe" section. (From yocto-docs rev: 88b039ccd0aa825220de091ea7225ada3d212553) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Small fix to EXTENDPE definition in "Writing a New Recipe"Scott Rifenbark2014-01-211-3/+4
| | | | | | | (From yocto-docs rev: 1d020cd87e5b843622422db79f09b564da526376) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Review edits to "Writing a New Recipe" section.Scott Rifenbark2014-01-211-8/+15
| | | | | | | | | | Final review comments from Paul Eggleton implemented here. This should be it for the new section. (From yocto-docs rev: 5307b471c73f46103e0a031172df3174c1880806) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added review comments to "Writing a New Recipe" section.Scott Rifenbark2014-01-211-8/+19
| | | | | | | | | These changes are Paul Eggleton's fourth review change. (From yocto-docs rev: 8470c1b516f7799148b4e2eae28534730e93b58b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Updated lists.linuxtogo.org with lists.openembedded.orgScott Rifenbark2014-01-211-1/+1
| | | | | | | (From yocto-docs rev: cb3521dbe3a2bc7b7369f09e92838f528be061b7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual, dev-manual: Updated the recipe flow figure.Scott Rifenbark2014-01-212-0/+0
| | | | | | | (From yocto-docs rev: 746eacaf4256c2b28182ca69f4d393025f854a68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Minor re-wording to introduce recipe flow diagram.Scott Rifenbark2014-01-211-1/+1
| | | | | | | (From yocto-docs rev: e8f169a3547cff5da0e4811f706f2cef5eb3be4d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Writing a New Recipe" section.Scott Rifenbark2014-01-211-37/+38
| | | | | | | | | | Completed applying the revision comments from Paul Eggleton for the third revision of this new section. (From yocto-docs rev: d641aa6318cb87e9d41dda39cc4747c44888aa4d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed cross-reference anchor name.Scott Rifenbark2014-01-211-1/+1
| | | | | | | (From yocto-docs rev: 06f429d986c02a1b4d7b324e34c2434da0e9e9af) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed cross-reference anchor name.Scott Rifenbark2014-01-211-1/+1
| | | | | | | (From yocto-docs rev: 15c124c85e95e070c959ab110511ddd70acbb71f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Writing a New Recipe" section.Scott Rifenbark2014-01-211-117/+89
| | | | | | | | | Implemented some third review feedback from Paul Eggleton. (From yocto-docs rev: 3fd9c3cc4cf2aba876f0ad2ab36660ec32ea4c08) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added note about curly brace parsing to BitBake chapter.Scott Rifenbark2014-01-211-0/+40
| | | | | | | (From yocto-docs rev: 91f199552f0012f1790dbac4d038eac101f2a274) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to TCLIBC variable.Scott Rifenbark2014-01-211-3/+3
| | | | | | | | | Some minor changes. (From yocto-docs rev: e545ee26e7e6c827c5ee6d7061f01eda58c9c82b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Examples" and "Post-Installation" sections.Scott Rifenbark2014-01-211-85/+87
| | | | | | | | | | | | | Applied review comments to these sections, which are part of the "Writing a New Recipe" section. Moved the Post-installation section out of the examples area into its own, higher-level section as it was not really an example. Other edits were direct result of Paul Eggleton's review. (From yocto-docs rev: c147a8bedf79d0be42d7b338e10b7e42d7c0b080) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Testing" section.Scott Rifenbark2014-01-211-2/+0
| | | | | | | | | | | Applied review comments from Paul Eggleton to this section, which is a part of the "Writing a New Recipe" section. Very minor fix to remove a sentence that was somewhat isolated and unecessary. (From yocto-docs rev: fd2a0eac1bc4b9e6af0bc8ce9a30802dbea35873) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Packaging" section.Scott Rifenbark2014-01-211-2/+3
| | | | | | | | | | | | | Applied some self-edits to this section that is part of the "Writing a New Recipe" section. There was no feedback from the second review but I noticed a few issues. Also, I added that reference on how to add a post-installation script from the "Enabling System Services" section as noted by Paul Eggleton. (From yocto-docs rev: 6be835637cb1dc232d6d6dd1dfe1bc803efecfd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Enabling System Services" section.Scott Rifenbark2014-01-211-20/+24
| | | | | | | | | | | | Applied review comments from Paul Eggleton to the section that is part of the "Writing a New Recipe" section. I changed the title of the section and applied some rewordings to better reprepresent exactly what sysvinit and systemd really are (managers). (From yocto-docs rev: 95c3ed5b7d1ace08828baacc8401e1ea5d96a06e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>