summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual: Removed out-of-date links in supported distros section.Scott Rifenbark2013-12-031-5/+0
| | | | | | | | | | | | The links to the supplemental information wiki pages on setting up your system to run YP were terribly out of date. I re-wrote the section to remove them. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 0a2a2b95781e6b70d584612c33f81839cf7a10c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Formatted "Caution" boxesScott Rifenbark2013-12-031-4/+4
| | | | | | | | | | | | | | | | The formatting for the "Caution" boxes was poor. There was no apparent reason in the style guide why these types of admonitions should appear any different than "Notes" or "Tips", which look fine. I could not devise a .css solution so I tricked the formatting by using the <title></title> tags in combination with a <note></note> pair. Basically dumped the <caution></caution> tag pair. It looks okay now. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: a53d6f0b3a22cfd87f841c03452b5ebce2b1b474) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Patch for various fixes to glossaryRobert P. J. Day2013-12-031-52/+60
| | | | | | | | | | | | | | Fixes include: * typoes * grammar fixes * updated package and version references * clarifications (From yocto-docs rev: 3d719af78c9d4b7260b399c98b7630ddf11c326b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to INITSCRIPT_NAME variable.Scott Rifenbark2013-12-031-1/+2
| | | | | | | | | | The etcdir string was replaced by sysconfdir. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 095a9226171189f17c0671b05196cef58da33732) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the BBLAYERS_NON_REMOVABLE variable.Scott Rifenbark2013-12-031-3/+8
| | | | | | | | | | | This variable is only used when building an image using Hob. The description implied otherwise. I clearly state this now. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 12b671aec1df367c107d906bbefb44da56b2adec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the "Development Checkouts" sectionScott Rifenbark2013-11-011-4/+3
| | | | | | | | | | | Partial fix for [YOCTO #5368] Removed the tarball method completely. (From yocto-docs rev: ca898b6ada09cdf88d6eab373119aac941299363) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: updated the list of where to get YP releaseScott Rifenbark2013-11-011-7/+23
| | | | | | | | | | | | | | | Partial fix for [YOCTO #5368] The list that summarized where to get YP release did not include the source repositories. It basically just listed tarball areas. Now that cloning the Git repo of poky is the preferred method for obtaining YP, I made sure that this area was the first spot listed and called out as the preferred method. (From yocto-docs rev: d5aabd2cb70ea7b7caf5f39d0630ba6961280e1a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated link to build tools.Scott Rifenbark2013-11-011-1/+1
| | | | | | | | | | The link had a hard-coded 1.5 in it. I replaced it with a &DISTRO variable that resolves to the release. (From yocto-docs rev: ce7ae7131a7e1d79bbc67e82cb5232a6ffbaa324) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the IMAGE_FSTYPES variableScott Rifenbark2013-11-011-0/+7
| | | | | | | | | | | | | Fixes [YOCTO #5368] Applied some review comments from Laszlo to the new description. I added an example. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 5961cde05aff967f8db7cd10cd9b46c147c62f83) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated IMAGE_FSTYPES variable description.Scott Rifenbark2013-11-011-4/+4
| | | | | | | | | | | | | Fixes [YOCTO #5368] The current explanation was ambiguous regarging the term "subset". I have rewritten to be clear. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 3bf41e856c3d9828d5c9cd6d70467e88a4af575f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changed Note for most recent manualScott Rifenbark2013-11-011-5/+4
| | | | | | | | | | | | | | | | | | Fixes [YOCTO #5368] Changes partially address this issue, which is the removal of tarball installations for poky. The notes at the beginning of the YP manuals suggested that the tarball version of a manual might lag the version found on the website. Because we are discouraging installing poky/documentation from a tarball now, I have re-written the note to be generic and suggest simply that for the most recent version of the manual associated with the release, see the manual on the website. (From yocto-docs rev: a5e96e7eb719e69bbcf2139af2e20230aedc4247) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added sdk-pms to Distro Feature list.David Nyström2013-11-011-0/+6
| | | | | | | | | | | | | | Added description of DISTRO_FEATURE sdk-pms in the Yocto Reference Manual. The changes I made are not exactly identical to the patch submitted by David. I dit a bit of re-writing for the text but the concepts are the same. (From yocto-docs rev: f8076f1916cc52647b129922c1b1646ad6df8ff9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to Manual revision tablesScott Rifenbark2013-11-011-0/+10
| | | | | | | | | | | Updated all six tables for both 1.5.1 and 1.6 releases. Both entries need to ultimately be in the 1.6 version of the manuals. (From yocto-docs rev: ac1d2cc5686da142562cd674f7fa8908895a27df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new UBOOT_TARGET variable to glossary.Scott Rifenbark2013-10-081-21/+10
| | | | | | | | Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 228887f330f05037524e8982394a07cfd03d660b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the PACKAGECONFIG variable description.Scott Rifenbark2013-10-081-12/+66
| | | | | | | | | | | | Fixes [YOCTO #5214] Applied some updates to better describe the variable's use model. (From yocto-docs rev: 9a66296f090f4ef023b3b5ae6f237676b6e9bd87) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated files in the image part of build historyScott Rifenbark2013-10-081-2/+9
| | | | | | | | | | | | Fixes [YOCTO #5303] Added a bullet item to the files listed as part of images in the buildhistory figure. (From yocto-docs rev: 5c4c581cde509b880b0d36dad399df0cb510b2d2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Updated buildhistory figureScott Rifenbark2013-10-081-0/+0
| | | | | | | | | | | | Fixes [YOCTO #5303] Updated the figure to include a new folder named image-files. Also changed the folder build-id to a file. (From yocto-docs rev: eb6491858eabca3ce08ac1e4218b73e1ea7c893c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Edits to runtime package management section.Scott Rifenbark2013-10-081-1/+1
| | | | | | | | | | | | | | | These changes modify the patch sent by Trevor that essentially re-wrote this section. My edits were for consistency only and style of the book. No technical information or flow was altered. I did rename the section to be active to match the other package related sections. This caused the link in the ref-manual in the classes chapter to have to be updated. (From yocto-docs rev: eb2f950786574b1e90adc673ef00f52a70db9be6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed cross-reference to runtime package managementScott Rifenbark2013-10-081-9/+9
| | | | | | | | | | | A cross-reference section to the section in the dev-manual on runtime package management needed updating. The patch from Trevor broke the link. (From yocto-docs rev: ad33880f09569e886dcf3dbb7f4cc9058ddecba5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added U-Boot variablesScott Rifenbark2013-10-011-1/+63
| | | | | | | | | | | | Fixes [YOCTO #5295] Added three new variables to the glossary: UBOOT_MACHINE, UBOOT_ENTRYPOINT, and UBOOT_LOADADDRESS. (From yocto-docs rev: 48d52dfd4c395cdfeb95878cbd7f128adba8e398) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated supported distros list.Scott Rifenbark2013-10-011-12/+14
| | | | | | | | | | We bottomed out on this list and this change represents the latest. (From yocto-docs rev: 65718c40ccfb3cdbea756dbc7319b06d8f13a7b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the BBPATH glossary termScott Rifenbark2013-10-011-2/+20
| | | | | | | | | | | | | Fixes [YOCTO #5063] Provided a brief note that tells the user how to set BBPATH if they are going to run BitBake from any directory outside of the build directory. (From yocto-docs rev: 89b31f252237113638acea4634a65ea9ff241b5e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to restore the supported Linux distro list.Scott Rifenbark2013-10-011-3/+11
| | | | | | | | | | | This list evidently is not quite ready so I put it back to its orginal form with a couple of commented out lines in there for some distros that might be part of the list. (From yocto-docs rev: 3ace1c2e54675de72538742bc9920c5acbe36e8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated Manual Revision History TablesScott Rifenbark2013-10-011-1/+1
| | | | | | | | | Placed the release month of October in for the 1.5 release. (From yocto-docs rev: c0431b2b3115d9687dcb5d3ba37adf6bf4695867) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: udated list of supported distrosScott Rifenbark2013-10-011-2/+1
| | | | | | | (From yocto-docs rev: f0ad9b74a9d5af9f776b55d177a45df306284d82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Applied review edits to migration section.Scott Rifenbark2013-10-011-41/+41
| | | | | | | (From yocto-docs rev: f4c6423a48c5d27bd853abad9b28a6cc563d4054) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated 1.5 Migration section and COMPLEMENTARY_GLOB variableScott Rifenbark2013-10-012-105/+138
| | | | | | | | | | | | | Review edits from Paul Egglegon applied to the Migrating to 1.5 section. Also, part of the review affected the COMPLEMENTARY_GLOB variable entry in the glossary. (From yocto-docs rev: 941a388f45c99403f5cb480bf3e5aae55a800994) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Review edits for new variables.Scott Rifenbark2013-10-012-25/+84
| | | | | | | | | | | | | | | | | | | | | | | | Applied review changes to the following variables: IMAGE_NAME DATETIME SDK_ARCH IMAGE_BASENAME TUNE_PKGARCH PACKAGE_GROUP COMPLEMENTARY_GLOB BUSYBOX_SPLIT_SUID Also, reformatted some 1.5 package version requirements into a list rather than a lazy literallayout tag. Provided some new wording for the "Directory Layout Changes" section in the Migration chapter. (From yocto-docs rev: 60c3a905dd9212f1b4f6969341640a0726342d11) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the QA checks section in the 1.5 migration section.Scott Rifenbark2013-10-011-1/+1
| | | | | | | (From yocto-docs rev: f1f006710bf582f3684bb8aa5fd2d55cb18f8026) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added the version-going-backwards test to insaneScott Rifenbark2013-10-012-0/+18
| | | | | | | | | | | Added this new test to the insane.bbclass section. Also put in a reference in the migration section back to the new entry. (From yocto-docs rev: 32e25547b439030b93d9bc72bdce916eded518b4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New migration section for 1.5 and new variablesScott Rifenbark2013-10-012-1/+559
| | | | | | | | | | | | | 1. Created the first draft of the new migration section for moving to the YP 1.5 release. 2. Created new variable glossary descriptions for the SDK_NAME, IMAGE_NAME, and DATETIME variables. (From yocto-docs rev: 26e6a7675183b49a0ee8059d81218dbc5cd14bd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the "Images" section.Scott Rifenbark2013-10-011-1/+2
| | | | | | | | | | changed the wording for where the DEPLOY_DIR_IMAGE directory points to per Paul Eggleton's suggestion. (From yocto-docs rev: eaa48e4dc54bf07431d389de6064329f2173ea68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added some more undocumented classesPaul Eggleton2013-10-011-2/+9
| | | | | | | | | Paul sent a few more for the list. (From yocto-docs rev: ea4dd51b4e5fdedf767d8318507551f00c6d46d3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Edits to running automated tests section.Scott Rifenbark2013-10-012-6/+6
| | | | | | | | | | | Applied a second round of review edits from Paul Eggleton for the new "Performing Automated Runtime Testing" section. I did some reorganization and some minor wording changes. (From yocto-docs rev: fa8f8e5f0f6c1377a4fcafcd3d933af15ac01ff3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the bitbake --help listing.Scott Rifenbark2013-10-011-49/+47
| | | | | | | (From yocto-docs rev: 83f6776d107a146ff2bbcd37229e8cd637314fd9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the autotools.bbclass sectionScott Rifenbark2013-10-011-3/+3
| | | | | | | | | Re-wrote the sentence refering to the make variable DESTDIR. (From yocto-docs rev: 392e6e17c4f65fd038ec9bb73823837803543baf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to DESTDIR areas.Scott Rifenbark2013-10-011-6/+0
| | | | | | | | | | | Removed the glossary entry for DESTDIR as this is a Makefile variable. Also, updated the reference sentence to DESTDIR that was in the autotools.bbclass section. (From yocto-docs rev: 16900d95dbbd406ac93cd22f2b14b2346668beb3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the EXCLUDE_FROM_WORLD variable.Scott Rifenbark2013-10-011-5/+10
| | | | | | | | | Minor word changes and formats. (From yocto-docs rev: 82c096cd79e7de8cb8c4af4be02b6838e82f06d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new PARALLEL_MAKEINST variable description.Scott Rifenbark2013-10-011-0/+27
| | | | | | | (From yocto-docs rev: f2fef55151a841a0c05a78d7444fa1634edbf593) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to PARALLEL_MAKE variable.Scott Rifenbark2013-10-011-5/+15
| | | | | | | | | | Added a note indicating that the variable might be cleared out if there are problems running Make. (From yocto-docs rev: 861921b86c48de2267ccd32ab3f3424a98eb8ed1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the PARALLEL_MAKE definition.Scott Rifenbark2013-10-011-2/+4
| | | | | | | | | Re-worded the first sentence. (From yocto-docs rev: 1b6798a8de3d73418b4377cf3b9654dfea4caed8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the SERIAL_CONSOLE variableScott Rifenbark2013-10-011-1/+2
| | | | | | | | | Added minor wording to the note. (From yocto-docs rev: 1c575ad8ef6823a66adcc0b4e223ecb55226f13f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated SRC_URI descriptionScott Rifenbark2013-10-011-0/+4
| | | | | | | | | Added a "patchdir" option. (From yocto-docs rev: 2f4e51ea749406eaab2195df814a171bb4679a54) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Applied review comments for test sectionScott Rifenbark2013-10-012-33/+44
| | | | | | | | | | | The section and variables for performing automated runtime tests on images was reviewed by Paul Eggleton. The suggested changes were made. (From yocto-docs rev: c2f84ea3c162892e4da3df30fb833f88bab3d3cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added TEST_IMAGE variable description to glossary.Scott Rifenbark2013-10-011-0/+25
| | | | | | | (From yocto-docs rev: 7ab81854ce25134bbf88a8ddd799a3848f59966a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New variable descriptions to support QEMU image testsScott Rifenbark2013-09-221-0/+72
| | | | | | | | | | Added variable descriptions for TEST_SUITES and TEST_QEMUBOOT_TIMEOUT. (From yocto-docs rev: 8ca24bbb5388040a4aa5b70bac9babf1805bbb6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a new entry for the testimage.bbclass.Scott Rifenbark2013-09-221-0/+27
| | | | | | | (From yocto-docs rev: 05db9912f837d79c7da3411586248dcc78172985) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added versioning to some R* variablesScott Rifenbark2013-09-221-5/+87
| | | | | | | | | | | | | | Fixes [YOCTO #4987] Added some versioning operators to the RCONFLICTS, RREPLACES, and RRECOMMENDS variables. I am using the same base text to get this information across. Because it is a referenced glossary, the duplication is acceptable. (From yocto-docs rev: 47613f962c945e06710ba2e14e0eb5f1f11d0336) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, yocto-project-qs: Explanations for Git tarballsScott Rifenbark2013-09-222-14/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #5035] By default, the DL_DIR does not get files from Git repositories that are suitable for mirroring. There is a work-around by using the BB_GENERATE_MIRROR_TARBALLS variable, which, when set, causes the build system to generate tarballs for the Git repositories and place them in the DL_DIR. To address this, I added a new variable description for the BB_GENERATE_MIRROR_TARBALLS varible, updated the DL_DIR variable to indicate that "out-of-the-box" the YP puts suitable mirror files into the DL_DIR for everthing except Git repositories. Some other sections were updated where discussion revolved around pulling down source files. The QS had a spot where the BB_GENERATE_MIRROR_TARBALLS variable was actually used in an example. And, the expanded discussion on the BitBake process had a couple spots that deserved a mention. (From yocto-docs rev: 1539ff13222449ba60bfaaaac4fe1e8a795b0039) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New BB_GENERATE_MIRROR_TARBALLS variable.Scott Rifenbark2013-09-221-2/+27
| | | | | | | | | | | | | | Fixes [YOCTO #5035] Added a new glossary entry for BB_GENERATE_MIRROR_TARBALLS and updated the DL_DIR entry to note the ability to get these tarballs into DL_DIR. Cross-referenced the new variable from DL_DIR as well. (From yocto-docs rev: 361000877f2a13b13154e437a6c28839fa58cd5e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>