summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: Updated the bootimg class description.Scott Rifenbark2014-04-081-2/+2
| | | | | | | | | Found some poor writing in this description. (From yocto-docs rev: f54810d68a5efb25c102cd99a7e2b9cfcf7ad7de) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new migration section on BB console output.Scott Rifenbark2014-04-081-0/+15
| | | | | | | (From yocto-docs rev: cb4802ac533fe5344bd67494355b43b9b1f6f51d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Typo fix to CFLAGS 1.6 migration section.Scott Rifenbark2014-04-081-1/+1
| | | | | | | (From yocto-docs rev: 185f68d23202a19cf4e7bec8bb369b8c88043020) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the 1.6 migration section.Scott Rifenbark2014-04-081-38/+74
| | | | | | | | | | Applied review comments from Paul Eggleton to the section on migrating to the 1.6 version of YP. (From yocto-docs rev: ffd224a16cef4d643cc2c527ad8dc5e15d715faa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed archive* class and replaced with archiver class.Scott Rifenbark2014-04-081-9/+2
| | | | | | | | | | The set of archive* classes has been removed leaving only the archiver.bbclass. (From yocto-docs rev: 1660896b47ff5d21ae73d383505063f1c7c1a3b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the copyleft_compliance class.Scott Rifenbark2014-04-081-9/+10
| | | | | | | | | | I updated the referencing to adjust to the emergence of the archiver.bbclass and disappearance of the archive* classes. (From yocto-docs rev: 903e9b7c534e65e1be3eb0dc57378e120c7a0e3e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the PYTHON_ABI and PYTHON_PN variables.Scott Rifenbark2014-04-081-3/+15
| | | | | | | (From yocto-docs rev: e9c4e9ae00ca5e9eafa8eaa89a37da33315b0ec3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to distutils3 and setuptools3 class descriptions.Scott Rifenbark2014-04-081-5/+6
| | | | | | | (From yocto-docs rev: 1be2bbfcfc9b4f3c2d32fb210fe815b1fe99eda1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added setuptools3 class description.Scott Rifenbark2014-04-081-0/+11
| | | | | | | (From yocto-docs rev: 3953f96224bb6a0e5e528d5230bc6706149dc52c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added distutils3 class.Scott Rifenbark2014-04-081-0/+28
| | | | | | | (From yocto-docs rev: 0962f3545ea7c97f821355e36bf6aa85fea8b392) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to PYTHON_ABI and PYTHON_PN variables.Scott Rifenbark2014-04-081-0/+4
| | | | | | | | | Turns out that the user does not set these variables. (From yocto-docs rev: b016906dad7e3d7856935e83e5c9b09cfa399caa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added PYTHON_ABI and PYTHON_PN variables to glossary.Scott Rifenbark2014-04-041-0/+46
| | | | | | | (From yocto-docs rev: fb924b94674422a92a519cc33770791ebc1f9de8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Added notes for Systemd-based images.Scott Rifenbark2014-04-042-0/+32
| | | | | | | | | | | | | | | | | Fixes [YOCTO #5159] In the dev-manual, I located instances where a note about using VIRTURAL-RUNTIME_initscripts = "" in the local.conf file would be appropriate. Three areas updated. In the ref-manual, I located the note in the systemd.bbclass section and the variable descriptions for SYSTEM_AUTO_ENABLE, SYSTEM_PACKAGES, and SYSTEMD_SERVICE. (From yocto-docs rev: 57b0acf2f3f8159b635b42dcffa129f7d945eb81) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Additions for making an image more secure.Scott Rifenbark2014-04-041-0/+7
| | | | | | | | | | | | | | | | Fixes [YOCTO #3686] In the dev-manual, I created a new section called "Making Images More Secure." The section explains in general how to enable the security flags. In the ref-manual, I updated the CFLAGS variable to point to the new section. (From yocto-docs rev: 3ed91a46eaf5c1fdf84369ea69951775d87a42da) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the SDKMACHINE variable.Scott Rifenbark2014-04-041-0/+5
| | | | | | | | | | | | | Fixes [YOCTO #5861] Added a note to the SDKMACHINE glossary variable stating that you can't set the variable in the distribution configuration file and if you do, it won't get recognized. (From yocto-docs rev: 8cdc14e553586f6a754dfc3a91cc9741eb1784ee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the "x32" section.Scott Rifenbark2014-04-041-10/+5
| | | | | | | | | Text was written with release 1.5 in mind. (From yocto-docs rev: de4906d9c49a9846e1907c1bd53070bf1d5ce991) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to NOISO variable.Scott Rifenbark2014-04-041-0/+1
| | | | | | | | | | | | Fixes [YOCTO #6045] Added a sentence to the end of the variable's description indicating how to enable building an ISO. (From yocto-docs rev: 2806518155fdbb42b392a64b57a67c9259640f79) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated bad conf/distro/<distro>.conf directory.Scott Rifenbark2014-04-041-1/+2
| | | | | | | | | | | | Fixes [YOCTO #6064] The directory name for the conf/distro/<distro>.conf file was wrong. It was conf/<distro>.conf. I have corrected it. (From yocto-docs rev: c8ae4fb23e76a45bbbd4e673311b3ec74980644d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the migration section for 1.6.Scott Rifenbark2014-04-041-41/+200
| | | | | | | | | | | | | This commit is really only 1/2 of the section (the final half). I put in the first half in a previous commit and pushed it before realizing those changes were in that commit. The commit that the first half of the migration changes are in is 88a075e6306349e5f8c0d53b5288ef1e64956cd3. (From yocto-docs rev: 8f94391f86ee9643256979332fa06541fb8b16f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to RDEPENDS variable.Scott Rifenbark2014-04-041-3/+3
| | | | | | | | | | | | The do_package_write task has been removed leaving only do_package_write_* tasks. This variable description had an example using that obsoleted name. I changed it to do_package_write_ipk. (From yocto-docs rev: ec1c33a867f539cd83d672845075f2437cd917ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added links for some new variables.Scott Rifenbark2014-04-041-2/+6
| | | | | | | | | | | The migration section references the variables COPY_LIC_DIRS and COPY_LIC_MANIFEST. I added some cross-references in the text to the variable locations. (From yocto-docs rev: c01c06a4c685f923c2abb616084b1f08666a5af5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the COPY_LIC_DIRS variable in the glossary.Scott Rifenbark2014-04-041-6/+7
| | | | | | | (From yocto-docs rev: 1e53b349d0f377d1368324ebd380858cc535f555) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New descriptions for IMAGE_TYPEDEF and COPY_LIC_DIRS.Scott Rifenbark2014-04-041-0/+37
| | | | | | | (From yocto-docs rev: dfc86ab45c9913636a72471e728d009ac4323b7b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added COPY_LIC_MANIFEST variable to glossary.Scott Rifenbark2014-04-041-0/+11
| | | | | | | (From yocto-docs rev: ff3c996abdef02e303770c18a3c4d26d28f1c685) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to get rid of PRINC variable.Scott Rifenbark2014-04-012-10/+169
| | | | | | | | | | | | | I did not eliminate this variable but rather changed the description to indicate that it has been deprecated and that the user should now use a PR Service to do this stuff. There were several areas in the YP manual set that used the variable in code. I just deleted those lines from the code. (From yocto-docs rev: 88a075e6306349e5f8c0d53b5288ef1e64956cd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to the IMAGE_TYPES variable description.Scott Rifenbark2014-04-011-1/+1
| | | | | | | | | | | The "sum.jffs2" option was renamed to "jffs2.sum" to better reflect its purpose. I updated the list of options for the IMAGE_TYPES variable to reflect the change. (From yocto-docs rev: 4226ff4aa96eed1d51753d5dee72c6264ee2d7f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated to PACKAGE_GROUP and addition of FEATURE_PACKAGES.Scott Rifenbark2014-04-011-22/+41
| | | | | | | | | | | | | The PACKAGE_GROUP variable was renamed to FEATURE_PACKAGES. I added that fact to the description and pointed the reader off to the new FEATURE_PACKAGES variable. Added a new variable description for FEATURE_PACKAGES. (From yocto-docs rev: f7a0a17c211cfc8f885771a5221bf3b59bc6bf95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the build/tmp/work-shared directory.Scott Rifenbark2014-04-011-0/+14
| | | | | | | | | | | Added a brief explanation of this temporary directory to the chapter that presents the structure of the Source Directory. The explanation is based on Paul Eggleton's input. (From yocto-docs rev: 688c36aec57bb283d03ffb7e1d9448563cb1496c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the build/tmp/sstate-control directoryScott Rifenbark2014-04-011-0/+16
| | | | | | | | | | | I added this directory to the chapter that presents the Source Directory structure. The explanation is based on Paul Eggleton's input. (From yocto-docs rev: 425df89935f2cd07ecbc3050d273100d57e3ab3d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the meta/conf/machine-sdk directoryScott Rifenbark2014-04-011-0/+15
| | | | | | | | | | | This directory was missing from the chapter that presents the Source Directory structure. I have added a brief explanation of it based on Paul Eggleton's information. (From yocto-docs rev: 5c3d392c64f386a3a29922629387c199db2b7ad1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Removed meta-hob layer from docs.Scott Rifenbark2014-04-011-12/+0
| | | | | | | | | | Hob no longer uses this layer so I removed the two instances in the YP set where it appeared. (From yocto-docs rev: 37e3f261bd61a96a2929a525f9896c39658d26f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added top-level meta-selftest directoryScott Rifenbark2014-04-011-0/+16
| | | | | | | | | | Placed a short description of this top-level directory in the chapter. (From yocto-docs rev: 49f8cf264d10e37933502067c522f1c2e3ffe751) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the "Source Directory Structure" chapter.Scott Rifenbark2014-03-301-5/+53
| | | | | | | | | | Added the buildhistory directory. Added the deploy/sdk directory. Beefed up the tmp and build directory descriptions. (From yocto-docs rev: 3ac9435a48b6da730e640b204ba3f41daebc39e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added placeholder sections for the "Migration" section.Scott Rifenbark2014-03-301-1/+146
| | | | | | | (From yocto-docs rev: 9288d6a1529c92e94dc83e9719dc92550edf27eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: grammar fix to "Licenses" section.Scott Rifenbark2014-03-301-1/+1
| | | | | | | (From yocto-docs rev: 869791062b5912efb960100a47c19d728f092620) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Some link changes for "Wayland" section.Scott Rifenbark2014-03-301-2/+4
| | | | | | | | | Provided better link to Wayland and a new link to Weston. (From yocto-docs rev: 95086f7d4bf8ce3b3c33c2863435f2896c73cc3f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to "Shared State Cache" section.Scott Rifenbark2014-03-301-18/+34
| | | | | | | | | Some minor changes as a result of a read-through of the section. (From yocto-docs rev: 4139f67d3615d6fe3eca79356c92937a314b200e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to "Cross-Development Toolchain Generation".Scott Rifenbark2014-03-301-4/+4
| | | | | | | (From yocto-docs rev: d118a32f2ba0086724fcd69f9c2015352416b4ef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to "Yocto Project Components" section.Scott Rifenbark2014-03-301-33/+57
| | | | | | | | | | | Some items found reading through the section. Needed some cross-referencing to better targets based on newer information. The text was quite dated in this section. (From yocto-docs rev: eba809fd709d801bec50a820d7e6a5a79707dde6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Read-through edits to "Closer Look" chapter.Scott Rifenbark2014-03-301-35/+56
| | | | | | | | | Minor fixes throughout. (From yocto-docs rev: d44ae0da21d84acbe1556824e228c7ab0af1ba2c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the "Using" chapter.Scott Rifenbark2014-03-301-8/+30
| | | | | | | | | | | | | | | | Along with some minor things I did the following: * Added a brief explanation and reference to the reporting error tool. It seemed like a good chapter to include it. I put it in the debugging section. * I added a pointer to the BitBake manual right at the top of a section that had many usages of the bitbake command. (From yocto-docs rev: 9317433bc715e9fdac2fc629ed659ac926d67531) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the "Introduction" section.Scott Rifenbark2014-03-301-1/+6
| | | | | | | | | | | During the read-through, I noticed that I did not have a complete list of YP manuals in the "Introduction" section. I also added the new BitBake manual to the list of external manuals. (From yocto-docs rev: 46ae0400d807c733bc0c32b07b4b59cc8d6d2618) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the laundry list of what sections are in the manual.Scott Rifenbark2014-03-301-0/+10
| | | | | | | | | | This had been negleted and many new sections were not on the list. It is all up to date now. (From yocto-docs rev: 3291491ec41146a1dfa0cb2f1387fba85b1c7d24) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed the BitBake chapter.Scott Rifenbark2014-03-303-7/+2
| | | | | | | | | | | | | | | This information now exists in the separate BitBake User Manual. To remove this information, the ref-bitbake.xml file was taken out of the ref-manual.xml build, an overview bullet describing BitBake chapter was removed from the "Introduction" chapter, and one cross-reference link to a sub-section of the old BitBake chapter had to be re-routed into the similar section of the BitBake Manaul. (From yocto-docs rev: 3828291699b5997c28a782600c9d472b8449ecd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Added error reporting tool informationScott Rifenbark2014-03-302-0/+45
| | | | | | | | | | | | | | | | Fixes [YOCTO #1562] In the dev-manual, I created a new section called "Using the Error Reporting Tool" that describes how to use this feature. The text was based on information I received from Andreea Proca. In the ref-manual, I added a new variable entry for ERR_REPORT_DIR in the glossary and a new report-error class in the class chapter. (From yocto-docs rev: 70a5538fefcc1b77958fe4b2f29be00354f4137a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Noting TMPDIR cannot be on NFSScott Rifenbark2014-03-301-0/+3
| | | | | | | | | | | | | | | | | | Fixes [YOCTO #5442] Updated the TMPDIR variable to call out the scenario where a user might want to separtely set TMPDIR to a local drive and thus be able to have the Build Directory on NFS. Updated the "Build Directory" term with a note indicating that by default, TMPDIR is inside the Build Directory and thus cannot be on NFS. However, the user is able to by-pass that per setting TMPDIR separately outside of the Build Directory. (From yocto-docs rev: a5a308c512a3f4285bce16f17974dbf6b67432b2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Point out "xterm" needed for eclipse use.Scott Rifenbark2014-03-301-8/+16
| | | | | | | | | | | | | | | | | | | Fixes [YOCTO #5766] In the ref-manual, I added "Eclipse" use in the title for the "Graphics Support" packages because the "xterm" package is required for graphics support across all distributions. In the dev-manual, I specifically called out the need for "xterm" as a host package at the top of the section describing workflow with Eclipse. I also updated the cross-reference links to the host package and Linux distro requirements to point into the ref-manual, which is more comprehensive, than into the QS. (From yocto-docs rev: d3405be506fcb113f01d4fcba4631db80a1ed5dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs: Notes and infor for buildtools issuesScott Rifenbark2014-03-252-55/+137
| | | | | | | | | | | | | | | | Fixes [YOCTO #4866] Updated the main area where it talks about needing the right versions of Git, tar, and Python. You can get this set up using a couple methods. I documented both. The changes in the FAQ and in the QS are basically notes that point to that section for more information. (From yocto-docs rev: 1b64c7c271303ecf10ec85c8a2cd5a0d909f1151) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated TMPDIR description for NFS issues.Scott Rifenbark2014-03-251-0/+11
| | | | | | | | | | | | Fixes [YOCTO #5442] Updated the description to note that TMPDIR cannot be on NFS since it has issues that mess up the build process. (From yocto-docs rev: a2fa1c8a23ee7a26fa362e089d84747b4cb4618b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixing whitespace.Scott Rifenbark2014-03-251-1/+1
| | | | | | | (From yocto-docs rev: 5ab12447d14ca7054ae44283ec858464c9b04244) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>