summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* ref-manual: Added note about issues on supported distrosScott Rifenbark2013-06-211-9/+20
| | | | | | | | | | | | | | Fixes YOCTO #4519 I have added a note after the list of supported Linux distros that states there might be problems on a given distro when using YP. I cited the CentOS 6.4 example for this 4519 bug. (From yocto-docs rev: 30c413739aae99462ec2b4771041d4c115917aa9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New section on cross-development toolchains added.Scott Rifenbark2013-06-212-0/+174
| | | | | | | | | | | | | | | First draft of this new section. It included a figure so the figure had to be added to the "figures" folder of the mega-manual. New section introduces concepts behind the types of cross-toolchains YP develops through user commands that build images and build the relocatable SDK. (From yocto-docs rev: b3c9a2e3f90892a2175110393a962fd152316ca6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: fixed caps problem with the word "numberS"Scott Rifenbark2013-06-141-1/+1
| | | | | | | (From yocto-docs rev: 079abc1c0eac1b58f8b4947f1addb1161a4bb53d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed grammar in PREFERRED_VERSION glossary item.Scott Rifenbark2013-06-141-4/+4
| | | | | | | (From yocto-docs rev: d695ef6e636755e9ee33fe09f8da0a12fbc8c224) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Wayland section review draftScott Rifenbark2013-06-141-15/+37
| | | | | | | | | | | Fixes YOCTO #3882 This is the review draft for the wayland section. (From yocto-docs rev: 54234dae5c2957ef2c1a6cb03a7e7fe0fa2cea34) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: updates to RDEPENDS and RM_WORK_EXLUDE variables.Scott Rifenbark2013-06-141-16/+10
| | | | | | | (From yocto-docs rev: a661f1c0d0cfed91fde69cf5352cef1daffff719) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to the RDEPENDS variable entry.Scott Rifenbark2013-06-141-12/+28
| | | | | | | | | Re-wrote some stuff to be clearer. (From yocto-docs rev: 7c8f529d099d1a234be5e5652acdbb63c9d44d42) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New glossary entry for the FILESOVERRIDES variable created.Scott Rifenbark2013-06-141-0/+29
| | | | | | | (From yocto-docs rev: 8e5e530dcccca6f549616137759804a507207297) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: edits to FILESPATH and FILESEXTRAPATHS variables.Scott Rifenbark2013-06-141-13/+20
| | | | | | | | | | | I updated some of the explanation to be more specific about the default paths the build system uses and just exactly how a user should use FILESEXTRAPATHS. (From yocto-docs rev: 5eba1437fb07300d0b42011eb82200215201c8ac) 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 OVERRIDES.Scott Rifenbark2013-06-141-0/+14
| | | | | | | (From yocto-docs rev: b8c9e66a825aeced8c50f800054e2a71ef119627) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual, poky.ent: Fixed broken Release Note schemeScott Rifenbark2013-05-311-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The URL naming convention for the YP Release Notes has changed. It now takes the following form: http://www.yoctoproject.org/download/yoctoproject-15-poky-1000 The above is an example for YP Release 1.5 and poky release 10.0.0. I have set up three new variables in the poky.ent file to somewhat automate the links in the docs to point to the location of a given set of release notes: 1. DISTRO_COMPRESSED - set to the DISTRO string with no period (e.g 15 for 1.5). 2. POKYVERSION_COMPRESSED - set to the poky version with no periods (e.g. 1000 for 10.0.0). 3. YOCTO_RELEASE_NOTES - set to the full-blown release note URL. I made two changes to existing links for the Release Notes. One was in the dev-manual and one was in the ref-manual. (From yocto-docs rev: e6088927980a1de8022b22f7f38b3046fea20235) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Partial draft for the new Wayland support section.Scott Rifenbark2013-05-311-1/+109
| | | | | | | | | | I created a partial draft of the new section that describes how to use the wayland feature. (From yocto-docs rev: a03d1897a39ee2eb0fbb551c66c63b10928aebc4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new THISDIR variable and fixed some minor issues.Scott Rifenbark2013-05-311-1/+12
| | | | | | | | | | | | 1. Added a new glossary entry for the THISDIR variable. 2. Inserted a link in the note of the FILESEXTRAPATHS variable to the new THISDIR glossary entry. (From yocto-docs rev: a4e704ff165959fab9c1e6f7d28906e8f15c6d27) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated note for FILESEXTRAPATHS variable.Scott Rifenbark2013-05-311-5/+6
| | | | | | | | | | | Added a bit more clarification (different wording) on why to use the immediate expansion operator and on why to include the trailing separating colon character. (From yocto-docs rev: d5789c98fe570f48de8546d1fc218b4d5c577d0e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added xmlto and dblatex packages for docsScott Rifenbark2013-05-221-4/+4
| | | | | | | | | | These two packages are required for all the supported distros if you are going to build the BitBake manual. (From yocto-docs rev: 76b19462aa1dd850c00b7addccdafcc0f1a67e1c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added more detail to note for FILESEXTRAPATHS use.Scott Rifenbark2013-05-221-150/+159
| | | | | | | | | | | | Some discussion about this variable indicated that the importance of the immediate expansion operator was not being called out enough. I added further information to the existing note that states to be sure to use ":=" when using the variable. (From yocto-docs rev: b97d3fa714a7c71356cd00548d3d01280034afc2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added Ubuntu 12.04 (LTS) to list of supported distros.Scott Rifenbark2013-05-221-1/+2
| | | | | | | (From yocto-docs rev: 9452cc3eda50a901682c4c36b8abcc0f556711a7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated supported distros listScott Rifenbark2013-05-221-9/+4
| | | | | | | | | | | | | | | | | | In line with our policy of supporting the current and previous releases of host distributions (and additionally the latest LTS release of Ubuntu): * Add Ubuntu 13.04 (released on 25th April) * Remove Fedora 16 * Remove 5.x versions of CentOS * Remove OpenSUSE 11.4 and 12.1 * Remove pre-1.3 versions of Poky Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: 9ae656fb351a7df735f87f99d9823a53774ffb0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to properly build the 1.5 manualsScott Rifenbark2013-05-221-3/+3
| | | | | | | | | | | | | | 1. Changed the variables in poky.ent to contain the "1.5" string and the "tbd" string for the unknowns. 2. Updated the manual revision history tables so to replace the 1.4.1 release entry, which should not be there, to the 1.5 entry. (From yocto-docs rev: d03a09875b1fe0d244b7a7c1bde718319d95a8ab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Set up the 1.4.1 manual set.Scott Rifenbark2013-05-221-0/+5
| | | | | | | | | | | 1. Edited poky.ent to have 1.4.1 and 9.0.1 for release stuff. 2. Updated the manual revision tables to have a new entry for 1.4.1 release. (From yocto-docs rev: bd4058b98f93ea5fd5d878f24018ce78b8ce1a53) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Minor edits suggested by Bill TraynorScott Rifenbark2013-05-222-4/+5
| | | | | | | | | | Applied some re-wordings as suggested by Bill Traynor. Reported-by: William M.A. Traynor <wmat@alphatroop.com> (From yocto-docs rev: 2510d9795720afc0309a10b18605e5af4a83769b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, ref-manual: Various fixes from Robert P. J. Day review.Scott Rifenbark2013-05-221-2/+2
| | | | | | | | | | | | | | | | Robert read through the BSP Guide and noted several issues. There were several typos, inacurracies for crown bay code, out-dated kernel usage example, etc. One change I had to make that was related was to fix two cross-reference links to a re-named section. These links were the changes in the FAQ chapter of the ref-manual. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae45df660ebf33105ebf5e60e606b0ec76eb9a6d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, bsp-guide: Updates for init-ifupdown change.Scott Rifenbark2013-05-221-0/+18
| | | | | | | | | | | | | | | Release 1.4 requires the user to create an append file to the new recipe init-ifupdown if they want to create their own custom /etc/network/interfaces file. Previously, they needed to append the netbase recipe. Changes needed in the migration section of the ref-manual as well as the exmaple used in the bsp-guide. (From yocto-docs rev: 1903df0c21dbc018f0dbb4ce90eac192b428606b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to SRC_URI, FILESPATH, and FILESEXTRAPATHS.Scott Rifenbark2013-04-171-24/+43
| | | | | | | | | | Applied some review comments from Paul. Took the warning formatting out because it sucks. (From yocto-docs rev: 6c4162777cb686c8b24b15ded2594f4f4a6acba6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updates to the FILESPATH variable.Scott Rifenbark2013-04-171-11/+22
| | | | | | | | | | | | | | Added some more clarity about how this variable works and the implications for using the default setting from the base.bbclass file. Namely, if you are going to have the build system look for files in your layer and your layer uses an append file, then you need to also use the FILESEXTRAPATHS variable to extend FILESPATHS. (From yocto-docs rev: 2826fa6f9286efb1d5ca6cf85f65266a35bb8cfc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to clear up the SRC_URI variable description.Scott Rifenbark2013-04-171-18/+39
| | | | | | | | | | | | | | | I found it confusing due to not specifically accounting for .bb and .bbappend files. I added some wording to clearly specify use given the two types of "recipes". Specifically, if you are going to use a SRC_URI statment from an append file, the user really should be aware that they will need to extend the FILESPATH variable by also using FILESEXTRAPATHS from within that append file. (From yocto-docs rev: 8fd0047bd5c4598532afc6f0803f6ae23fa213b2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to the supported distros listScott Rifenbark2013-04-171-4/+1
| | | | | | | | | | Removed the "Yocto Project" distros and renamed the openSUSE-project to openSUSE. (From yocto-docs rev: 8e29abce57d5bfca04633b1b0c5a57809513056f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Generated and included new list of supported distros.Scott Rifenbark2013-04-171-4/+8
| | | | | | | (From yocto-docs rev: b8b2b8950863ef2684f76336671598431be716d2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to "Trim the Kernel" section.Scott Rifenbark2013-04-171-2/+1
| | | | | | | (From yocto-docs rev: 521866ffe4e9ffe544acd259d2a1c6f05bd3c25a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Changes to the migration sectionScott Rifenbark2013-04-172-8/+17
| | | | | | | | | | Paul gave this a review and we found some issues. Slight changes. (From yocto-docs rev: 1e64fe277a6daaf484e56c3e9117fd72bb107614) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to teh "Archiving Sources - archive*.bbclass" section.Scott Rifenbark2013-04-171-5/+4
| | | | | | | | | | | | Some formatting to fix up Kevin's patch. One thing important was that the <ulink> line cannot span multiple lines. I fixed this. When they span multiple lines, the sed script used to convert the links for the mega-manual breaks. (From yocto-docs rev: e31012878c709eccae94734f7933559cb1187c47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New class added for archive*.bbclass.Kevin Strasser2013-04-171-25/+15
| | | | | | | | | | | | Patch from Kevin that adds a new class. Note that the patch removed the existing src_distribute_local.bbclass class. (From yocto-docs rev: 4ce602093bc9ddfcbcd9392bcc8fd6187885bdf1) Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated "Contributions" sectionScott Rifenbark2013-04-171-2/+4
| | | | | | | | | | | There is a cross-reference to the "How to Submit a Change" section. I added a bit of text to note that the ready can go there to find out who maintains code. (From yocto-docs rev: 30a2602c4c0945f1c9bd2a7fa71c1b98e790b2eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review comments applied for patch sessionScott Rifenbark2013-04-133-55/+57
| | | | | | | | | | | | | Paul Eggleton provided quite a series of patches that I previously applied. These changes represent the edits from an interactive review he conducted with me. The series of changes represents his review for the entire set of changes in the original patch series. (From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide, ref-manual: Spell checks on some chapters.Scott Rifenbark2013-04-132-2/+2
| | | | | | | | | | Performed some spelling checks against the files associated with a large number of patches sent by Paul Eggleton. (From yocto-docs rev: 8b16924aa1da161271cbfce5410344d94c840fa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added "Target Package Management with RMP" section.Scott Rifenbark2013-04-131-0/+15
| | | | | | | | | | New section for the Migration chapter. Reported-by: Paul Eggleton <paul.eggleton@linux.com> (From yocto-docs rev: 34745eec0f30d1ee5e02c1e681d7506a85d78aa9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a link to the SANITY_TESTED_DISTROS variable.Scott Rifenbark2013-04-131-1/+2
| | | | | | | | | Link put in the "Migration" section. (From yocto-docs rev: 43c8fd145737bb504cae6cf24a1553af7ad121b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Added links to the RPROVIDES variable.Scott Rifenbark2013-04-131-1/+1
| | | | | | | (From yocto-docs rev: 96f9e09d977b4b81b956f4742c47a9393f30eae4) 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 link to the RSUGGESTS variable.Scott Rifenbark2013-04-131-1/+1
| | | | | | | (From yocto-docs rev: 6a9a894bdc98acf6d32466927ebc3f1db69aacb6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added two cross-references.Scott Rifenbark2013-04-131-3/+4
| | | | | | | | | | New variables DISTROOVERRIDES and MACHINEOVERRIDES resulted in needing a couple links from the "Mirgration" chapter. (From yocto-docs rev: cd1b7f7c430eddd5953dc1dac1defe968cfde0aa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed section title capitalization.Scott Rifenbark2013-04-131-1/+1
| | | | | | | (From yocto-docs rev: cbbb76a62be7acce5b62e449e09c08b4a18c11d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a cross-link to the INSANE_SKIP variable.Scott Rifenbark2013-04-131-1/+1
| | | | | | | (From yocto-docs rev: 73561644c4fa0aae4217862e8d15a0cb2d874dd1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add STAMPS_DIR and update STAMP entryPaul Eggleton2013-04-131-2/+13
| | | | | | | | | | | | STAMPS_DIR was split out of STAMP recently. Added some specifics about who is doing what. (From yocto-docs rev: dafb13f4b3c4cf40292d43ea53fe9150d4dfc0ee) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add LOG_DIRPaul Eggleton2013-04-131-0/+15
| | | | | | | | | | Added some specifics and a bit of a rewrite. (From yocto-docs rev: 03435b52f9f27729d81d46ec6d87cf73b4bd92cb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: clarify T definitionPaul Eggleton2013-04-131-4/+6
| | | | | | | | | | | | | | Took out the clause in the parantheses set and replaced with better structure. * Ensure we mention what kind of files go into T * We're talking about recipes here, not packages (From yocto-docs rev: 8783bb7beb10e0fdfca22648f1dff4a85b760cd7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPSPaul Eggleton2013-04-131-0/+28
| | | | | | | | | | Removed some ambiguous text. (From yocto-docs rev: cdf5cf7505af9c2c61e7b7d8a7db61ec0baad254) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add SIGGEN_EXCLUDERECIPES_ABISAFEPaul Eggleton2013-04-131-0/+20
| | | | | | | | | | Broke the long first sentence up. (From yocto-docs rev: bfccfc6401c3e1dd88e7a965f1df1a68801844fa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add SANITY_TESTED_DISTROS and NATIVELSBSTRINGPaul Eggleton2013-04-131-2/+49
| | | | | | | | | | Tightened up the writing for both entries. (From yocto-docs rev: b6a0679fb74aef4a718e42d20343f5b7ae8e9679) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: add SYSROOT_PREPROCESS_FUNCSPaul Eggleton2013-04-131-0/+12
| | | | | | | | | | Added some more specifics for who is doing what. (From yocto-docs rev: 3156a8f3af24cfd21478f2cf29ca9fdac699c0dd) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/ref-variables: correct and extend DEFAULT_PREFERENCE entryPaul Eggleton2013-04-131-1/+21
| | | | | | | | | | Rewrote the description to break it up a bit and flow better. (From yocto-docs rev: 7f0e8cf693b3b0a77537a15f7962f9e0e05fddfa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>