summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Manual Revision History Table updates.Scott Rifenbark2013-08-131-0/+5
| | | | | | | | | Added row for an August 2013 1.4.2 release date. (From yocto-docs rev: b4e12938bd10bcfedf9d151170e4276610fa2ee2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated release month in Manual History tables.Scott Rifenbark2013-06-141-1/+1
| | | | | | | (From yocto-docs rev: f056d4fd95d45c53a89c893419eab0537c7e1ffd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed order for variables in ptest section.Jesse Zhang2013-06-141-2/+2
| | | | | | | | | | The IMAGE_FEATURE and DISTRO_FEATURE are exchanged. Reported-by: Jesse Zhang <sen.zhang@windriver.com> (From yocto-docs rev: fddc1feff5670e73d28ebfca8f73eb16f2276de9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated reference to where licenses are keptTrevor Woerner2013-06-141-1/+1
| | | | | | | | | | | After a build, the license data is found in ${TMPDIR}/deploy/licenses not ${TMPDIR}/deploy/images/licenses. Reported-by: Trevor Woerner <twoerner@gmail.com> (From yocto-docs rev: 88e5b38b630168d9841aba0c1afccec6ad99115f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual, poky.ent: Fixed broken Release Note schemeScott Rifenbark2013-05-311-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The URL naming convention for the YP Release Notes has changed. It now takes the following form: http://www.yoctoproject.org/download/yoctoproject-15-poky-1000 The above is an example for YP Release 1.5 and poky release 10.0.0. I have set up three new variables in the poky.ent file to somewhat automate the links in the docs to point to the location of a given set of release notes: 1. DISTRO_COMPRESSED - set to the DISTRO string with no period (e.g 15 for 1.5). 2. POKYVERSION_COMPRESSED - set to the poky version with no periods (e.g. 1000 for 10.0.0). 3. YOCTO_RELEASE_NOTES - set to the full-blown release note URL. I made two changes to existing links for the Release Notes. One was in the dev-manual and one was in the ref-manual. (From yocto-docs rev: 437de3f8e299cb040e2a3ceb283aa2d055b605f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, kernel-manual: Added links to THISDIR variableScott Rifenbark2013-05-311-124/+124
| | | | | | | | | | | | | | | | | | There is now a glossary description for the THISDIR variable in ref-manual. I added some cross-reference links to the variable in key places of these two manuals. (From yocto-docs rev: d5e01204b864b81782be33d8119c05ef328f3fd7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/dev-manual/dev-manual-common-tasks.xml documentation/kernel-dev/kernel-dev-common.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to dylan tip for upcoming 1.4.1 release.Scott Rifenbark2013-05-221-0/+5
| | | | | | | | | | | | | | I updated the poky.ent file to include the "1.4.1" version string and the "9.0.1" string. I also updated all the manuals that have a manual revision history table so that the latest entry indicates the 1.4.1 release and has a place-holder for the date. (From yocto-docs rev: 5a7be1253a2f1520a6cd7aff8a706ed9a77ea4a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed directory name used in example.Scott Rifenbark2013-04-171-3/+4
| | | | | | | (From yocto-docs rev: 1efd52814eaeadd36bb12a53f31967eb959b32a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Set Up Your Layer for the Build" section.Scott Rifenbark2013-04-171-0/+3
| | | | | | | | | | Added a cross-reference to the section that describes how to use .bbappend files. (From yocto-docs rev: 884740c066f0f45cfc85282c6d20737a39d7af88) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Using .bbappend Files"Scott Rifenbark2013-04-171-17/+35
| | | | | | | | | I re-wrote this to more clearly describe use. (From yocto-docs rev: c3d6eecd38c6d4c8b4e0b4e134cbd53ae3fd2aee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Providing Compilation Scripts and Source Code ↵Scott Rifenbark2013-04-171-1/+2
| | | | | | | | | Modifications" section. (From yocto-docs rev: ff4f02f8af25ff753a5b47e11ed1d79024c51cd5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Providing License Text" section.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 990d2a3ff9b837dcc4ddef2627a6ad534dbe6faf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Providing the Source Code" section.Scott Rifenbark2013-04-171-2/+6
| | | | | | | (From yocto-docs rev: 28dd64043d95dacf942076c2070751d6f6fcd387) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Maintaining Open Source License Compliance During Your ↵Scott Rifenbark2013-04-171-7/+9
| | | | | | | | | Product's Lifecycle" section. (From yocto-docs rev: 3900ad2fbee0c343608d422dd1f77bc61c61f4c2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Online Mode" section.Scott Rifenbark2013-04-171-4/+6
| | | | | | | (From yocto-docs rev: 1d60e57cbb98b988253989b15f294ba9a8e60630) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Using OProfileUI" section.Scott Rifenbark2013-04-171-0/+4
| | | | | | | (From yocto-docs rev: 0286eed7d446995d07e576a7369280893f64358c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Profiling with OProfile" section.Scott Rifenbark2013-04-171-2/+3
| | | | | | | (From yocto-docs rev: 4530c0580667e54fdcc84aa4eb2d5e73ab23fca6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Create the GDB Initialization File and Point to Your ↵Scott Rifenbark2013-04-171-2/+2
| | | | | | | | | Root filesystem" section. (From yocto-docs rev: 82098948ea76c3d30c34424a72c0d8be49bcc60b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Build the Cross-GDB Package" section.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: be2b0a26d07164c44442cc80fb1022564844b7c8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed section title to be parallel.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 2202eab24dba3fae86518c516ee4e94e7697156b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Launch GDB on the Host Computer" section.Scott Rifenbark2013-04-171-2/+2
| | | | | | | (From yocto-docs rev: 12a28e6f9994a345a8b922bdb09a67e2c904f264) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Launching Gdbserver on the Target" section.Scott Rifenbark2013-04-171-6/+3
| | | | | | | (From yocto-docs rev: 80c997528a2f6a72a392943ae15f4421c1377915) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Set Up the Cross-Development Debugging Environment" ↵Scott Rifenbark2013-04-171-2/+2
| | | | | | | | | section. (From yocto-docs rev: 1dd89a38de05fff8f1d39773109ba2a8b377d24b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Debugging With the Gnu Project Debugger (GDB) ↵Scott Rifenbark2013-04-171-5/+6
| | | | | | | | | Remotely" section. (From yocto-docs rev: 7946fc90e83f7b40752619d408325e9c76071b5a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Post-Installation Scripts" section.Scott Rifenbark2013-04-171-3/+2
| | | | | | | (From yocto-docs rev: 19c951039faef92e22942f9641dabe3cbb55ac2c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Creating a Read-Only Root Filesystem" section.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 01767752d8481213a33d3ed3bbb1ac648cd5f613) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Excluding Recipes From the Build" section.Scott Rifenbark2013-04-171-9/+7
| | | | | | | (From yocto-docs rev: 926a855e4ebf88697ea2ecfe75aca4c402fdb4d4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed a couple of links to variables.Scott Rifenbark2013-04-171-6/+0
| | | | | | | (From yocto-docs rev: d7b2fc7e503498beba6dae043a7c9c66bccc5a31) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Using systemd Exclusively" section.Scott Rifenbark2013-04-171-0/+6
| | | | | | | (From yocto-docs rev: 7f661593257c73a3700844e2becb28e294c5db9e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Selecting an Initialization Manager" section.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: fe882f8ebdf4a896ab0a500cd99f0f04b343a6dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Building Software from an External Source" section.Scott Rifenbark2013-04-171-2/+2
| | | | | | | (From yocto-docs rev: 0fcc12bad0ac3020f8985000e77829fc58588031) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed a section heading capitalization issue.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 8d07c0cf21f5481b188aead1dbb34823ef722d9f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Testing Packages with ptest" section.Scott Rifenbark2013-04-171-76/+84
| | | | | | | | | | | Applied some changes from Bjorn's review. Also included are some better wordings according to one of their staff technical writers. (From yocto-docs rev: 42f2ba26528d4f356422332e8fe95ff4a24337f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Making Sure the Packaging is Done" section.Scott Rifenbark2013-04-171-7/+10
| | | | | | | (From yocto-docs rev: 3b588d0cf33613365615a4a5f1280995f7a053c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Handling a Package Name Alias" section.Scott Rifenbark2013-04-171-1/+2
| | | | | | | (From yocto-docs rev: 588a1fc235cd250bcd4620eb816c8f82bca106b2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Manually Bumping PR" section.Scott Rifenbark2013-04-171-2/+10
| | | | | | | (From yocto-docs rev: c96aac546b67c39426c877a058bce2000b1864aa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Working With a PR Service" section.Scott Rifenbark2013-04-171-2/+2
| | | | | | | (From yocto-docs rev: 0594ce7af4283b614672737f40e129d3848f0a27) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Look for Other Ways to Minimize Size" section.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: 69d154bc7947835a468aec83f6e93a6d5414c6c8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Trim the Kernel" section.Scott Rifenbark2013-04-171-5/+5
| | | | | | | (From yocto-docs rev: 521866ffe4e9ffe544acd259d2a1c6f05bd3c25a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Trim the Root Filesystem" section.Scott Rifenbark2013-04-171-3/+3
| | | | | | | (From yocto-docs rev: 709d7ece7af9c7a55e953cd3bfc9b035fae588a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Understand What Gives Your Image Size" section.Scott Rifenbark2013-04-171-3/+5
| | | | | | | (From yocto-docs rev: bf81d8b4eef09df36bd5fc9a5ad27ba409478d35) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Creating Your Own Distribution" section.Scott Rifenbark2013-04-171-6/+9
| | | | | | | (From yocto-docs rev: 7832fbf97e714649730794d0a71bcae42933209d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to systemd section.Scott Rifenbark2013-04-171-39/+37
| | | | | | | | | Changes from Paul Eggleton after a review. (From yocto-docs rev: 16daab4d3898906dc681d9dad391bd1bc9dce4fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Boot the Image and Verify Your Changes" section.Scott Rifenbark2013-04-171-2/+2
| | | | | | | | | Needed a new title. (From yocto-docs rev: 43f5ea0a86a6b87f23e59ffd7cb58ead20a26dda) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Rewrote section title.Scott Rifenbark2013-04-171-3/+3
| | | | | | | | | | Realized that the section has nothing to do with booting the modified image. Removed that from the title. (From yocto-docs rev: 7fdf311ee23a53dbbd7f70e72768fb48b4afe134) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated section name for parallel construction.Scott Rifenbark2013-04-171-2/+2
| | | | | | | | | Fixed poor grammar in section title. (From yocto-docs rev: ee901b438325b6584230fb082d44189462a80065) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Build and Booting the Modified QEMU Kernel Image" section.Scott Rifenbark2013-04-171-2/+5
| | | | | | | (From yocto-docs rev: 7049ca02ba543524c6171c7dcba67863c4d5b2e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Set Up for the Build" section.Scott Rifenbark2013-04-171-4/+7
| | | | | | | (From yocto-docs rev: b72ad1b454710665767f4df9f55bf7c37cfa8e46) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, kernel-dev: Edits for changing a section head title.Scott Rifenbark2013-04-171-2/+2
| | | | | | | | | | Re-worded the title for "Set Up Your Layer for the Build." This resulted in a lone link from the kernel-dev manual changing. (From yocto-docs rev: bf797a9ad4b40ded6bd3b4dc8cc3d8ac702f05a6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Creating the Patch" section.Scott Rifenbark2013-04-171-1/+1
| | | | | | | (From yocto-docs rev: b951f038747f7db6024eb25cbaf025f3bc167ccc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>