summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* dev-manual: Edits to "Installing" section.Scott Rifenbark2014-01-211-8/+17
| | | | | | | | | | Applied review comments from Paul Eggleton to this section that is part of the new "Writing a New Recipe" section. Minor edits. (From yocto-docs rev: a5116900ca42377c3dc19433b2f6046828ad2dcc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Compilation" section.Scott Rifenbark2014-01-211-4/+22
| | | | | | | | | | | | Added review comments to the section inside the new "Writing a New Recipe" section. Minor word fixes. I did add a new common compilation failure scenario. All input from Paul Eggleton. (From yocto-docs rev: 5818a8882ff55fc27c5dc77233854465b8c2245b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Configuring the Recipe" section.Scott Rifenbark2014-01-211-14/+18
| | | | | | | | | | | Applied review edits from Paul Eggleton for this section that is part of the "Writing a New Recipe" section. Minor wording issues only. (From yocto-docs rev: 8e291826fcb9547c3fc16aa81ccf6867fe2e417d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Licensing" section.Scott Rifenbark2014-01-211-6/+5
| | | | | | | | | | Applied review comments to this section per Paul Eggleton. Minor word changes. (From yocto-docs rev: 5130559003778e3b613d3d480350d041dfd10fcd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the SPDXLICENSEMAP variable.Scott Rifenbark2014-01-211-1/+2
| | | | | | | | | Fixed wording to reference default mappings. (From yocto-docs rev: 4ceddbe8454f473907e5ae469102f3a43d20122c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Unpacking Code" section.Scott Rifenbark2014-01-211-7/+10
| | | | | | | | | Applied review comments to this section. (From yocto-docs rev: f4075f61ca081df6c87abd876207da968450a8f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Fetching Code" section.Scott Rifenbark2014-01-211-91/+101
| | | | | | | | | | | | | | | Applied review comments to this section. Specifically, I addressed the organization and got rid of the bullet list. I integrated this information into the examples used for the various SRC_URI snippits. Also, part of the feedback including separating out the patching information into an isolated section. I set up the section and moved minimal information into it. (From yocto-docs rev: 0a16977c2125402cdd04e24ad5bce074859eb28a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Running a Build on the Recipe"Scott Rifenbark2014-01-211-25/+24
| | | | | | | | | | Corrective edits to this section based on Paul's feedback. Several items addressed. (From yocto-docs rev: a09ebe38e0ad22ad4ab12eab3d5a73166e4c56f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Storing and Naming the Recipe"Scott Rifenbark2014-01-211-41/+39
| | | | | | | | | | | Re-ordered this such that the storage of the recipe comes first and that is followed by naming it. Also, formatted into a list to give a better sense of the suggested order. (From yocto-docs rev: aead82f034a097cbdfe38b3b1f09a60cc411d6ea) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Locate a Base Recipe" section.Scott Rifenbark2014-01-211-6/+7
| | | | | | | | | | Updated the introductory paragraph to be more general about where a user might locate an existing recipe as a base. (From yocto-docs rev: d6147d19785824cde29e82aa32916dcec5ae2276) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Locate a Base Recipe" section.Scott Rifenbark2014-01-211-7/+12
| | | | | | | | | | | | I removed the note structure for the information about BitBake parcing curly braces. The note was to prominent. I added a leading sentence to better integrate the information into the section. (From yocto-docs rev: 21dd7ceced2c9867e4fefc2aab81a4ab3da3bc7d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual: Deleted mis-leading sentence from configure section.Scott Rifenbark2014-01-081-4/+1
| | | | | | | | | | | | | A customer reported a wrong and mis-leading sentence in the "Configuring and Running the ADT Installer Script" section. Jessica Zhang pointed this out. I have removed the sentence altogether. Reported-by: Jessica Zhang <jessica.Zhang@intel.com> (From yocto-docs rev: 682906d0ed869faac149a742b028ba4f2c8c8e97) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent, ref-manual: Updated list of Fedora packagesScott Rifenbark2014-01-082-2/+2
| | | | | | | | | | | I added perl-Thread-Queue to the essential and graphical package sets for the Fedora distribution. Reported-by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 26b1ce3cd1fb20b67107d0d1bc0a66cc3a06706e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the "Post-Installation Scripts" section.Scott Rifenbark2014-01-081-11/+13
| | | | | | | | | | | | | There was some confusion to this section as to just when post-install scripts were being executed. I looked it over and the section really is focusing more on the situations when you are creating a read-only root filesystem. So I went through and did a small amount of editing to just clean up some loose text. (From yocto-docs rev: 1b3674a5d123e74748bce5de61722079d4740908) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to KERNEL_SRC and KERNEL_PATH variables.Scott Rifenbark2014-01-081-6/+16
| | | | | | | | | | | | These variable descriptions were identical in the ref-manual. I found out some reasoning behind that and added a bit of explanation to the entries. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 5c786b5b62fefb959ed7c13bb83e718a9eb22189) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the LIC_FILES_CHKSUM example.Scott Rifenbark2014-01-081-1/+1
| | | | | | | | | | | | The LIC_FILES_CHKSUM was out of date due to a merge in poky. I updated the single instance in the manual set to use the new hash. Reported-by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 4cfdf391326f2c5750404a8d7f31999f75bc26fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new INITRAMFS_IMAGE variable description.Scott Rifenbark2014-01-081-1/+44
| | | | | | | | | | | | Fixes [YOCTO #4072] Added a new description for the INITRAMFS_IMAGE variable. Also, made a formatting fix to the INITRAMFS_IMAGE_BUNDLE variable. (From yocto-docs rev: 87c5c0b1554233c3ce1c41291d852021ec62e0dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the INITRAMFS_IMAGE_BUNDLE variable.Scott Rifenbark2014-01-081-0/+6
| | | | | | | | | | | | Fixes [YOCTO #4072] Added that the kernel class sets the variable to a null string by default. (From yocto-docs rev: d00ea912ad9ad1558546496e72fca229b9b8081b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added INITRAMFS_IMAGE_BUNDLE variable description.Scott Rifenbark2014-01-081-0/+34
| | | | | | | | | | | | Fixes [YOCTO #4072] First draft of a new variable description for INITRAMFS_IMAGE_BUNDLE. (From yocto-docs rev: 4f1ac2840750fa35afa7584d28464fd539883399) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added more detail to BB_GENERATE_MIRROR_TARBALLS variable.Scott Rifenbark2014-01-021-1/+5
| | | | | | | | | | | | | Fixes [YOCTO #5684] Added a clause to note that the tarballs saved to the DL_DIR area include the Git metadata. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 76cbb8a149b9fda6879f9dfc6a17dab992325e94) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* profile-manual: Updated output from build env script.Scott Rifenbark2014-01-021-6/+5
| | | | | | | | | | | | Fixed [YOCTO #5676] An example of the shell output after running the build env script has changed. Updated it. (From yocto-docs rev: 62dda40a102b959b5c43d6d9fc5986f856ee0071) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual: Updated the recipe creation figure.Scott Rifenbark2014-01-022-0/+0
| | | | | | | (From yocto-docs rev: 87058ae7ff4451bddc53ecfbe5e6d5b11aee11f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed left-over notes from "Unpacking Code" section.Scott Rifenbark2014-01-021-3/+0
| | | | | | | (From yocto-docs rev: 0b082a87d4e7d4ee627e1b014269bd1946addcee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed "Compiling the Recipe" section to "Compilation"Scott Rifenbark2014-01-021-2/+2
| | | | | | | | | You really are not compiling the recipe. (From yocto-docs rev: 82ca9176375c34f3c5b6694b0f205794684a2f01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated FAQ entry cross-reference.Scott Rifenbark2014-01-021-2/+2
| | | | | | | | | | | The FAQ entry for the information on adding a package to your image changed regarding the cross-reference. I updated it to the new anchor tag. (From yocto-docs rev: 6c6b4cced41354412dc8c8d3c99d69f3a7cc8a95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed section on excluding a package from the build.Scott Rifenbark2014-01-021-0/+2
| | | | | | | | | | I commented this out based on Paul Eggleton's suggestion that we should not be presenting this information. (From yocto-docs rev: fe2ee21e42134f0ffc9347f8c0336169f8f52aa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Final merging of recipe stuff.Scott Rifenbark2014-01-021-44/+61
| | | | | | | | | | | Merged the concepts in the old "Adding a Package to your Software" section into the new "Writing a New Recipe" section. This completes the feedback from Paul, which was extensive for this new section. (From yocto-docs rev: 522673e1aa068b8d089dfefb5b234a48062da3fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Integrated Hello World section into new writing recipe sectionScott Rifenbark2014-01-021-225/+240
| | | | | | | | | | This change merged in the Hello World section as a summarizing example section to the new "Writing a New Recipe" section. (From yocto-docs rev: 79c858e1590e5ab4c56b19dc51b03e0e570b6209) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Completed first pass of review feedback.Scott Rifenbark2014-01-021-17/+106
| | | | | | | (From yocto-docs rev: 5c2679b334e2130bd82bee7491d39b6cff56b0a9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Completed the "Fetching" and "Configuration" sections.Scott Rifenbark2014-01-021-100/+280
| | | | | | | | | | This involved a first draft and implementation of Paul's review comments. Also worked on the "Configuration" section. (From yocto-docs rev: 0e168dbaf5f4949c4c5f79fe7da406ca91390e22) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: First complete draft of the "Writing a New Recipe" section.Scott Rifenbark2014-01-021-59/+306
| | | | | | | (From yocto-docs rev: fe5ca883364c1edbbcd13aacfa972ebdfc3122b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-wrote the installation part of "Writing a Recipe"Scott Rifenbark2014-01-021-11/+77
| | | | | | | (From yocto-docs rev: 7d99f9346a0747d2d1cb978ea10d1a681e70a98f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>