summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual: Added information for OEROOT and build environmentScott Rifenbark2013-09-122-34/+135
| | | | | | | | | | | | | | | | | | | Fixes [YOCTO #4980] Added a new glossary entry for OEROOT. Added significant information to the local.conf and bblayers.conf reference sections to describe how the root build directory is derived. Also, some unrelated formatting to the DL_DIR variable description was mixed in here because I forgot to commit that separatey and it lives in the same variables.xml file. (From yocto-docs rev: c397a31f5b0d3f6257657119a4e81b4fbdc3800c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated source input figureScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | Fixes [YOCTO #2808] I tweaked the SCM box in the figure so that the connection to real SCMs is better. This was causing confusion. (From yocto-docs rev: f4080315ab6b57068ab2fbb948c52f731d1ea5dd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated wording to be more professional for broken build.Scott Rifenbark2013-09-121-1/+2
| | | | | | | (From yocto-docs rev: 133b40d224740c23573ae473d5a2938ae069158a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Update to bblayers.conf exampleRoss Burton2013-09-121-6/+6
| | | | | | | | | | The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead. (From yocto-docs rev: 4520a2e41bf229481bd959e494e5bde84bbcfc51) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: replaced "atom-pc" with "genericx86"Darren Hart2013-09-123-3/+3
| | | | | | | | | | Update the manuals to reflect the recent replacement of atom-pc with genericx86. (From yocto-docs rev: 8f77006d74b77000f56b64581cb5f6474f53a4f1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Re-ordered some P* variables in the glossary.Scott Rifenbark2013-09-121-52/+52
| | | | | | | | | Some things were not in alphabetical order. (From yocto-docs rev: e7d96d5eecaa74d680a4495a21f86a7776852c48) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added new section on how to exclude a packageScott Rifenbark2013-09-121-0/+45
| | | | | | | | | | | | | | | Fixes [YOCTO #4079] The changes here address the documentation component of this bug. There is now a new section in the dev-manual in the "Working With Packages" section that describes and introduces the three variables the user can use to control this feature: BAD_RECOMMENDATIONS, NO_RECOMMENDATIONS, and PACKAGE_EXCLUDE. (From yocto-docs rev: a7e2097c43955db99ec068068d4291fc4e1deaf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the screen help for bitbake command.Scott Rifenbark2013-09-121-7/+20
| | | | | | | (From yocto-docs rev: fc48174c0cc851ab6ace5a8f41ba7d291b1cbb0a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Added the memory-resident BitBake featureScott Rifenbark2013-09-1211-25/+168
| | | | | | | | | | | | | | | | | | | | | | | | The main changes are captured in a new section devoted to the oe-init-build-env-memres script within the ref-structure.xml file and in the variables.xml file in a BBSERVER variable entry in the glossary. All other changes were necessary to integrate the new functionality into areas where running the setup script are discussed. Before this feature, there was a single setup script (oe-init-build-env). Consequently, wordings and such were designed exclusively for this single method. With the introduction of a second possible method to initialize the build environment, tweaks to many sections were needed. Beside the wording tweaks, appropriate cross-referencing was also needed. All these changes cover the integration of the new feature. Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From yocto-docs rev: c55c9a53c9b4cd1e06e6e81e32d56f9bbf5fe98c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Re-ordered some B* variables to be in alphabetical order.Scott Rifenbark2013-09-121-75/+75
| | | | | | | (From yocto-docs rev: 75e170bb84d263a514e79c02c8628ef44290a5b2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updates to config and package splitting figsScott Rifenbark2013-09-124-0/+0
| | | | | | | | | | | | | Fixes [YOCTO #2808] Found some errors in how I was labeling the various directories created in the Build Directory upon image configuration. I corrected the labeling by editing these two figures. (From yocto-docs rev: 4a08ad8bda0617e18b9998b794267f743e445eaa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated two figuresScott Rifenbark2013-09-124-0/+0
| | | | | | | | | | | | Fixes [YOCTO #2808] Updated the images and SDK figures so the outside box would be red as that is what it is in the general figure. (From yocto-docs rev: 8f43a328c68bdb96e6b7cc1086400c8e3493d3b7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Edits to figuresScott Rifenbark2013-09-124-0/+0
| | | | | | | | | | | | Fixes [YOCTO #2808] I made some small cosmetic corrections to two figures in the expanded look at YP process chapter. (From yocto-docs rev: 50950f7ae6ea87cde1a9228837aa15985c88b579) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Created new "Closer Look" chapterScott Rifenbark2013-09-123-1039/+1052
| | | | | | | | | | | | | | | | | Fixes [YOCTO #2808] I extracted the section that takes a closer look at the YP development process into its own chapter. Feedback during the review indicated that this information should not be buried as it was in a section but rather pulled higher out for visibility. So, The changes create a new chapter three that is dedicated to this topic. (From yocto-docs rev: 32c66976b6b84787d14d6174dab843862a0d184b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Re-ordered flow for detailed process sections.Scott Rifenbark2013-09-121-217/+217
| | | | | | | | | | | | | Fixes [YOCTO #2808] Based on feedback from Dave Stewart, I have rearranged the sub- section flow of the topics to match that of an actual build. This meant moving the BitBake section higher up in the order. (From yocto-docs rev: 3e62dd70dab596c3a55815c1ad3f1578a9f3400f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updates to process figuresScott Rifenbark2013-09-1221-1/+1
| | | | | | | | | | | | | Fixes [YOCTO #2808] Updated several figures to get rid of shadows and gradients in the colors. This completes the work on getting the figures to all be consistent. (From yocto-docs rev: 9e59810ed4772cd75ffe1604b66afe16e9cf9c67) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated package-feeds diagramScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | Fixes [YOCTO #2808] Modified the BitBake box to have a "spatula" form to be like the BitBake box in the more general diagram. (From yocto-docs rev: f42867929336c807977a584fba42613cbca44dfc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated the analysis figure.Scott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | | Fixes [YOCTO #2808] Updated the analysis-for-package-splitting.png figure so that the BitBake box has the "spatula" form used in the regular overview picture. (From yocto-docs rev: 4ef43f3a4f96b867ab0985aa70996abe4c2caf75) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated the configuration figureScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | | Fixes [YOCTO #2808] Updated the configuration-compile-autoreconf.png figure so that the general shape of the BitBake box represents the "spatula" form used in the general overview figure. (From yocto-docs rev: b4c81b94a3ced5645a92076022abc4a3938be5b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated the patching figureScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | Fixes [YOCTO # 2808] Updated the figure for patching so that it uses the "spatula" type BitBake shape rather than a square box. (From yocto-docs rev: 61c2bdc1a0d6f33d18f5fef1b0640213b899ec63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated the source fetching figureScott Rifenbark2013-09-123-1/+1
| | | | | | | | | | | | | Fixes [YOCTO #2808] Updated the figure to use the "spatula" type version of the general BitBake box. Also had to adjust the width a bit to get the figure to display correctly. (From yocto-docs rev: 3049e20eb215b00e61dabed9c124fa8ebc6c946b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated ADK figureScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | I modified the sdg.png figure that shows detail for SDK generation by creating a spatula-like shape for the general BitBake box. (From yocto-docs rev: 597d121e8286d51be73f87594d2f99354621c112) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-project-qs: Added Creative Commons distribution blurb.Scott Rifenbark2013-09-121-0/+15
| | | | | | | | | The QS did not have this legal blurg. I have added it in. (From yocto-docs rev: a007c4176b64db6ebbfaf4723c7842603a49ed76) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: edits to BAD_ and NO_RECOMMENDATIONSScott Rifenbark2013-09-121-16/+10
| | | | | | | | | Some review edits based on Paul's review. (From yocto-docs rev: d6ff6399cb02b045a7a35a2c87d5f62a25612c3b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Variable adds and edits for package exclusion changesScott Rifenbark2013-09-121-20/+179
| | | | | | | | | | | | | Fixes [YOCTO #4079] I have added variable descriptions for NO_RECOMMENDATIONS and PACKAGE_EXCLUDE. I updated the BAD_RECOMMENDATIONS and the RRECOMMENDS variables. (From yocto-docs rev: 3b5b44d3db9e723cd9836ddbd4177c2ab2e1d663) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated DEPENDS and RDEPENDS variable descriptions.Scott Rifenbark2013-09-121-5/+56
| | | | | | | | | | | I have added more information to both these variables to help explain their use better. Based on email from Paul Eggleton. Each entry now features a simple example. (From yocto-docs rev: 1ec67c639f15259ac67d5591d1d7a23522b0a822) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added section on linux kernel image names using PEScott Rifenbark2013-09-121-0/+24
| | | | | | | | | | | | | Fixes [YOCTO #5089] In the "Migration" section for going from 1.3 to 1.4, I have added a new section to describe how the value of PE is now in the generated Linux kernel image filename. (From yocto-docs rev: 8ff3d263d2374ab3745e5264c3747e36674e7484) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the PE variable description.Scott Rifenbark2013-09-121-3/+4
| | | | | | | | | | I changed the description to note that the PE variable is unset by default. (From yocto-docs rev: fe3655121e2796e50b8b3372df06cdf8341a2202) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to figuresScott Rifenbark2013-08-3010-0/+0
| | | | | | | | | | I updated several figures to implement some of Dave Stewart's review feedback for the expanded section on the build process. (From yocto-docs rev: abd78cd6eaad8173ef8f9b3376c323875e5c4542) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edit.Scott Rifenbark2013-08-301-3/+1
| | | | | | | | | | Removed the bit about the bold text representing a layer. I changed the figure so I am not following that convention. (From yocto-docs rev: 119b64be029e15e5c588a5e6c8dd9e0ac1a79c8c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Edits for expanded packaging descriptionScott Rifenbark2013-08-303-21/+33
| | | | | | | | | | | | | | | Fixes [YOCTO #2808] Applied review comments to the package splitting section in the section that digs deeper into the build process. This involved updating the figure that resides in both "figures" directories of the ref-manual and the mega-manual. Also updated supporting text throughout the section per Paul's comments. (From yocto-docs rev: 34e3610d0c6912530f678e9f1fa4587aaaf9fc70) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New variables descriptions for PKGDATA_DIR and PKGDESTWORKScott Rifenbark2013-08-301-0/+36
| | | | | | | (From yocto-docs rev: a5c3663f6fa6e8f98a7626b99b5ad9ca2058670b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated figure for conf/compile detailsScott Rifenbark2013-08-262-0/+0
| | | | | | | | | | | | Fixes [YOCTO #2808] Updated the figure per Paul Eggleton's feedback to be clearer. The figure resides in both the ref-manual and the mega-manual. (From yocto-docs rev: 8a0f391c9404582b3b7f62d740d5c0488a6220be) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-project-qs, adt-manual: Updates to toolchain installer scriptScott Rifenbark2013-08-262-26/+51
| | | | | | | | | | | The way in which the toolchain installer scripts are named has changed. I have updated two sections that describe this so that the new naming scheme is used. (From yocto-docs rev: 71b70a12c72bca7cad565b5d6f44b2c6b311844d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Reset the toolchain variable.Scott Rifenbark2013-08-261-1/+1
| | | | | | | | | | I had to undo this change. The variable that points to the toolchains still needs to be in place. (From yocto-docs rev: 56382d447ef838ec50bae476d026016dabb4663b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Changed the toolchain variableScott Rifenbark2013-08-261-1/+1
| | | | | | | | | | | | Updated the YOCTO_TOOLCHAIN_DL_URL variable to be set to "&YOCTO_RELEASE_DL_URL;/buildtools/". This variable used to be set to "&YOCTO_RELEASE_DL_URL;/toolchains/". The naming scheme has changed for where toolchain installers are now built. (From yocto-docs rev: 376cce752784da6fbb1bdbf655c7f40d9766e9e4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Makefile: Added new figure for package creation.Scott Rifenbark2013-08-261-2/+4
| | | | | | | | | | | | | Fixes [YOCTO #2808] The new section on package creation required a new figure. I added the figure to the TARBALL creation part for both the ref-manual and the mega-manual. (From yocto-docs rev: 3e752dd95659282833519bff866adc940a156ba7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: New section on package creationScott Rifenbark2013-08-263-0/+54
| | | | | | | | | | | | | | Fixes [YOCTO #2808] Added a new section to the expanded discussion on how builds are done. This section is on package creation. A new figure was added to both the ref-manual and mega-manual figures directories. (From yocto-docs rev: e31e5aeb7d93f3cfa4fc9c12e324f03a27b5f8ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Makefile: Added figure to the ref-manual and mega-manualScott Rifenbark2013-08-261-2/+2
| | | | | | | | | | | | | | Fixes [YOCTO #2808] A new figure named configuration-compile-autoreconf.png was introduced in a new section. Thus, the figure had to be added to the tarball creation for both the ref-manual and the mega-manual. (From yocto-docs rev: aa0967ee49fa5d8053e14e0cc229b47a0e65b1f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: new section on config/compile for expanded buildScott Rifenbark2013-08-263-0/+59
| | | | | | | | | | | | | | Fixes [YOCTO #2808] Added a new section on configuration and compilation for the expanded discussion for the build process. This involved a new figure that had to be added to both the ref-manual and mega-manual figures directories. (From yocto-docs rev: 9ba90c79990b79226d6e95e4a01ddedeccb94b35) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated figuresScott Rifenbark2013-08-262-0/+0
| | | | | | | | | | | | Fixes [YOCTO #2808] Updated a couple figures to be consistent for how directories and their contents are displayed. (From yocto-docs rev: 5a3d08b2543c5ea1f76d65d67bf8a5615f6b5a0e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Makefile: Updated with new figure.Scott Rifenbark2013-08-261-2/+3
| | | | | | | | | | | | Fixes [YOCTO #2808] Had to add the patching.png figure to the TARBALL for the mega-manual and the ref-manual. (From yocto-docs rev: fe51c2c76f364956683c484527e245a745920dc1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New section on patching for expanded build processScott Rifenbark2013-08-263-0/+35
| | | | | | | | | | | | | | Fixes [YOCTO #2808] Added a new sub-section to the BitBake section that takes a closer look at the build process. Part of the requirements was a new figure that had to be added to both the ref-manual and the mega-manual figures directories. (From yocto-docs rev: c40476b079cf5765b8228502f0ef33072f8b2b85) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, Makefile: New section on BitBake for expanded buildScott Rifenbark2013-08-264-2/+74
| | | | | | | | | | | | | | | | | | Fixes [YOCTO #2808] Created a new section called "BitBake" that will provide an expanded discussion of the basic YP build process. The "BitBake" section has a new sub-section called "Source Fetching." Part of the new section is a new figure named source-fetching.png. The figure must reside in the "figures" directory in both the ref-manual and the mega-manual. It must also be listed for each of these manuals in the TARBALL statement in the Makefile. (From yocto-docs rev: 41eff3e755a98ff31cadccfb1cd7dfcf569b4d9e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed syntax in the S variable.Scott Rifenbark2013-08-261-1/+1
| | | | | | | (From yocto-docs rev: 00fc96c2b5a03e4a32972b5f295fb70411a4e08f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual: Removed the gmae stuffScott Rifenbark2013-08-261-7/+4
| | | | | | | | | | | According to Ross, we are not going to have gmae as part of the toolchain installers. So, I removed a couple instances of the filenames and then the mentioning of it when building the installer. (From yocto-docs rev: 70407feda9382fa8226142881e18f282764638be) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, adt-manual: Minor edits from review.Scott Rifenbark2013-08-262-11/+13
| | | | | | | | | | | | | | | | | Fixed some wordings in the ADT manual to remove "Intel-based" so as not to be biased. Added "x86" to qualify the types of systems in the toolchain examples. Added minor wording to the IMAGE_TYPES variable. Changed some wording for the IPK_FEED_URIS varilable. (From yocto-docs rev: 1fa7e0000591bec7e3d0b682df02b95dbee3d4f1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: updated the note about what distros we supportScott Rifenbark2013-08-261-1/+2
| | | | | | | | | | | | Fixes [YOCTO #4927] Added some minor wording to the note to indicate that we currently have no plans to support rolling releases. (From yocto-docs rev: d3b7b4791c01ce01ac9e50c78e9223955eb9b3f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: minor edit to the PKGDEST variable.Scott Rifenbark2013-08-261-1/+1
| | | | | | | (From yocto-docs rev: 027b73857c76dd34b1559eda9705531d531c806b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to insane.bbclass and two new variables added.Scott Rifenbark2013-08-132-30/+60
| | | | | | | | | | | | | * Updated the insane.bbclass section to move the note at the end about using ERROR_QA and WARN_QA to control how the checks are reported to the front of the section. * Added new variable entries for WARN_QA and ERROR_QA. (From yocto-docs rev: 6f220d1ba3d44a1bba2f1ac882cdf6b601ddc5bb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>