summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Updated release date for 2.4.4 releaseScott Rifenbark2018-10-201-1/+1
| | | | | | | | | | It was September. More likely to be November now. All manual history tables updated. (From yocto-docs rev: ee04a4f2b95ab99d16b2c0418c12f91350c5bdef) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Preparation for 2.4.4 releaseScott Rifenbark2018-08-151-0/+5
| | | | | | | | | | | | poky.ent - updated variables for 2.4.4 mega-manual.sed - updated string from "2.4.3" to "2.4.4" <manual>.xml - updated manual revision tables for 2.4.4 and September 2018 date (From yocto-docs rev: 1bba098ba20f2b1349ac840fd36f62de401f8701) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Prepped set for a 2.4.3 releaseScott Rifenbark2018-05-291-0/+5
| | | | | | | | | | | | poky.ent - variables updated mega-manual.sed - 2.4.3 replaced 2.4.2 <manual>.xml - Updated the manual revision tables for a "June 2018" date. (From yocto-docs rev: 62919ae0c15f12f0fcb75e3fc78387ab756d07a3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS variableScott Rifenbark2018-05-291-17/+0
| | | | | | | | | | | For commit 8608810da1c91116415dc568b2a1a929c923c629, the special token (*) addition did not apply to the rocko release. I have taken that out of the variable description. (From yocto-docs rev: a7ba7b6e9b4fcb457d43fc1e86aa0dbcefe1399e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS variableJoshua Watt2018-05-291-2/+19
| | | | | | | | | | Describes the new wildcard syntax (From yocto-docs rev: 8608810da1c91116415dc568b2a1a929c923c629) Signed-off-by: Joshua Watt <jpewhacker@gmail.com> Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated manual notesScott Rifenbark2018-05-291-13/+26
| | | | | | | | | | | | | I updated the notes to help the user get the version of the docs that they are interested in. Sometimes a search using the web returns really old versions of the manual and the user is clueless about using a manual that is not matching the YP release they are working with. (From yocto-docs rev: d0ef1c7edec0a28ce8a49992b71e6d3c878cdbb4) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated Manual Revision Table for 2.4.2 Release DateKristi Rifenbark2018-02-141-1/+1
| | | | | | | (From yocto-docs rev: 1e406f3a88a9a399491e2e0859b568a9ab459b4c) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed Ubuntu 14.04 from Supported Linux DistributionKristi Rifenbark2018-02-141-3/+3
| | | | | | | | | Fixes [YOCTO #12537] (From yocto-docs rev: 23428e7cce7749ddb565caa21774128e9269465e) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Prepared files for a 2.4.2 point releaseScott Rifenbark2018-02-141-0/+5
| | | | | | | | | | | | poky.ent - Updated variables to reflect 2.4.2 mega-manual.sed - changes "2.4.1" string to "2.4.2" <manual>.xml - Updated release manual table to use "TBD 2018" release date. (From yocto-docs rev: cee187153d4136a90556fefbdaaf41bdc9d65006) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs, poky.ent: Fixed CentOS packageKristi Rifenbark2018-02-141-12/+0
| | | | | | | | | | | | | | Fixes [YOCTO #12467] Changed the CentOS variable to use python34-pip instead of python3-pip. Removed notes indicating CentOS 6.x exceptions because this version does not support CentOS 6.x. (From yocto-docs rev: 66b24fff05588580f75ae951b373a53ebcd08d13) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated Note to use bullet form and fixed link to sdk-manualScott Rifenbark2018-02-141-19/+20
| | | | | | | (From yocto-docs rev: 3bcc0c82af3d5bda5d98d83a60ba3d24eed40216) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs: Fixed targets for sdk-manual linksScott Rifenbark2018-02-143-4/+4
| | | | | | | | | | | | I had tried using a #-type target for some links designed to go to the top of the sdk-manual. It was not working out so I removed the targets. The links now render benign for the mega-manual as they should and render hot for the individual manual as they should. (From yocto-docs rev: c9a8887983976670a96f99a3d4271f5498927550) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Prepped manual set for a 2.4.1 point releaseScott Rifenbark2017-12-181-0/+5
| | | | | | | | | | | * poky.ent updated the variables * Added a January 2018 date to the manual revision tables * Updated the mega-manual.sed file with 2.4.1 string. (From yocto-docs rev: 73993e367c8ba761d61ed69d9f4d5fad69d70e85) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed redundant link for "build system"Scott Rifenbark2017-12-091-2/+2
| | | | | | | (From yocto-docs rev: a22e050ac57e15c43ae2ada33b5423780a199c92) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new terms to Yocto Project Terms section.Scott Rifenbark2017-12-091-0/+22
| | | | | | | | | Added "BSP", "Reference Kit", and "Build System" (From yocto-docs rev: f4401f5ab232c1b7c05ab1f07f73aeba05cc124c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: 2.4 Migration RevisionsKristi Rifenbark2017-12-091-5/+2
| | | | | | | (From yocto-docs rev: 0802de0ca64b7d3581fb2e3ff26d2f72802ade61) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: 2.4 Migration RevisionsKristi Rifenbark2017-12-091-47/+43
| | | | | | | (From yocto-docs rev: 1778a743ba3a8b82e96d1e9948e86048d77a8e77) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to "Image Generation" section.Scott Rifenbark2017-10-301-9/+10
| | | | | | | | | | Fixed wording on how the OpenEmbedded build system dynamically generates do_image_* tasks as needed during image generation. (From yocto-docs rev: 9df98d77a446cd5d27c4e87418117a904b1f4231) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: First draft of the 2.4 Migration sectionKristi Rifenbark2017-10-301-2/+525
| | | | | | | (From yocto-docs rev: e0302faa6e7c4ef17c57489e6e6f11b73d8e9b94) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated title page notes and author groupScott Rifenbark2017-10-301-18/+20
| | | | | | | | | | | | | Made the title page notes consistent across the manual set. Made the author group information consistent as well. It is better that authorship is seen as a third party and not tied to Intel Corporation. (From yocto-docs rev: 32cec087e384e1d92e3e84bbae5c6560a0af3136) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated Index of Releases figureScott Rifenbark2017-10-301-0/+0
| | | | | | | (From yocto-docs rev: a7238f165cd6cde6c33d9981577039f8511f5fe3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated example source repo figureScott Rifenbark2017-10-301-0/+0
| | | | | | | (From yocto-docs rev: 60167c15c08ddaa211c4a1151e6b1a0b00763cc0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated "Build Image" section for do_image<type>[depends]Scott Rifenbark2017-10-301-0/+16
| | | | | | | | | | | Added information about how the build system dynamically creates do_image_* tasks (e.g. do_image_ext4[depends]) when creating the image. This is functionality that replaced IMAGE_DEPENDS_type. (From yocto-docs rev: c977df506585aad1ade99c390bacc04b54eb0e48) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated links to the sdk-manualScott Rifenbark2017-10-3011-29/+42
| | | | | | | | | | The title of the sdk-manual changed. Many links were updated to render to the correct book title. (From yocto-docs rev: 821e29c6c031ae2516fb0e79d0ec3936a5bd624c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added links for do_image and do_image_complete tasksScott Rifenbark2017-10-301-2/+5
| | | | | | | | | | In the "Image Generation" section, I was referencing these tasks and did not have any cross-link to the actual tasks. I added them. (From yocto-docs rev: da480933c59ddc3fe9fe4a881d4d0e21038a999b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Replaced "vmdk" with "wic.vmdk"Scott Rifenbark2017-10-301-1/+1
| | | | | | | (From yocto-docs rev: c5c77c91269c16dc72cd7b63ce1e7fde1cf1d492) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated EFI_PROVIDER variable descriptionScott Rifenbark2017-10-301-2/+2
| | | | | | | | | | The "vmdk" image has essentially changed to "wic.vmdk". I updated the description by replacing "vmdk" with "wic.vmdk". (From yocto-docs rev: 24d0d9509361afe0d61449c7dd056f73318fc01a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Cleaned up multiple notes for the IMAGE_FSTYPES variableScott Rifenbark2017-10-301-14/+19
| | | | | | | | | Combined two note boxes into a single note box with bulleted list. (From yocto-docs rev: 5684b6cf373ddc5b18e9e4ae4ae12cede30b8235) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Clarified build history as creating a single commit per build.Scott Rifenbark2017-10-301-3/+3
| | | | | | | (From yocto-docs rev: eb5edb5833ece9342cfeb645fbff1154bb2113c7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed "unsafe-references-in-scripts" test from insane classScott Rifenbark2017-10-301-21/+0
| | | | | | | | | This test was removed. (From yocto-docs rev: 9defac2c0e0d808bc677bd6d115a72e4db6a554c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-8/+9
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. Fixed the links for that. Also took care of some external links that should have been internal. (From yocto-docs rev: c1e108e2d13d83bcd6b28c8983336a93642c60a2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-9/+10
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. Fixed the links to that manual. Also, fixed external links that should have been internal to the ref-manual. (From yocto-docs rev: 76bc9f55e0947689213139927410418a188c893c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-5/+5
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. I fixed those links and titles. Also fixed some external links that should have been internal. (From yocto-docs rev: a63abcacb2d21cf3f29eb881ce872b265162d2ad) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual LinksScott Rifenbark2017-10-301-66/+71
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. I fixed links to this manual. Also converted several external links to internal. (From yocto-docs rev: 3ec8452d4f847654096f68c90bf2f7003f5e585c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-5/+5
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. Fixed links for that. Also, fixed some external links that should have been internal to ref-manual. (From yocto-docs rev: 2369e8d1c1c4f376de0faf6ab02afdea79082d87) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-18/+21
| | | | | | | | | | | The title of the dev-manual changed to the Yocto Project Development Tasks Manual. I added that to the links. Also fixed several external links that really should have been internal. (From yocto-docs rev: ff2d0010530d6969b2ffd64e6d23c79a18d7f368) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-4/+4
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual and I fixed those links. Converted links that should have been internal to the ref-manual but were external to the dev-manual. (From yocto-docs rev: 6de68b04ce1b921466a462dfa3f3485232aaf40d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external link to internal and fixed dev-manual linkScott Rifenbark2017-10-301-2/+2
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. Updated a link. Also, fixed a link to a term that should have been internal to the ref-manual and not external to the dev-manual. (From yocto-docs rev: 82a44632fd614db1ac00d2e2b4ec85ade77b9aff) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted external links to internal and fixed dev-manual linksScott Rifenbark2017-10-301-7/+7
| | | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. Updated the links. Fixed a few links that should have been internal. (From yocto-docs rev: 2125fa0b2a86b8bea0d0e76c4ca349d00bd86e71) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted 4 external links to internal links.Scott Rifenbark2017-10-301-4/+4
| | | | | | | (From yocto-docs rev: d1674f4c4d8a8fb90c407bb6779c7572c8210b3c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated links to dev-manual.Scott Rifenbark2017-10-301-12/+12
| | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. Updated all the links. (From yocto-docs rev: 0ef55f6d379f9c7b37642d51683d807a5eb92253) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted two external links to internal links.Scott Rifenbark2017-10-301-2/+2
| | | | | | | (From yocto-docs rev: 51c3910d0e120b746066d06e0a0fc1b742cc3c9a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed dev-manual links.Scott Rifenbark2017-10-301-22/+24
| | | | | | | | | | The dev-manual title changed to the Yocto Project Development Tasks Manual. I updated the links. (From yocto-docs rev: db42c7f2c1b8fb9037bf32ca957d4bd7444510ea) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Converted two external links to internal links.Scott Rifenbark2017-10-301-2/+2
| | | | | | | (From yocto-docs rev: db050c85848f2e465b694f5caeefde478d984c1e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed internal links and links to dev-manualScott Rifenbark2017-10-301-17/+22
| | | | | | | | | | | | Dev-manual title has changed to the Yocto Project Development Tasks Manual. I fixed these links. Also, had to fix a couple links that were in an external <ulink> style whereas they should have been in an internal style (<link>). (From yocto-docs rev: da5317f802975eaf6b2c5d4026892e5f2051760a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed two internal links.Scott Rifenbark2017-10-301-2/+2
| | | | | | | | | | Links were using the <ulink> style tag when they should have been using the <link> style. (From yocto-docs rev: 6c4a39537211ccb322f4ac1c8009ebabcd7b209d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed local links and links to dev-manualScott Rifenbark2017-10-302-13/+14
| | | | | | | | | | | | The dev-manual title has changed to the Yocto Project Development Tasks Manual. I fixed links for this. Also, converted <ulink> links that were going to internel areas of the ref-manual to <link> format. (From yocto-docs rev: bfe4b762ac1c1eb666636a7c2430b3e21787c531) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Changed dev-manual title and fixed linksScott Rifenbark2017-10-301-6/+7
| | | | | | | | | | | Fixed a couple links that were still going to the dev-manual when they should have been going to the ref-manual. Updated the title to the dev-manual for those links. (From yocto-docs rev: 0cd84696a569af17a12bb939f203051e78d6fd48) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed "Oe-Core" links and links to dev-manual.Scott Rifenbark2017-10-301-9/+9
| | | | | | | | | | The dev-manual name has changed to the "Yocto Project Development Tasks Manual." I had to update some references to the manual. (From yocto-docs rev: 64b5f18b953c89811a08f76a302e29e25ad2fb70) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed "Oe-Core" reference links.Scott Rifenbark2017-10-302-4/+6
| | | | | | | (From yocto-docs rev: 1afbf0da0a71d38b48e3db1fa6a5960f5f80018d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>