summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* poky.conf: Removed obsolete distros from SANITY_TESTED_DISTROSAlexandru Palalau2013-10-011-4/+0
| | | | | | | | | | Removed CentOS-6.3, Fedora-17, Debian-6.0 and Poky-1.3 from SANITY_TESTED_DISTROS. (From meta-yocto rev: 1d5c7b6c47f0aea8828ae65073ed084ed7746416) Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: updated SANITY_TESTED_DISTROS in poky.confAlexandru Palalau2013-09-301-1/+3
| | | | | | | | | | | Added Fedora-19 and Debian-6.0.7 to SANITY_TESTED_DISTROS. No more warnings regarding sanity for these two host distros (From meta-yocto rev: 2d3cddaae4cbf4e3e2a01aa7146e1b577c056324) Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Update to 1.5 release versionRichard Purdie2013-09-241-2/+3
| | | | | | (From meta-yocto rev: 3e2cde70c10393e8358a42841bc2acce19fc65a6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add version-going-backwards to ERROR_QAPaul Eggleton2013-09-031-1/+1
| | | | | | | | | | | | | This restores this check after it was disabled by recent poky rev 560dac6e7db76f533f98eda969f585e4eb416e6e. This check is already in ERROR_QA in the default value set in OE-Core. Fixes [YOCTO #5088]. (From meta-yocto rev: 9b0aef0651a76b0587d52bd3022cc64786ff1f7b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: change default kernel to 3.10Bruce Ashfield2013-08-271-7/+7
| | | | | | | | | | | | | | | With 3.10 being the next LTSI kernel, and all qemu reference platforms tested on that new baseline, the time has come to bump the default version for qemu* and other boards to 3.10. Reference platforms continue to explicitly set their own preferred versions for the kernel as required. (From meta-yocto rev: 8a732e2b940edb7618899a83dedb074f6086a407) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Debian 7.1 to SANITY_TESTED_DISTROSRoss Burton2013-08-221-0/+1
| | | | | | | | | | 7.1 is a point release with security and bug fixes only, and I can confirm that it works. (From meta-yocto rev: 6d667926f795387207f6bed591aff244926f08e2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SDK_NAME: Change to include image name and tune archElizabeth Flanagan2013-08-221-1/+1
| | | | | | | | | | | | | | [YOCTO #4618] When building out multiple toolchains with the same target arch you can end up having toolchains with the same name. Making the naming a bit more granular by adding IMAGE_BASENAME and TUNE_PKGARCH to SDK_NAME and removing TARGET_ARCH from SDK_NAME (From meta-yocto rev: 4ad6195596f7dcdb8a7131555d7caee630a4b958) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Don't force the addition of extra DISTRO_FEATURESOtavio Salvador2013-08-201-5/+6
| | | | | | | | | | | | | | | | | | | | | | | The DISTRO_FEATURES shouldn't unconditionally append items to it. This makes it impossible to override it inside of local.conf or in a distro based on Poky. This moved the definition to poky.conf and created a new variable (POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky based distros and used the 'DISTRO_FEATURES_DEFAULT' variable to avoid duplication OE-Core default. This makes the override of default DISTRO_FEATURES easier. User can now do: ,----[ Usage example for local.conf ] | DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} \ | largefile opengl multiarch" `---- (From meta-yocto rev: 3be81b70202909e273b5b555d8e66e9e644ef2c0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: move libdir QA check to WARN_QAPaul Eggleton2013-07-051-2/+2
| | | | | | | | | | | | The libdir check was broken, and having been fixed it is throwing up a number of issues, so it seems that we're not yet ready to have this set to error. Switch it back to a warning instead. (From meta-yocto rev: 01b25aaee5836ca3bb6f5c987ae0e6bea72feeac) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: fix WARN_QA and ERROR_QA settingsPaul Eggleton2013-06-281-3/+7
| | | | | | | | | | | | | | | | | | | | | In OE-Core master revision 8f5675e6d3eb the bug that tests we did not mention in ERROR_QA were being shown as warnings even if they weren't in WARN_QA was fixed; however a number of warnings we want to be enabled weren't in Poky's WARN_QA and thus were not shown after that change; additionally some of these were set in the default value of ERROR_QA in insane.bbclass (i.e. OE-Core's default) but would have previously shown up as warnings in Poky because they weren't in ERROR_QA there. To fix this, put the appropriate values back into WARN_QA / ERROR_QA with a lean towards ERROR_QA - we want to be strict so that we keep OE-Core clean of QA issues during recipe maintenance. Fixes [YOCTO #4752]. (From meta-yocto rev: 01886121ef4740e35f24ac9a6d851cefd6d750fd) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove la2 check which no longer exists from ERROR_QAPaul Eggleton2013-06-281-1/+1
| | | | | | | | | | | | | | This check was actually removed a very long time ago in 6656381714c5956f71ca634f5a5f4aa4661bbf7e, before we even changed the QA checks to use names instead of numbers - the name was probably added ERROR_QA mistakenly because it hadn't also been removed from the comment listing the QA checks or the function that determined which ones were errors. (From meta-yocto rev: 6eefa451dc00a39ca08d1027e2a3576014ae59e6) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add qemumips64 preferred versionBruce Ashfield2013-05-311-0/+1
| | | | | | | (From meta-yocto rev: 24c155142190f85876850f8c78daf7f6d681e401) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Adjust DISTRO vars post 1.4 releaseKhem Raj2013-05-141-3/+3
| | | | | | | | | Use next to denote this will become next stable (From meta-yocto rev: 3298b0ce4dc43aaa9589d860dee1273fb5b43e00) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROSPaul Eggleton2013-05-101-10/+1
| | | | | | | | | | | | | | | | | 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 (From meta-yocto rev: f125813acb691e979f829e0a9318e5e2500809f1) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROSPaul Eggleton2013-04-151-0/+2
| | | | | | | | | | | * CentOS 6.4 is the latest stable release; users of previous versions get automatically upgraded as part of normal distro updates. * Add Poky 1.4 for the build appliance (From meta-yocto rev: ec56279c5158fa0902d7bdc8839bb490cba98a48) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROSTrevor Woerner2013-04-111-0/+1
| | | | | | | | | | Include release 12.3 of openSUSE as sanity tested. For each of the provided qemu targets I have been able to "bitbake world" and "runqemu". (From meta-yocto rev: 9ce4d3c891c16999f646eed878927d372114e259) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Use weaker assignment for PREMIRROR1.4_M5.rc31.4_M5.finalKhem Raj2013-04-031-1/+1
| | | | | | | | | | | | This is to facilitate distros using poky as reference so that they can use ?= and provide an option for their users to override it if desired (From meta-yocto rev: cb3308d125f755cbece03d1ee00d8e255941fe9c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: added distro codename variableCristian Iorga2013-04-031-0/+1
| | | | | | | | | | | | | Distro codename info will be included in /etc/lsb-release file. Partial fix for [YOCTO #4071]. (From meta-yocto rev: b73a543fb637269fe8597b831a683397a4f80c26) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: enable Wayland DISTRO_FEATURERoss Burton2013-03-271-1/+1
| | | | | | | | | | Without the Wayland feature you don't get the Wayland EGL platform built into Mesa, so Poky can't be used to test Wayland or Weston properly out of the box. (From meta-yocto rev: 641f0c42c062a0fdc36f71cb03ee18b91f253c3e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Include separatebuilddir.incRichard Purdie2013-03-231-0/+1
| | | | | | | | Use the separate builddir code for poky. (From meta-yocto rev: 2e861624ebcadd1ebbd37fa5892d2f9f44215c13) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/linux-yocto: update qemu BSPs to 3.8 kernelBruce Ashfield2013-03-021-5/+5
| | | | | | | | | | | | | | | | Change linux-yocto preferred version to 3.8 for the qemu BSPs. The non-qemu default stays at 3.4 until the hardware reference platforms can be validated on the 3.8 kernel. At the same time, we remove the 3.0 linux-yocto bbappends, since they have been removed in the core layers and will cause dangling append problems if left in place. (From meta-yocto rev: 896b845e0e574f4c4f2205e0516c00f178dde185) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROS for openSUSEMartin Jansa2013-03-021-3/+3
| | | | | | | (From meta-yocto rev: 50a6405b69bf87d898c19dfb24225476a960a0b1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update SANITY_TESTED_DISTROSMartin Jansa2013-03-011-22/+19
| | | | | | | | | | * use DistributorId-Release * please test values for Yocto, Poky, CentOS and openSUSE (From meta-yocto rev: ecc874c2594e7c88d2044f3eaef0c31988e9ae29) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add Ubuntu 12.04.2 to sanity tested distrosKhem Raj2013-02-141-0/+1
| | | | | | | | | | | | I have been running poky master on this distro for some time now, this fix will avoid the warning about validated distros during bitbake parse phase. (From meta-yocto rev: 09bb10c11c00ed802ec6947add93efe25b001bb9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Enable pkgvarcheck warningsRichard Purdie2013-02-071-1/+1
| | | | | | (From meta-yocto rev: 06578505d53ecfc072228a882abcd390fc86410b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/poky: Add "Debian GNU/Linux 7.0 (wheezy)" as know distributionOtavio Salvador2013-01-071-0/+1
| | | | | | | | (From meta-yocto rev: a2bded271ed7168737b018dc3c00ca7464394dfe) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Enable warning on textrel QA checkRichard Purdie2012-11-121-1/+1
| | | | | | (From meta-yocto rev: 069e8eff981f0d38d3f5161b2b505273fd8e1b50) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add multiarch to DISTRO_FEATURESRichard Purdie2012-10-251-1/+1
| | | | | | | | | | | It makes sense to support a variety of different archiectures in utilities such as binutils so add multiarch to DISTRO_FEATURES. [YOCTO #3120] (From meta-yocto rev: 2912fb5a9f24a5d114c4e5a11d64610a839235c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bumping DISTRO/SDK valuesElizabeth Flanagan2012-10-101-2/+3
| | | | | | | With 1.3 coming soon, it's time to bump DISTRO_NAME, DISTRO_VERSION SDK_VERSION and SANITY_TESTED_DISTROS Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* poky.conf: fix Poky release info to include release numberSaul Wold2012-10-051-2/+2
| | | | | | | (From meta-yocto rev: 4287c2199443b41da3e5637a844f886513d92bc0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Remove git proxy configuration check urlRichard Purdie2012-10-021-3/+5
| | | | | | | | | | | | | | | The git proxy check seems to be hurting the user experience more than its helping it so lets remove it andonly check http/https. Most builds should be able to work from the http:// urls from the mirrors. This also brings some parity to the situation as svn:// were not being checked. [YOCTO #3119] (From meta-yocto rev: 68feb0b752907899a15773fea30345472f785488) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-sanity.bbclass: bblayers.conf should be updated automaticallyConstantin Musca2012-10-021-0/+3
| | | | | | | | | | | | | | | | | | - we need a bbclass (poky-sanity) so that we can append to the check_bblayers_conf bitbake function from sanity.bbclass the bblayers.conf specific merging functionality - add check_bblayers_conf_append bitbake function which does the meta-yocto specific updates (the bblayers.conf v5 -> v6 update) - every layer should make its specific bblayers.conf updates - we ask the user to re-run bitbake because we can't trigger reparsing without being invasive [YOCTO #3082] (From meta-yocto rev: 636783633ac0cd5bf66f8b9c9b26cb31ad082451) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: supported distro warning updatePaul Eggleton2012-10-011-3/+8
| | | | | | | | | | | | | | | | * Remove Fedora 15 (no longer supported by Fedora project) * Add upcoming Fedora 18 * Add upcoming Ubuntu 12.10 * Add CentOS 5.8 & 6.3 * Add new Poky distro name format (self-hosted / build appliance) for Yocto Project 1.2 / 1.3 * Update Debian squeeze to 6.0.6 (automatic update from earlier 6.0.x) * Add openSUSE 12.2 (From meta-yocto rev: 817cb382f3f2fcd8134491578662d90bb50cd0bc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Clarify DISTRO_NAME to be less confusingRichard Purdie2012-10-011-1/+1
| | | | | | (From meta-yocto rev: e8f58bd92455e806985141f5e8df0b34d01bb4de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: We need to clear WARN_QA to avoid the unsafe-referencesRichard Purdie2012-09-261-0/+1
| | | | | | | | | | The intention of the previous patch was to disable these warnings but by commenting out the line, it caused a fallback to the defaults which enable it. This really disables the warnings. (From meta-yocto rev: 7d4759a5780de76dcdeeb1ee37198637ff144d42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Silence unsafe reference warningsRichard Purdie2012-09-201-1/+1
| | | | | | | | | | | | These QA warnings undermine the quality impression of OE-Core. They are useful in some specific circumstances but until the system has been audited and these warnings are reduced, they shouldn't be showing by default. Therefore disable them for now. (From meta-yocto rev: e1dcffb66317b98fe5a0f545bbea80a6a48fc02b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Split into distro and bsp componentsRichard Purdie2012-09-051-0/+1
| | | | | | | | | | | | | Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: fix for task renamePaul Eggleton2012-09-041-1/+1
| | | | | | | (From meta-yocto rev: da4717580cc06dfc3168acf22fe8e4e2f79f4b95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: restore Ubuntu 12.04 LTS to tested distro listPaul Eggleton2012-08-231-0/+1
| | | | | | | | | | | | Apparently some people don't apply the normal updates to their Ubuntu installations, in which case they will not have the version updated to 12.04.1. Since the distinction between the two is fairly minimal, restore the old version string in addition to the new one. (From meta-yocto rev: 3021a08be779d35d1a9301938d18006d562f48a3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update distro ID string for Ubuntu 12.04.1 LTSPaul Eggleton2012-08-171-1/+1
| | | | | | | | | If you have 12.04 LTS it will now have been updated to 12.04.1. (From meta-yocto rev: d0effc6075712433134b0b0585fc63e7067f6858) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: make 3.4 the default kernel for qemu*Bruce Ashfield2012-06-081-6/+6
| | | | | | | | | The 3.4 kernel is available and has been built and booted on all the qemu machines, so it now becomes the default for the qemu machines, and machines that don't explicitly set a preferred version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky.conf: Change WARNS -> ERRORSSaul Wold2012-05-161-0/+4
| | | | | | | | A major effort was completed as part of 1.2 to fix many WARNING messages, change the level of those fixed areas to ERROR so we do not backslide on our quality level Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: use correct version string for Ubuntu 12.04Paul Eggleton2012-05-061-1/+1
| | | | | | | | | Since it is an LTS release, the final version string was not "Ubuntu 12.04" but "Ubuntu 12.04 LTS", so use this when doing the tested host distribution check. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update post release branchingRichard Purdie2012-04-181-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/poky.conf: set SANITY_TESTED_DISTROSPaul Eggleton2012-04-181-0/+16
| | | | | | | | | | | | | | | | Specify a list of tested host distributions, based on those tested prior to the Yocto Project 1.2 release. This will enable a warning to be printed upon starting bitbake if the host distribution is not one on the list. Note: this warning is intended to help new users; if you are receiving this warning and wish to disable it, just add SANITY_TESTED_DISTROS = "" to your local.conf. Fixes [YOCTO #1096]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Move OELAYOUT_ABI definition to poky.confDongxiao Xu2012-04-161-0/+7
| | | | | | | | | | | | | | | | | | The ABI version definition should go along with the DISTRO variable since it impact the TMPDIR definition. Otherwise, if a user used to work with pure OE-Core, and then he/she added meta-yocto layer, it will report ABI version incompatibility issue. This is because ABI is changed to "8" by adding meta-yocto layer, however the DISTRO variable is not defined and TMPDIR is still "tmp-eglibc". Defining the OELAYOUT_ABI variable in poky.conf could fix this issue. This fixes [YOCTO #2303] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/conf: Change default signature handler.Lianhao Lu2012-02-221-0/+2
| | | | | | | | [YOCTO #1555] 1. Changed default signature handler to 'basichash' in poky.conf. 2. Added comment about PRservice settings in local.conf.extened. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* poky.conf: Fix the MIRROR URISaul Wold2012-02-081-11/+11
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2Bruce Ashfield2012-02-011-6/+6
| | | | | | | | With introduction of the 3.2 kernel repository, we can make the qemu targets prefer this variant. Built and boot testing has been completed on sato/minimal targets for all emulated targets. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* distro: Add POKY_DEFAULT_EXTRA_R* variablesDarren Hart2012-01-031-2/+6
| | | | | | | | | | Allow the reuse of poky.conf by distro definitions wanting to remove content by introducting POKY_DEFAULT_EXTRA_R*. These are appended to the corresponding DISTRO_EXTRA_R* variables and can be overriden by distro configs that "require poky.conf". Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>