summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual; mega-manual: Edits to further define packaging processScott Rifenbark2015-05-035-53/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In response to community input where developers were attempting to locate information on how to write packages out to a directory other than ${DEPLOY_DIR}/<package_type>, I updated the "Package Feeds" section, added several new DEPLOY_DIR_* variables, updated four classes, and updated four tasks. Here are some details: * Made changes to the "Package Feeds" section to provide more accurate information in the package feeds directory structure used by the build system in build/tmp. These changes included updating the figure itself and some explanatory text. * Updated the DEPLOY_DIR variable description. * Added new variable descriptions for DEPLOY_DIR_DEB, DEPLOY_DIR_IPK, DEPLOY_DIR_RPM, and DEPLOY_DIR_TAR. * Updated the related classes: package_deb, package_ipk, package_rpm, and package_tar. * Updated the related tasks: do_package_write_deb, do_package_write_ipk, do_package_write_rpm, and do_package_write_tar. Reported-by: Trieu Nguyen <trieu.t.nguyen@intel.com> (From yocto-docs rev: a8d499850dec72f8decd81ec6714809c3a580ffc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the "Image Features" sectionScott Rifenbark2015-05-031-14/+9
| | | | | | | | | | | | Removed the requirement that debug-tweaks is needed in order to individually use the allow-empty-passowrk, empty-root-password, and post-install-logging features. These three features can be individually turned on an off regardless of debug-tweaks. (From yocto-docs rev: e9f2e2b0f094cf243d601ee3fcdf9588cc81e003) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the ELF Binary QA warning messageScott Rifenbark2015-04-281-3/+4
| | | | | | | | | | | | Fixes [YOCTO #7630] I applied some feedback from Laszlo Papp suggesting that the user can also use '-fpic' as well as '-fPIC' for a command-line option. (From yocto-docs rev: 750ff4d3203f358595df8d10cc57e8d63a9fef4a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual; ref-manual: Fixed &dash; issueScott Rifenbark2015-04-281-3/+3
| | | | | | | | | | | | | | | | Fixes [YOCTO #7386] Apparently the "&dash;" ENTITY used throughout the YP manual set to get literal "-" characters in example commands renders into a unicode that is not a dash. This results in users getting errors if they attempt to cut-and-paste a sample command that uses a "-" character from the manual into a shell. I have universally replaced all the "&dash;" strings in the YP manual set to "-" strings. (From yocto-docs rev: 1309e124d83fdf3c98be5c3ff1943f1c0d496c20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added glossary entry for EXTERNAL_KERNEL_TOOLSScott Rifenbark2015-04-241-0/+26
| | | | | | | (From yocto-docs rev: b4f3b0c2efc6a162d714a2180bf48aac47684a27) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to ELF binary QA warningScott Rifenbark2015-04-242-6/+7
| | | | | | | | | | | | | | | Fixes [YOCTO #7630] Apparently the text relocation being done here can cause runtime performance issues. I documented a potential work-around for the issue and provided a cross-reference link to an external site for more general information about text relocation at runtime. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: f7f611a6668b6cd2ee3928ad44c72dbbe5307c38) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed FAQ question for GNOME Mobile.Scott Rifenbark2015-04-241-17/+0
| | | | | | | (From yocto-docs rev: 12e61c66685f3ab8dc49a5c0d808aabc0b524e21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed some dashes in the user input examples.Scott Rifenbark2015-04-242-7/+7
| | | | | | | | | | | I typically try to use the underscore character to string together multi-word user-input descriptors in examples. I fixed a bunche here. (From yocto-docs rev: f7bc59cfb88537a2e3045a44978e974227b8ea9f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed some formatting on a user-input example.Scott Rifenbark2015-04-241-1/+1
| | | | | | | (From yocto-docs rev: d27d950d8a128c06684c3bc9e55c73c5f4f9658b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed tag from profile-manual cross-refScott Rifenbark2015-04-241-1/+1
| | | | | | | | | | | | | | | | | In the introduction, the ref-manual references several other YP manuals. If the manual is build separately, these references resolve to the appropriate manuals. When the mega-manual is built, the same references are designed to not become links. In otherwords, mega-manual.sed processes those links out. This is by design. I found a #profile-manual tag on one of the links in the introduction. This resulted in a link in the mega-manual that would go nowhere. I removed the tag. (From yocto-docs rev: 5284004cb4f619b0580b525f67a3ebc7be1cdb93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed "Intel Corporation" from the "Links" section.Scott Rifenbark2015-04-241-0/+2
| | | | | | | | | | | In an attempt to keep the project as much open source as possible, I removed the link to Intel from this list of resources. We don't list Linux, OpenedHand, Wind River, etc. (From yocto-docs rev: 0c2223e788f8b87c376846ae724b7f8e26513559) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to ELF binary QA warning - review changesScott Rifenbark2015-04-241-0/+17
| | | | | | | | | | | Applied some review edits from Paul. Fixes [YOCTO #7630] (From yocto-docs rev: 0b7b3d36565da6745a13f5f6d17174e9d69c072e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to the TCLIBC variable descriptionScott Rifenbark2015-04-241-4/+0
| | | | | | | | | | | An old note still existed in this entry that stated we don't support glibc. This is not true. I deleted the note. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: afebdfd994a4ff57cf8f5db1d0d7731433f831f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed style sheetScott Rifenbark2015-04-241-1/+1
| | | | | | | | | | Style sheet was not spacing after the first paragraph for glossary entries. (From yocto-docs rev: 9a3e29acc18c89d00ba5b176bd6fcbabb32d4be0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Corrected the "package_rpm.bbclass" section.yocto-1.8fido-13.0.0Scott Rifenbark2015-04-101-1/+1
| | | | | | | | | | | A cut-and-paste error had left a "package_deb" string in the first sentence of the section. Replaced with "package_rpm." Reported-by: Geoffroy VanCutsem <geoffroy.vancutsem@intel.com> (From yocto-docs rev: 38b20d775ba41cb14d86177dddd85ada32fb3f86) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Update to oe-init-build-env-memres description.Scott Rifenbark2015-04-101-2/+2
| | | | | | | | | | | | Fixes [YOCTO #7559] Removed the information stating that the port address 12345 is used. Really what happens is a random port address is used. (From yocto-docs rev: f469c2431b26593a762e348e9c5d0e84c582eab8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to "Kernel Build Changes" in the 1.8 migration section.Scott Rifenbark2015-04-101-4/+16
| | | | | | | | | | | Updated this according to some changes Richard and Paul wanted to see make it into the 1.8 release. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: f571e35169818355fea2a20715df3e8f7405134f) 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.8 migration section.Scott Rifenbark2015-04-021-5/+35
| | | | | | | (From yocto-docs rev: 9509c22e6e9fb1dfaabe634cb554f1f68d8ea434) 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 for going to 1.8Scott Rifenbark2015-04-021-0/+231
| | | | | | | (From yocto-docs rev: b8c7fad5404eb111c0d6a39fae6e9ffcb4a615ba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new bluetooth class.Scott Rifenbark2015-04-021-0/+17
| | | | | | | (From yocto-docs rev: 536117974fb08c1c6739af9c8200b228a59b7f6d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to doc packages and reference linksScott Rifenbark2015-04-012-15/+6
| | | | | | | | | | | | | | | I added xlstproc to Fedora and CentOS package lists for building out the docs. I abbreviated the list of references in the end chapter by leaving just the main URLs for bigger areas such as Intel, OE, etc. Then I put in a link that goes back to the dev-manual list of other informations as that is much more comprehensive. (From yocto-docs rev: 81667b85cd8c639dd32cd5a8f614b4c890eb4dde) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the OE_TERMINAL variable descriptionScott Rifenbark2015-04-011-3/+0
| | | | | | | | | | Removed an out-dated note near the bottom regarding a distro we don't support (From yocto-docs rev: 4211914f16d4ab01182633785068b56a258c0d04) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the supported distros list.Scott Rifenbark2015-04-011-7/+12
| | | | | | | (From yocto-docs rev: 41a835409a912e55b37a64492ad2fe99fd412214) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Backed out the bits for the context PNG images.Scott Rifenbark2015-04-012-483/+1006
| | | | | | | | | | | We did not have time to do this for 1.8. So, I restored the look of the glossary pre-images. I did leave commented code in both the glossary chapter and the style sheet for later. (From yocto-docs rev: 9f1472b7d4cd86545e7927b0f693aafc88ae2791) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Downplayed the BBLAYERS_NON_REMOVABLE variable.Scott Rifenbark2015-04-012-5/+11
| | | | | | | | | | | | | | Applied some suggestions from Paul Eggleton to downplay the role of this variable. It is basically ignored now in all parts of the manual set except for the descriptions of the variable itself and the BBLAYERS variable. I added some text reinforcing the fact that BBLAYERS_NON_REMOVABLE is ignored by the build system and only matters if you are using Hob. (From yocto-docs rev: 98112751aaec6e25de48d9e3ee56592be3f53a07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to try to fix CentOS docs build errorsScott Rifenbark2015-04-011-1/+1
| | | | | | | | | | | | The docs are not building on CentOS and we think it is due to the XSL templates being called for the Eclipse parts. I located all the "current" templates and switched them out for "1.76.1" version as are used by the mainstream doc builds. (From yocto-docs rev: afbddde6524630433dfec973bbe886de32395bc8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated Manual revision tables with "April 2015"Scott Rifenbark2015-03-191-1/+1
| | | | | | | (From yocto-docs rev: a012e34956b8ac2fa7610e264f460bc27bdd66d8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the KMACHINE variable description.Scott Rifenbark2015-03-101-78/+28
| | | | | | | | | | The example was ancient so I consulted Bruce Ashfield for a better example and implemented it. (From yocto-docs rev: e737f380ca5bb36c0095f11182cd3e3a93791e61) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Replaced &dash;&dash; with "--"Scott Rifenbark2015-03-062-4/+4
| | | | | | | | | | | | | | | Fixes [YOCTO #7386] Apparently, copying HTML displayed commands that have a double dash created through "&dash;&dash;" in the docbook source causes some issues in the shell. I have scrubbed the manual set to replace any "&dash;&dash;" strings with "--". Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: e88b813b71d7d6d8acd8a8638f2db71265145b64) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, kernel-dev, ref-manual: KERNEL_FEATURES should refer to .scc files.Robert P. J. Day2015-03-061-3/+3
| | | | | | | | | | | Tweak a number of doc lines so that the KERNEL_FEATURES variable refers directory to .scc files, and does not take advantage of potentially confusing shortcuts. (From yocto-docs rev: 6236fb098fc2d518f6f4f63e16b19a06a775d2d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the MACHINE variable description.Robert P. J. Day2015-03-061-0/+2
| | | | | | | | | Fill out missing machines for the MACHINE variable. (From yocto-docs rev: 2b8179cfb7e3a25d95c43f9160d284ebd5deefc7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel-dev, ref-manual: Edits to KBRANCH.Scott Rifenbark2015-03-061-3/+2
| | | | | | | | | | Applied some edits to the areas where KBRANCH is discussed. Clarified that setting it is not optional any longer. (From yocto-docs rev: 4d0b2d92140d066048d9ff36453c7ea589eebe55) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel-dev, ref-manual: Scrubbed out the KBRANCH_DEFAULT variable.Scott Rifenbark2015-03-061-18/+0
| | | | | | | | | | This variable is out. There were some references to deal with. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: fcdd5de04c722ebde2d3f236310c46a251cf1afc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the KBRANCH variable descriptionScott Rifenbark2015-03-061-8/+2
| | | | | | | | | Removed traces of the deprecated KBRANCH_DEFAULT variable. (From yocto-docs rev: 8130f0db46be872cd857d8579323e4ad00da6380) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added variable description for FILES_SOLIBSDEVScott Rifenbark2015-02-271-0/+23
| | | | | | | | | | | Fixes [YOCTO #7358] Added a new variable description. (From yocto-docs rev: 42ff075319b346f22d2c604c0de249ac3039a992) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to scrub out 3.10 kernel.Scott Rifenbark2015-02-241-21/+14
| | | | | | | | | | | | Two areas affected by this change. I updated the KBRANCH and PREFERRED_VERSION variables in the glossary. One change in the KBRANCH area was getting rid of the deprecated Crown Bay example. I substituted in the Emenlow BSP. (From yocto-docs rev: d7ed727ab5828dc257361c558a86a298bc537748) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Repositioned PNG files for context image.Scott Rifenbark2015-02-241-1036/+1319
| | | | | | | | | | | | | | | | | I moved the PNG file for the context to be the first item displayed for a given glossary term. The PNG file must be negatively indented though to look decent. Fixes [YOCTO #5601] These reformatting changes were needed because of brower incompatibilities discovered with the existing solution for displaying these PNG files with glossary terms. (From yocto-docs rev: 06aeb6540c1343825369dd02006cb19e5a318d48) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-style.css: Added a new style to support glossary hanging indentScott Rifenbark2015-02-241-1/+5
| | | | | | | | | | | | | | | | | I moved the PNG file for the context to be the first item displayed for a given glossary term. The PNG file must be negatively indented though to look decent. Fixes [YOCTO #5601] These reformatting changes were needed because of brower incompatibilities discovered with the existing solution for displaying these PNG files with glossary terms. (From yocto-docs rev: c84c4bc91b10e1443dc5aefc3a987a370d25432b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review edits to the AUTOREV variable.Scott Rifenbark2015-02-171-6/+8
| | | | | | | | | | | Fixes [YOCTO #7306] Some review updates to have better wording. (From yocto-docs rev: 6f2d10c87128934958295111d10e038689fd94d3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to AUTOREV and SRCREV variable descriptionsScott Rifenbark2015-02-171-7/+33
| | | | | | | | | | | | | | | | | | | Fixes [YOCTO #7306] Added an example for when the user tries to inherit the most recent version of software through use of the SRCREV variable. When using SRCREV = "${AUTOREV}" PV does not always get ${SRCPV}, which it need in order to fetch the latest software. I added a clarifying example to explain this situation. This commit also has a small change to fix a broken link to EXTERNAL_TOOLCHAIN. We do not documentat that variable so I removed the link. (From yocto-docs rev: 82f66a7193d0e40ffd65547223d4d9b10fdcf9bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual, ref-manual: Detail on using an external toolchain.Scott Rifenbark2015-02-171-16/+22
| | | | | | | | | | | | | | | | | | | Fixes [YOCTO #4907] I created a new section in the toolchain chapter of the adt-manual called "optionally Using an External Toolchain". This provides some fundamental information for the user that wants to use an external toolchain. Additionally, it references Mentor Graphics Sourcery toolchain as an example. In the ref-manual, I updated the TCMODE variable description to better integrate the MGC Sourcery toolchain as the overriding example. (From yocto-docs rev: 51e9c3b88f7e5a16da2aa101589b0f2612fff11d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added 'debug-tweaks' fragmentation.Scott Rifenbark2015-02-172-5/+30
| | | | | | | | | | | | | | | The image feature 'debug-tweaks' has been fragmented into three separate areas of functionality that deals with handling empty passwords and post-installation logging. I updated the list of image features appropriately and the description of 'debug-tweaks' in the EXTRA_IMAGE_FEATURES variable. Fixes [YOCTO #5344] (From yocto-docs rev: ce0ab20472a75049298287cd05109f6e091b80bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to some variables per review comments.Scott Rifenbark2015-02-171-4/+30
| | | | | | | | | | | | | | | Updates to the following: BUILD_ARCH SOURCE_MIRROR_FETCH TARGET_PREFIX SDK_PREFIX SDK_SYS (I added this one new). (From yocto-docs rev: ad5f9b56dc912783b415b30604456bd5071f9721) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Adjustments to variable context imagesScott Rifenbark2015-02-173-493/+486
| | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #5601] Discovered that the solution I had to display a small PNG file to indicate the context a variable is used in the build system was not displaying properly in the ref-manual variable glossary when using the Chrome browser. The solution was to adjust some settings in the CSS file and place the image after the term. This allowed me to dump the webkit stuff that I had inserted into the CSS file styles to make it work in Mozilla, which ended up not working in Chrome. Additionally, I needed to update the 'define-generic.png' file to have less white space on top as part of the figure. Note that this commit adds the figure to Git for tracking as well. (From yocto-docs rev: 59a1295aeb1c866f330634907ad28642a997cd63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the ASSUME_SHLIB variable.Scott Rifenbark2015-02-171-4/+3
| | | | | | | | | Applied a different example from Paul. (From yocto-docs rev: b21ef6a792361eb0893ee17524794fba3bed885c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new variable description for BUILD_VENDOR.Scott Rifenbark2015-02-171-0/+13
| | | | | | | (From yocto-docs rev: d38bf6819c5a2c4e7aea0ba3a741c18365c760ff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added variable description for BUILD_PREFIX.Scott Rifenbark2015-02-171-0/+15
| | | | | | | (From yocto-docs rev: d4ab1886cb5c4b65afa2c0e8e2e1b2ce567b4d2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new description for SDK_VENDOR.Scott Rifenbark2015-02-171-0/+11
| | | | | | | (From yocto-docs rev: 20d1d9145926b459dff39bfe39d71b78a25cd387) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the SDK_SYS variable.Scott Rifenbark2015-02-171-4/+14
| | | | | | | (From yocto-docs rev: 520ded3e50a0299164b3b941cca99b677fa83dad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new variable description for SDK_SYS.Scott Rifenbark2015-02-171-0/+13
| | | | | | | (From yocto-docs rev: cc5d9a1a090023f79440f6c1d60efab53b1aef21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>