summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: Added new description for SDK_OS.Scott Rifenbark2015-02-171-0/+14
| | | | | | | (From yocto-docs rev: f71c032bb51608ab2fe8e5735c423a8a86e6d37e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Created new SDK_PREFIX glossary entry.Scott Rifenbark2015-02-171-0/+15
| | | | | | | (From yocto-docs rev: c72b97ec58e609d63920c431b5948c8dd09d2595) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to TARGET_PREFIX and STAGING_DIR_HOST variables.Scott Rifenbark2015-02-171-9/+9
| | | | | | | | | | Small typo fix for STAGING_DIR_HOST. Some re-wordings for TARGET_PREFIX. (From yocto-docs rev: 919a13436de6ea150f685a50b6ecc8154b75da86) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the SOURCE_MIRROR_FETCH variable description.Scott Rifenbark2015-02-171-14/+14
| | | | | | | | | | Did a significant re-write on this description as I had the meaning pretty far off. (From yocto-docs rev: 6bcc63ac83f0aeb3d3d06db33c7a8f010c737312) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the Date variable description.Scott Rifenbark2015-02-171-1/+1
| | | | | | | | | Re-worded the way you say the date. (From yocto-docs rev: 3c6b51fb474628954654f2f1290509a78a48a1fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the BUILD_OS variable description.Scott Rifenbark2015-02-171-6/+5
| | | | | | | | | Fixed the meaning up. (From yocto-docs rev: 1b057475acd2bf33bb6fa3bd03e85a415697873f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the BUILD_ARCH variable description.Scott Rifenbark2015-02-171-3/+3
| | | | | | | | | Better wording. (From yocto-docs rev: f048485fb69c4355d01ad1299f5d9187d767806a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the ASSUME_SHLIBS variable.Scott Rifenbark2015-02-171-3/+11
| | | | | | | | | Added an example. (From yocto-docs rev: 7a22c2941618f29ad89087c186ae2af6f0c07323) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the following variables based on review comments:Scott Rifenbark2015-02-171-28/+151
| | | | | | | | | | | | | | | | | | | | | ASSUME_SHLIBS BBINCLUDELOGS_LINES BUILD_ARCH BUILD_OS CACHE DATE PACKAGE_INSTALL_ATTEMPTONLY PRIORITY SOURCE_MIRROR_FETCH TARGET_PREFIX TARGET_SYS TIME CROSS_COMPILE (From yocto-docs rev: c55ab3cb5ef9d517ea5f29d2be8999cc1dc7e085) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to SDKTARGETSYSROOT and PKG_CONFIG_PATH variables.Scott Rifenbark2015-02-171-4/+9
| | | | | | | | | Applied some review edits to these two variable descriptions. (From yocto-docs rev: fb1eb903b9bcc8b0bb67e72c795a1dd602143589) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "leakage" FAQ entry.Scott Rifenbark2015-02-171-0/+35
| | | | | | | | | | | | | | | Fixes [YOCTO #6852] I added a new FAQ entry to address situations where during a native build, the build fails due to previously installed stuff on the system from /usr/local/include and /opt. The entry tries to cover "leakage" issues in general but calls out the specific case involving libiconv and iconv.h. (From yocto-docs rev: 2c09c7ee0970189953bfbbdcaac49a1ebe8482fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: WIP - test for YOCTO #5600Scott Rifenbark2015-02-171-0/+5
| | | | | | | (From yocto-docs rev: 3cd7d367d7ccb8314fea422303701f275d21d87a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed icecc example codeScott Rifenbark2015-02-171-1/+1
| | | | | | | | | | | | | | | | Fixes [YOCTO #6912] The example used to make sure builders use the same sstate signatures regardless if they use icecc or not was incorrect. I updated the INHERIT_DISTRO line of the example to use the append part in the name so it appends the icecc as suggested by the bug submitter. Reported-by: Peter Bergin <petan679@gmail.com> (From yocto-docs rev: 1f6b2f152202ab6e0be3026af3275f67bdb40d16) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Reverted back to the 1.76.1 XSL stylesheetScott Rifenbark2015-02-171-1/+1
| | | | | | | | | | Using the 1.76.1 version in all the customization layers so the manual revision tables will build with boxes. (From yocto-docs rev: 85a31ef53a59d17bed23ebf57a14db507eb21338) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: First draft devtools.Scott Rifenbark2015-02-171-1/+1
| | | | | | | | | | | | | | | | | | | Completed draft of the new devtool material. This commit affects some linking and figures across the YP doc set. * Added the build-workspace-directory.png file to both the dev-manual and the mega-manual. * Updated the Makefile to include the new figure in the TARFILE for dev-manual and mega-manual. * Re-did the section organization to pull the quilt and finding source file out of the "Modifying Source Files" section. (From yocto-docs rev: 4585b9fbb1636ae3c65e2e3ad2d1d6baca636e59) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual, ref-manual: Review edits for xcross-toolchain additions.Scott Rifenbark2015-02-171-11/+0
| | | | | | | | | | | | | | Mark Hatle reviewed the section and I updated some things based off his input. A rewrite to the "Makefile-Based Projects" section to get it technically correct. Also, removed all SDKROOT documentation from both the adt-manual and ref-manual. Fixes [YOCTO #7133] (From yocto-docs rev: dd785777834611d94868a3774f2eb21ffc081b1a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual, ref-manual: Added missing variables and cross-linksScott Rifenbark2015-02-171-1/+49
| | | | | | | | | | | I added the ADKROOT, GDB, CROSS_COMPILE, and CONFIGURE_FLAGS variables to the glossary. Also added appropriate cross-reference links from the adt-manual to those new variables. (From yocto-docs rev: 812367e3b915b99d900b7934c4d5d409f393e814) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed the DISTRO_PN_ALIAS variable.Scott Rifenbark2015-02-171-9/+0
| | | | | | | (From yocto-docs rev: 102a41d94c22266b7209b29e2a6dd7cd11647e8a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to SOURCE_MIRROR_FETCH variable and typo fixScott Rifenbark2015-02-171-5/+8
| | | | | | | | | | | | | | Updated the description for the SOURCE_MIRROR_FETCH variable so that it actually made sense. The [doc] string was also updated. Found a typo elsewhere that was fixed when I spell-checked the file. (From yocto-docs rev: 609f09231815f80ea3fd800e0b5d9a4fbad110cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Removed information about package name alias.Scott Rifenbark2015-02-171-4/+0
| | | | | | | | | | | | | | The section on "Handling a Package Name Alias" was confusing and wrong. We decided to eliminate it. The section was removed from the dev-manual. The corresponding variable DISTRO_PN_ALIAS remains for now but without the cross-reference link to the now missing section. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 9938cdcc8488baffa4252288bf45243055e76fed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual, adt-manual, yocto-project-qs: scrub eglibcScott Rifenbark2015-02-176-24/+21
| | | | | | | | | | | Scrubbed out the occurrences of eglibc and replaced them with glibc. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 868ceda79b1c738349e512e523c850b24f9232ca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated buildhistory example figureScott Rifenbark2015-02-171-0/+0
| | | | | | | | | | | Scrubbed the eglibc from the buildhistory directory and also replaced with an i586 example. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: c7469f1a857f278e1adac9012d99802195e36849) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: scrubbed eglibcScott Rifenbark2015-02-171-54/+75
| | | | | | | | | | | | Removed the references to eglibc and replaced them with glibc. This involved updating the example buildhistory output with current examples as well Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: b44cce9817191d616d51d6b1d067efc730423198) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the TCLIBCAPPEND variable.Scott Rifenbark2015-02-171-2/+2
| | | | | | | (From yocto-docs rev: da3327f5fb5a89ff94c90bd6260b8e6f8adbcd1a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added 21 new variable to glossary.Scott Rifenbark2015-02-171-6/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I added the following: ASSUME_SHLIBS BBINCLUDELOGS_LINES BUILD_ARCH BUILD_OS CACHE CONF_VERSION CVSDIR DATE FONT_EXTRA_RDEPENDS GITDIR HOST_ARCH HOST_OS HOST_PREFIX HOST_VENDOR PACKAGE_INSTALL_ATTEMPTONLY PRIORITY SOURCE_MIRROR_FETCH SVNDIR TARGET_PREFIX TARGET_SYS TIME (From yocto-docs rev: 76e5f7ca78db63b63ac6357218ef153e064e605f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New variables added to the variable glossaryScott Rifenbark2015-02-171-3/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #7133] This goes toward fixing the bug but not completing it. I have added the following variables to the variable glossary: SDKTARGETSYSROOT PKG_CONFIG_PATH CC CXX CPP AS LD TARGET_PREFIX AR STRIP OBJCOPY OBJDUMP RANLIB NM (From yocto-docs rev: c9d9e422684dad7cdc81db309235d0d1751ac88a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the [doc] string to include the & character.Scott Rifenbark2015-02-171-1/+1
| | | | | | | (From yocto-docs rev: 71bc09c2c424d5c4a901a4b8889d83f7d6d3d76f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added warnings about using package_tarScott Rifenbark2015-02-172-12/+24
| | | | | | | | | | | | | | This option to the PACKAGE_CLASSES variable is broken and not supported. I added several warnings saying such. We opted to keep the documentation rather than eliminating it completely to prevent questions should someone find the code and wonder why it is not documented. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 1acf3da2034c4c3f74acee1ccb375f0450ed90a0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual, yocto-project-qs: Updates to parallelism variablesScott Rifenbark2015-02-173-28/+18
| | | | | | | | | | | | | | | | | | The way the old manual set had worded the use of the BB_NUMBER_THREADS, PARALLEL_MAKE, and BB_NUMBER_PARSE_THREADS had become depricated. It suggested a lot of user intervention to get these variables set to have the build system utilize optimal parallelism. The change a while back to the build system where the variables are set to the number of build host cores now makes the variables automatically be set to their best values. I have gone through the manual set and changed wordings appropriately to reflect this. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 3a27b1792c92a2f22173315e2732f672cdad2c78) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated text for speeding up builds.Scott Rifenbark2015-02-171-4/+5
| | | | | | | | | | | | | | | | | | The "Speeding Up the Build" section presents a list of items the user can consider when they want to tweak the build speed. One of the items is the three variables BB_NUMBER_THREADS, BB_NUMBER_PARSE_THREADS, and PARALLEL_MAKE. It was noted that the system figures out the optimal settings for these now and it is pretty useless to override the settings. However, the introducing sentence to the list is still valid due to other considerations that go beyond these three variables. So, to update the text, I have re-emphasized the role of these three variables for quickening the build time. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 84610550cef66d0aa7478bcf95ad97b081709b2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added CentOS 7.x to list of supported distros.Scott Rifenbark2015-02-171-0/+1
| | | | | | | (From yocto-docs rev: 49bcfd52ee94c79c04e779f2f81421ea7a40c9f1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Edits to dev manager section and USE_DEVFS var.Scott Rifenbark2015-02-171-1/+1
| | | | | | | | | | | Some minor edits to the original patch. These edits were caught by Robert P. J. Day. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: b50a2e44eccd50166351611f17c643cbbc60f8b8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a cross-reference from the USE_DEVFS variableScott Rifenbark2015-02-171-0/+7
| | | | | | | | | | | Placed a reference for more information on the variable into the section of the dev-manual that explains how to choose a device manager. (From yocto-docs rev: 3f9b1329fe4794af03d673323d11558e85d9b097) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added USE_DEVFS variable descriptionPascal Bach2015-02-171-0/+17
| | | | | | | (From yocto-docs rev: 0999c2811d3bf5a2e5998f81da91960ee4c9c855) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Re-ordered the UPDATERCPN variable.Scott Rifenbark2015-02-171-22/+22
| | | | | | | | | I had it out of order alphabetically. (From yocto-docs rev: d766cc58dfe2581599815b76729c742034c910ef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Removed redundant ID tags that were throwing warningsScott Rifenbark2015-02-171-1/+1
| | | | | | | | | | | | | When you "make" the mega-manual, there were four tags across the various manuals where the same string "id='intro'" occurred. This causes warnings during the make process. I updated the strings to be unique. There are no cross-references to these so no collateral issues were caused. (From yocto-docs rev: d0e770e0ad797031a75e2373a41723408b4b051c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review edits to several glossary variables.Scott Rifenbark2015-02-171-5/+11
| | | | | | | | | | | | | | | | | I updated the following variables based on slight review changes from Paul Eggleton: EXTRA_AUTORECONF - changed autoconf class to autotools KERNEL_IMAGE_MAXSIZE - Wording tweak AUTO_LIBNAME_PKGS - Wording tweak DEBIANNAME - [doc] string updated TCLIBCAPPEND - Second clarifying sentence in first para added PACKAGEGROUP_DISABLE_COMPLEMENTARY - [doc] string updated (From yocto-docs rev: ff5c765ffab1cdf6fc8a007cebdf7114432f65ef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: 13 new variables added to the glossary.Scott Rifenbark2015-02-172-1/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added descriptions for the following variables: EXTRA_AUTORECONF KERNEL_IMAGE_MAXSIZE UPDATERCPN AUTO_LIBNAME_PKGS DEBIANNAME DEBIAN_NOAUTONAME TCLIBCAPPEND PACKAGEGROUP_DISABLE_COMPLEMENTARY CLEANBROKEN DISTRO_CODENAME BASE_WORKDIR DISTRO_FEATURES_DEFAULT DISTRO_FEATURES_LIBC Part of adding new variables is checking to see if a previously undocumented variable is used elsewhere in the manual. One occurrence was spotted and turned into a link for this list. (From yocto-docs rev: bb75387b7aa4fcb0b594d300772952d81a651644) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the supported distro list.Scott Rifenbark2015-02-171-5/+4
| | | | | | | | | Covering CentOs to 6.x and the debian stuff to 7.x (From yocto-docs rev: fa7d6f138506b90330c52c1dbe3a56e40a34a97e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changed back to the "current" XSL style sheet.Scott Rifenbark2015-02-171-1/+1
| | | | | | | | | | | | I need to get back to how it was working and then fix the table box issue from there. Using the 1.76.1 stylesheets makes the build too long for the manuals and sometimes the XSL sheets do not load. (From yocto-docs rev: 7bc502fa069fdc4aebf5705513bb82127716859f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated all XSL style sheet imports to use 1.76.1 versionScott Rifenbark2015-01-061-1/+1
| | | | | | | | | | | | | This fixes the issue where the lines for the manual revision table are not appearing. For some reason they do not appear when building the docs using Ubuntu 14.10 and the "current" XSL transformation files. So, I backed up to the 1.76.1 version, which is the nearest version where the issue does not surface. (From yocto-docs rev: 82b15986b97b9ed082b652b562eaaf843572fdff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Update to the BOOT_IMAGE_FILES variable in the glossaryMaciej Borzecki2014-12-191-4/+27
| | | | | | | | | | | | | Update entry for IMAGE_BOOT_FILES with information on glob patterns. (From yocto-docs rev: ad3fc0061e3f4dc3ecc6b0a101685c301c5690e9) Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to some tuning variables in the glossary:Scott Rifenbark2014-12-191-22/+23
| | | | | | | | | | | | | | | | | Fixes [YOCTO #5463] Updated the notes in the TUNE_ASARGS, TUNE_CCARGS, and TUNE_LDARGS to indicate that the BSPs select the tune and then selected tun affects the tun variables themselves. Also combined the TUNE_PKGARCH and the TUNE_PKGARCH_tune variable. We really don't need the TUNE_PKGARCH_tune variable as it is simply the TUNE_PKGARCH variable with the override. (From yocto-docs rev: dabc624272a9bb4cf5e62dee664ba729a9887208) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Created form for context images for variablesScott Rifenbark2014-12-092-427/+436
| | | | | | | | | | | | | | | | Fixes [YOCTO #6158] Updated the style scheet file to format glossary variables in such a way to allow for a PNG file of standard size to be displayed below each variable. Right now, the PNG file is a generic placeholder. Each variable displays a PNG file. Updated each variable to include that PNG file. (From yocto-docs rev: 24b7b847b7093022a49a014395df0c3a8c019331) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added XSERVER variable description to the glossary.Scott Rifenbark2014-12-091-3/+27
| | | | | | | (From yocto-docs rev: 9e1551afd4d82197b2c46e76b6f6ea68c1dca886) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added info strings for variables in glossary.Scott Rifenbark2014-12-091-116/+1379
| | | | | | | | | | | | | | | | Fixes [YOCTO #5600] Added a <info></info> tag pair with a short description of the variable to each variable in the glossary. The short description is what will be used in the documentation.conf file. Scripting from engineering will pick up the variable description automatically. The information between the tags does not appear in the HTML or PDF output. (From yocto-docs rev: 57fb9100e377a96c330be20613c5895b25910022) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: WIP - Edits for the speed section.Scott Rifenbark2014-12-091-139/+142
| | | | | | | (From yocto-docs rev: 3a158dbefe32fb1e87718558462c0562077052c8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: WIP - New section on speeding up builds.Scott Rifenbark2014-12-091-0/+139
| | | | | | | | | Fixes [YOCTO #5594] (From yocto-docs rev: e841f3c59f0c272f8a7314b2de20bab6581149cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed typo in the PACKAGE_EXTRA_ARCHS variable.Scott Rifenbark2014-11-081-1/+1
| | | | | | | (From yocto-docs rev: 85bd37d28b4394d422a70adec9a01a88ba4b4f21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated the manual revision history tables.Scott Rifenbark2014-11-041-0/+5
| | | | | | | | | | Added an entry for the 1.8 release stating that the release is slated for sometime in 2015. (From yocto-docs rev: 9799a7848f24024048eae0cbed470a2be4b4b879) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>