summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: Added PACKAGE_DEBUG_SPLIT_STYLE variable.Scott Rifenbark2014-09-221-0/+56
| | | | | | | | | | | | | Fixes [YOCTO #6621] This is a new variable that helps control how debug symbols and source files are split off when creating -dbg files for use with GDB. (From yocto-docs rev: 506b79707f6aec7c14f1f9d7e5099d20fca45c0e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated native.bbclass with grammar fix.Scott Rifenbark2014-08-121-1/+1
| | | | | | | | | | | | Fixes [YOCTO #6622] Fixed a bungled sentence. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 4a782c61c21623d82e14b2c3cbe7ca99e418a2c0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed a couple links and made some minor corrections.Robert P. J. Day2014-08-121-3/+5
| | | | | | | | | | | | I'm guessing that the OE wiki page for bitbake is the closest thing there is to an "official" bitbake web page, so i'll just use that as a replacement for all berlios.de links i run across, unless someone has a better suggestion. (From yocto-docs rev: 36bafb65e96752631d71afca86dcebda6ba1a876) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits for clarity.Robert P. J. Day2014-08-121-3/+6
| | | | | | | (From yocto-docs rev: 79025b3cb5e3af25d960f0fc9f2266a8dcb3fd12) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated "Images" chapter to remove listed dirs for recipes.Scott Rifenbark2014-08-121-134/+130
| | | | | | | | | | | | | This list has grown substantially and it is impractical to list the directories that contain image recipes out. I left the "ls" command that the use could run in order to see those directories. This makes the section of the manual much more maintainable. (From yocto-docs rev: ee129f578dfa986937b45b111e0e26b61b42c565) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Ordered images alphabetically.Scott Rifenbark2014-08-121-50/+50
| | | | | | | | | | The image list has grown to where it probably could use some structure. I ordered the list by alphabet. (From yocto-docs rev: 4ee03974d9a58d2b49af3ae4cafe9ac181627c86) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "core-image-testmaster-initramfs" imageScott Rifenbark2014-08-121-0/+4
| | | | | | | | | | Added this image to the list of images in the "Image" chapter. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 29161a98f2bacc6fac77fcb11c2bfe1c905167f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: INITRD var: make it a list of filesystem images.Nitin A Kamble2014-08-122-5/+6
| | | | | | | | | | | | | | | | | | | The initrd image used by the Linux kernel is list of file system images concatenated together and presented as a single initrd file at boot time. So far the initrd is a single filesystem image. But in cases like to support early microcode loading, the initrd image need to have multiple filesystem images concatenated together. This commit is extending the INITRD variable from a single filesystem image to a list of filesystem images to satisfy the need mentioned above. (From yocto-docs rev: 051ef2e4d6480b28d21a59a79b6f0dca1a5944bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the SRC_URI variable.Scott Rifenbark2014-08-121-2/+3
| | | | | | | | | | Removed the "svk" protocol and added in the ClearCase one. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 21b241990dec9b7beeeec639ac6c6e9b22f2b871) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to some FAQ entries.Scott Rifenbark2014-08-121-4/+4
| | | | | | | | | Minor review edits from Max. (From yocto-docs rev: c70de50aeceda60db92c5e488bde8fe910eaeba1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review edits to new FAQ entries.Scott Rifenbark2014-08-121-2/+5
| | | | | | | (From yocto-docs rev: f484b8d752fe1957f36745bfa6bb2aebd8ac1e5a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated a couple FAQ entries.Scott Rifenbark2014-08-121-5/+5
| | | | | | | (From yocto-docs rev: aa445a20ae68d7648a3ccfb76ec42aa5fb95fe01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added two new FAQ entries.Scott Rifenbark2014-08-021-0/+106
| | | | | | | | | | | | One has to do with the weird names the build system creates based on DESTDIR and other variables. The other has to do with -native recipes not buiding correctly. (From yocto-docs rev: 32a444a258e3c7c87fdc015475f54e5b34628246) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated note in the "CentOS Packages" section.Scott Rifenbark2014-07-251-5/+11
| | | | | | | | | | We want to encourage installation of the buildtools tarball for getting the most up-to-date packages on this build host. (From yocto-docs rev: 5298737a5ad579ea5097221d2ef5a0f388ebff6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Provided canonical GP license names.Scott Rifenbark2014-07-232-2/+2
| | | | | | | | | | | | Fixes [YOCTO #6499] Fixed a couple example INCOMPATIBLE_LICENSE examples so that they now use the canonical licensing names GPL-3.0 LGPL-3.0 AGPL-3.0. (From yocto-docs rev: d2d6be323d1a5ed9da88b7924954f9733a78da84) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Replace a couple old references to "task-*"Robert P. J. Day2014-07-231-1/+1
| | | | | | | | | Replaced with packagegroup names, the newer form. (From yocto-docs rev: 5492b0669acc9ce8a8ee1a00dfdc7e9f2b98a5c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated some glossary variables:Scott Rifenbark2014-07-211-2/+12
| | | | | | | | | | * INITSCRIPT_PARAMS - noted the default * INITRD_IMAGE - added a reference into the image-live class. (From yocto-docs rev: 152cb93ca591c46a1344f2f09e0f85f14519ddf3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: renamed "do_package_write" to "do_package_write_*"Scott Rifenbark2014-07-211-1/+1
| | | | | | | | | | I found an occurrence where we were refering to the removed task do_package_write. I changed it to "do_package_write_*" (From yocto-docs rev: 4e989f2df1cf74c81ba9d02088addb79012762a7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed grammar problem in FILES variable description.Scott Rifenbark2014-07-211-15/+21
| | | | | | | (From yocto-docs rev: faf5bc08e3f015dfb610ebdb73a0747793451033) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Modified licensing verbiage for GPLv3Scott Rifenbark2014-07-213-8/+12
| | | | | | | | | | | | Fixes [YOCTO #6499] Updated three areas to include similarly licenced components regarding the use of non-GPLv3 licensing. (From yocto-docs rev: 88c0720e4070be58fbde17bc04db2b53c3307bf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs: Fixed some references to BitBake Manual.Scott Rifenbark2014-07-212-6/+4
| | | | | | | | | | | | | | | | Fixed a reference that was not linking to the manual but was instead referencing the Source Directory structure. (From yocto-docs rev: aae3fb868e95ef2dbd548a5f9d1ea61a013190cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/ref-manual/ref-variables.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs: Fixed required Git to 1.7.8+Maxin B. John2014-07-032-2/+2
| | | | | | | (From yocto-docs rev: ca86bbd8c4d9be44cbc11f579d0720aaf30cbc6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added USE_VT variable description.Scott Rifenbark2014-07-031-0/+22
| | | | | | | (From yocto-docs rev: c56cea783f87932de7ba6c02a1256f1303298f48) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added SYSVINIT_ENABLED_GETTYS variable description.Scott Rifenbark2014-07-031-0/+21
| | | | | | | (From yocto-docs rev: 25d3b63cbb845e95ea309e4247d19366df7400ba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the INITRD_IMAGE variable description.Scott Rifenbark2014-07-031-0/+13
| | | | | | | (From yocto-docs rev: cb74809cbbe6ce8696b31fd1b154bfcb2cb68a26) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, bsp-guide: Added cross-references for two variables.Scott Rifenbark2014-07-031-6/+7
| | | | | | | | | | | | Added several cross-link references for the LICENSE_FLAGS and LICENSE_FLAGS_WHITELIST variables. Note that the cross-references previously put in for LICENSE_FLAGS were slightly wrong as they were using the <ulink> tag instead of the <link> tag. (From yocto-docs rev: dc2769c63d24d3650c993cfd48bcb4540ad36ca2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the LICENSE_FLAGS_WHITELIST glossary description.Scott Rifenbark2014-07-031-0/+16
| | | | | | | (From yocto-docs rev: 3fc3583d24b43bfd2a8cda0c6d2b1468e7a16c36) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, bsp-guide: Added several cross-references to LICENSE_FLAGS.Scott Rifenbark2014-07-031-7/+10
| | | | | | | | | | | Needed to add several links to the newly described LICENSE_FLAGS variable in the glossary. Three links added to the ref-manual and a single link added to the BSP Guide. (From yocto-docs rev: 2ca6e556c299814d6ef847ed059a4f0a2d48adb3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the LICENSE_FLAGS variable description.Scott Rifenbark2014-07-031-0/+24
| | | | | | | (From yocto-docs rev: dfe4bb2268a2b79571ea03d44684de31ed25cc66) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Updates to support PTEST_ENABLED.Scott Rifenbark2014-07-031-0/+15
| | | | | | | | | | | | | | | In the ref-manual, I added a new variable description for the PTEST_ENABLED variable. In the dev-manual, I added a note to the "Adding ptest to Your Build" section to mention that the OpenEmbedded system uses PTEST_ENABLED to enable or disable building ptests and that the user does not set this variable directly. (From yocto-docs rev: 52d6608caaa25378b873e41e1ddd05356ff8629a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to INITSCRIPT_PARAMS variable.Scott Rifenbark2014-07-031-1/+7
| | | | | | | | | | | Added a bit about values being passed through the update-rc.d command and then a reference to the command's page. (From yocto-docs rev: e007414608ed801e440b701d6c43dca955a11611) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Some minor fixes to the QA Checks chapter.Scott Rifenbark2014-07-031-2/+9
| | | | | | | | | | | | | * For "Architecture did not match" and "Bit size did not match", added the missing QA check name marker [arch] * Under the already-stripped entry, added a final sentence (to the paragraph before the note box) (From yocto-docs rev: 7c3bda03a4424d1e083403266c570b34fcab9bbf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to OVERRIDES variable.Scott Rifenbark2014-07-031-3/+3
| | | | | | | | | | Updated the link into the section for understanding how OVERRIDES work. (From yocto-docs rev: f897b9d0cc51899f3e4ce05b69a3c1dd429780d7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed link back into the BB manual.Scott Rifenbark2014-07-031-1/+1
| | | | | | | | | | | The section heading in the BitBake User Manual changed. Consequently, the lone reference in the YP doc set to that old section became incorrect. Fixed the link. (From yocto-docs rev: f4ecea15d62fd0eed83f03d370b20bde95f3936d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to PROVIDES variable.Scott Rifenbark2014-07-031-12/+24
| | | | | | | | | More detail added. (From yocto-docs rev: 84177a600f84af4cc41b9493b46e2a23bc7ccc19) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Added permalink display styles to CSS files.Scott Rifenbark2014-07-031-18/+24
| | | | | | | | | | | | | Fixes [YOCTO #5772] Updated each manual's CSS style sheet to contain a style for how the permalink symbol looks on its own and how it looks when a user hovers over it with the mouse. (From yocto-docs rev: c8d4afa0b83a40ac2de0c47c191a11b3e7d241e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added support for variable permalinks in the glossary.Scott Rifenbark2014-07-031-0/+1
| | | | | | | | | | | | Fixes [YOCTO #5772] Updated the customization layer to include the file that generates permalinks for the variable definitions. (From yocto-docs rev: adfb6f06fcba2045e56353bcff0df1df9106544c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the BASE_LIB variable to the glossary.Scott Rifenbark2014-07-031-0/+22
| | | | | | | | | Fixes [YOCTO #5463] (From yocto-docs rev: 82c1f8b3a53fc83a7f5ad3321bdcf793ca4c93fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNE_PKGARCH_tune to the variable glossary.Scott Rifenbark2014-07-031-0/+22
| | | | | | | | | Fixes [YOCTO #5463] (From yocto-docs rev: 3a42ef546998ece12d06af4ed7e688408d48ad8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added ABIEXTENSION variable to the glossary.Scott Rifenbark2014-07-031-1/+21
| | | | | | | | | Fixes [YOCTO #5463] (From yocto-docs rev: 2c975287da15db466e9624d4c27a88f91637480b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNEABI_OVERRIDE and TUNEABI_WHITELIST to glossary.Scott Rifenbark2014-07-031-6/+56
| | | | | | | | | | | | Fixes [YOCTO #5463] In addition to adding these two new variables, I did some cleanup of the TUNEABI variable description for consistency. (From yocto-docs rev: cf5c5fd0cb262b8da030ac923fda902d9e007b21) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNEABI to glossary.Scott Rifenbark2014-07-031-0/+21
| | | | | | | | | Fixes [YOCTO #5463] (From yocto-docs rev: b932a7436b2cc26151b219d4d61b0723d5d651aa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TARGET_CC_KERNEL_ARCH variable to glossary.Scott Rifenbark2014-07-031-0/+21
| | | | | | | | | Fixed [YOCTO #5463] (From yocto-docs rev: b43d19eb8ce202b42bae28b6511a97cb70584cc6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNECONFLICT[feature] to glossary.Scott Rifenbark2014-07-031-0/+22
| | | | | | | | | Fixes [YOCTO #5463] (From yocto-docs rev: 914a9f0244e95a6d11af4c5312b10375267360a0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNEVALID[feature] variable to glossary.Scott Rifenbark2014-07-031-0/+19
| | | | | | | | | Fixes [YOCTO #5463] (From yocto-docs rev: e3e69cbe36e0097fdb19ccde2b447c42a59b486f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added three new tuning variables to glossary.Scott Rifenbark2014-07-031-0/+79
| | | | | | | | | | | | | | | Fixes [YOCTO #5463] New entries for: TUNE_FEATURES AVAILTUNES DEFAULTTUNES (From yocto-docs rev: e56d0027b06171cb547e24a51839cb7f8051e6f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNE_LDARGS and TARGET_LD_ARCH variables.Scott Rifenbark2014-07-031-0/+40
| | | | | | | | | New glossary entries. (From yocto-docs rev: dbf566e1009d51ad8fce1ac8251249a70fb9270c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNE_ASARGS and TARGET_AS_ARCH variables.Scott Rifenbark2014-07-031-0/+40
| | | | | | | | | New variables added to the glossary. (From yocto-docs rev: 903ed6d26d7d32e4c1237fa9fd44b7471f1a41f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TUNE_ARCH variable and edited TARGET_ARCH.Scott Rifenbark2014-07-031-0/+59
| | | | | | | | | | | | Fixes [YOCTO 5463] Added the TUNE_ARCH variable. Also placed a cross-reference to TUNE_ARCH in the TARGET_ARCH variable. (From yocto-docs rev: 85d2a49323e0040b263b6d7f08fd036a25297b05) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to several tasks that do a bit of "cleaning"Scott Rifenbark2014-06-181-2/+28
| | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #1949] Updated the following tasks to note that they "clean" out some areas when run: do_populate_sysroot do_deploy Also made some notes to the do_cleansstate task about attempting to clean remote mirrors. And, made a change to do_cleanall to specifically mention that DL_DIR is cleaned. (From yocto-docs rev: 7e532b17ccd89e43d3661c733ce1f06a52066c29) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>