summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: Fixed link to the kickstart chapterScott Rifenbark2018-05-241-1/+1
| | | | | | | | | Link was not going to the top of the chapter. (From yocto-docs rev: 52da20604a54d16645b4bb4e5e9efa748a00d2f5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed TARGET_ARCH formatting.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 01d4e8be38514dfd05920305c2fdd71ad1cd4925) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to CXXFLAGS variable.Scott Rifenbark2018-05-241-6/+4
| | | | | | | (From yocto-docs rev: 67c3b32c5e6d98f530bb27b81847aeb77c1de1d5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed some redundant links.Scott Rifenbark2018-05-241-10/+6
| | | | | | | | | | | | | Removed redundant link to CFLAGS in the TARGET_CFLAGS variable description. Removed redundant link to CPPFLAGS in the TARGET_CPPFLAGS variable description. (From yocto-docs rev: aa95485d44f92b831cd111dbc5bf75526d239db4) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "class" as part of a link to a class.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: e6ee6d5b32fa8a9945b23279c3403e14dac7165b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "class" as part of a link reference to a class.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: d563458d4f10ead158c54736098e6c601ed305c3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Created better wording for link ambiguityScott Rifenbark2018-05-241-2/+2
| | | | | | | | | | | The wording to two links (one a variable and one a section in a different manual) was ambiguous. I added phrasing to remove that issue. (From yocto-docs rev: 3b70b4287ca8b2583e0ef559125f1531a2bb6a67) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant links to the WORKDIR variable.Scott Rifenbark2018-05-241-3/+3
| | | | | | | (From yocto-docs rev: 9a12678b14d9870b4ef983f5a9b47cfa3184d4a6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed the link to SDK_DIR in the example.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 414b74da4afac77f231770f2746f1c2d3947d340) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed formatting in SDK_DIR example.Scott Rifenbark2018-05-241-1/+1
| | | | | | | | | | | Removed the link to WORKDIR to begin with. Also, removed the <filename> formatting that was within the example, which is buried in a <literallayout> tag set. Doing that screws up the formatting. (From yocto-docs rev: 0d13dabaa13e5426da35b5d8147f51efa349b5bb) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated SDK_DEPLOY variable description.Scott Rifenbark2018-05-241-2/+2
| | | | | | | | | | | | Added "class" as a modifier after refering to the "populate_sdk_base" class. Removed link to the TMPDIR variable in an in-line example. (From yocto-docs rev: 7733a4464ba2893a2363f47996f48587a86eaa82) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to PACKAGES.Scott Rifenbark2018-05-241-3/+3
| | | | | | | (From yocto-docs rev: d9482b43c1166ef2fd663c903a15222c66faf979) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to the distutils class.Scott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 5a097baecff0e0cabf1749abcc3697210ab63b47) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to DEPENDSScott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: ddd59a0ae4eda76c9e9c284ce9db4428a925e610) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to OVERRIDES variable.Scott Rifenbark2018-05-241-2/+2
| | | | | | | (From yocto-docs rev: b336d7f504bb931d9b2743ee86ff104080692bec) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated PACKAGECONFIG_CONFARGS variable description.Scott Rifenbark2018-05-241-8/+2
| | | | | | | | | Several redundant links and wordings in this description. (From yocto-docs rev: bb9dd8ab6ef9cad387cdddada4f2be093551e38a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to DEPENDS variable.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 6ecf6a692d759c783355581e227ff861e9492115) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed broken link.Scott Rifenbark2018-05-241-2/+2
| | | | | | | | | | A migration item had taken the original section for the target of the link out. I had not changed it. (From yocto-docs rev: 10cfaee50455bf10450540f1b381d33f9babf985) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed capitalization in section title linkScott Rifenbark2018-05-241-2/+2
| | | | | | | (From yocto-docs rev: 945038155d9941dc94001325416221f77726015d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added kernel-dev title to linksScott Rifenbark2018-05-241-2/+4
| | | | | | | | | | Two instances where links were going into the kernel-dev manual but the manual title was not being used in the text. Added it. (From yocto-docs rev: 1922f8c79d1667db1fc9b5fe57030302469ca09c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added title to kernel-dev manual as part of a section link.Scott Rifenbark2018-05-241-1/+2
| | | | | | | (From yocto-docs rev: 5c0cb69ff1a565e037686f344269fe7238ce442e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to INITRAMFS_IMAGEScott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 62d835e0841cc19e644e79af22088880ff3eaac7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to Source DirectoryScott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 9fb10f4f0ca5bed4804d77a1c224672866ee2b87) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed link manual title for BitBake User ManualScott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: cad80681e72e7e22c3867961aeefe7f260c20f86) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed manual title as part of a cross-reference.Scott Rifenbark2018-05-241-1/+1
| | | | | | | | | | The link was to a chapter in the existing manual. I do not include the manual title when that is the case. (From yocto-docs rev: 1b7c65b4a2dde3f5d069cb5edc75728492639870) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed broken link to TARGET_VENDORScott Rifenbark2018-05-241-1/+1
| | | | | | | | | Link was going to TARGET_PREFIX. (From yocto-docs rev: 424e8ea3168ab2e910919e6f70fc0b16332ca4f7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant FILESEXTRAPATHS link.Scott Rifenbark2018-05-241-3/+1
| | | | | | | (From yocto-docs rev: 74199d4a3d5fe5a9836e363522b052614a542e26) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed title for BitBake User Manual reference.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 73249f903fcb68201937f05216bedd4fc25fb060) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Corrected link title in DISTRO_FEATURES_BACKFILLScott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 93c730199bb66fa6909bd0c0a2e75b5cca9534af) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed link to WORKDIR in the D variable description.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: edf989858c37dcdf19ec99dceb959061bc89be97) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant links in COMBINED_FEATURES var.Scott Rifenbark2018-05-241-7/+0
| | | | | | | (From yocto-docs rev: 7328ac66feebed290add2b122e12c2ea567f6bdf) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated example string for BUILDHISTORY_COMMIT_AUTHOR.Scott Rifenbark2018-05-241-1/+1
| | | | | | | | | | | I replaced the "&lt;" and "&gt;" constructs with the tags <replaceable> and </replaceable>. This is the preferred formatting for user-supplied values. (From yocto-docs rev: 1fc32486483c545671ffb2142b553da75dbe54fe) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Provided more relevant link for Python documentationScott Rifenbark2018-05-241-2/+2
| | | | | | | | | | | | | | In the BBMASK variable, a link to Python documentation was going to a specific 2.6 release. That release was probably the most recent when the BBMASK variable was initially documented. Python has many releases now (e.g. 3.6.5). I re-worded the description to be more generic and sent the user to the general Python release area. They can pick a release from that URL. (From yocto-docs rev: 154aedf79625f37997bec18dba933c514072708e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link in BB_DISKMONS_DIR variableScott Rifenbark2018-05-241-4/+3
| | | | | | | | | | | Removed the first link to the BB_DISKMON_WARNINTERVAL variable. The variable was linked later in the text. No need to link the output version of the variable... clunky looking. (From yocto-docs rev: ec6cfc85ba2f1e2fc763b6b7c918a21cec00e203) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated APPEPND variable.Scott Rifenbark2018-05-241-3/+4
| | | | | | | | | | Changed wording so I could reference the proper name of the LABELS variable. (From yocto-docs rev: 05e5f287bde8219d1f8125d71fd48a36a422009a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated link to the Build Appliances page on the website.Scott Rifenbark2018-05-241-6/+10
| | | | | | | (From yocto-docs rev: 14c66bc469085e0919e00979c1e01b1908d5f749) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link for the DISTRO_FEATURES variable.Scott Rifenbark2018-05-241-3/+3
| | | | | | | (From yocto-docs rev: 8d771f67aab1840175783a6d1eaaa2264562c863) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Replaced two old links with general kickstart linkScott Rifenbark2018-05-241-9/+4
| | | | | | | (From yocto-docs rev: 5b875dc8e337aa859115b59591a39ac04a3f9c21) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed title name in link.Scott Rifenbark2018-05-241-1/+1
| | | | | | | | | | | The actual title of the sdk-manual does not include the word "Manual". So, the reference to the book should terminate with the word "manual" in lower case. (From yocto-docs rev: 41bc85776f0b172fc243b6e5a5ca13b72e8399e5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed reference context from "section" to "chapter"Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 47c66cc3d7617cd3d3e77afe73fe38f743bf5513) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to do_unpack task.Scott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 759fffef8e9a9d2c4cc76dd2fd41811ec2db946f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Enhanced link to the host-user-contaminated test.Scott Rifenbark2018-05-242-2/+3
| | | | | | | | | | | The link was just going to the top of the section. I added an ID tag to the actual host-user-contaminated test within that insane.bbclass description. Now, the user is linked right to that test. (From yocto-docs rev: b1e5b5a1876e211a8c57bfa727fa9031cfe5e0ac) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed broken link to do_image task.Scott Rifenbark2018-05-241-1/+1
| | | | | | | | | Had the wrong ID in there. (From yocto-docs rev: 6d52354b42709867ef61543de6d3b630fd780bab) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed link to DEPLOY_DIR variable.Scott Rifenbark2018-05-241-2/+1
| | | | | | | | | | | The focus of the discussion here is on the DEPLOYDIR variable. Having the link to the variable DEPLOY_DIR adds clutter to it all. Removed that link. (From yocto-docs rev: 8561c70fcff88adc82c7c5998d2539d40b314888) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to IMAGE_FSTYPES variable.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 8b6dbb3259b4875e7443a5ceb55f5d593b2409a2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to the C/C++ Compiler Cache.Scott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 1e7898f584e0ca4f5dcfaef447b70aec36867051) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed wording on how autotools classes build by defaultScott Rifenbark2018-05-241-3/+2
| | | | | | | | | | Took out stange parenthetical construct and the links to the B and S variables. Links were redundant. The construct was weird. (From yocto-docs rev: 9cd2bf116bd89288a93944359a4809e68fa61f7b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link for "Source Direcotory" term.Scott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 82ebe64671cf298a8e9c53b2975540542f10b28f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to WORKDIR variable.Scott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 66ab70483fe1ab963b6e5e822797b144f787a139) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed redundant link to "Build Directory" termScott Rifenbark2018-05-241-2/+1
| | | | | | | (From yocto-docs rev: 37ddada28753fe89cd56b44b4f1e5896cf71cc23) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>