summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
AgeCommit message (Collapse)Author
2013-09-24poky: Update to 1.5 release versionRichard Purdie
(From meta-yocto rev: 3e2cde70c10393e8358a42841bc2acce19fc65a6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-03poky.conf: add version-going-backwards to ERROR_QAPaul Eggleton
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>
2013-08-27meta-yocto: change default kernel to 3.10Bruce Ashfield
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>
2013-08-22poky.conf: add Debian 7.1 to SANITY_TESTED_DISTROSRoss Burton
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>
2013-08-22SDK_NAME: Change to include image name and tune archElizabeth Flanagan
[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>
2013-08-20poky.conf: Don't force the addition of extra DISTRO_FEATURESOtavio Salvador
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>
2013-07-05poky.conf: move libdir QA check to WARN_QAPaul Eggleton
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>
2013-06-28poky.conf: fix WARN_QA and ERROR_QA settingsPaul Eggleton
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>
2013-06-28poky.conf: remove la2 check which no longer exists from ERROR_QAPaul Eggleton
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>
2013-05-31poky.conf: add qemumips64 preferred versionBruce Ashfield
(From meta-yocto rev: 24c155142190f85876850f8c78daf7f6d681e401) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-05-14poky.conf: Adjust DISTRO vars post 1.4 releaseKhem Raj
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>
2013-05-10poky.conf: update SANITY_TESTED_DISTROSPaul Eggleton
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>
2013-04-15poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROSPaul Eggleton
* 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>
2013-04-11poky.conf: update SANITY_TESTED_DISTROSTrevor Woerner
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>
2013-04-03poky.conf: Use weaker assignment for PREMIRROR1.4_M5.rc31.4_M5.finalKhem Raj
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>
2013-04-03poky.conf: added distro codename variableCristian Iorga
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>
2013-03-27poky.conf: enable Wayland DISTRO_FEATURERoss Burton
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>
2013-03-23poky.conf: Include separatebuilddir.incRichard Purdie
Use the separate builddir code for poky. (From meta-yocto rev: 2e861624ebcadd1ebbd37fa5892d2f9f44215c13) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-02meta-yocto/linux-yocto: update qemu BSPs to 3.8 kernelBruce Ashfield
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>
2013-03-02poky.conf: update SANITY_TESTED_DISTROS for openSUSEMartin Jansa
(From meta-yocto rev: 50a6405b69bf87d898c19dfb24225476a960a0b1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-01poky.conf: update SANITY_TESTED_DISTROSMartin Jansa
* 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>
2013-02-14poky.conf: Add Ubuntu 12.04.2 to sanity tested distrosKhem Raj
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>
2013-02-07poky: Enable pkgvarcheck warningsRichard Purdie
(From meta-yocto rev: 06578505d53ecfc072228a882abcd390fc86410b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-07distro/poky: Add "Debian GNU/Linux 7.0 (wheezy)" as know distributionOtavio Salvador
(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>
2012-11-12poky.conf: Enable warning on textrel QA checkRichard Purdie
(From meta-yocto rev: 069e8eff981f0d38d3f5161b2b505273fd8e1b50) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-25poky.conf: Add multiarch to DISTRO_FEATURESRichard Purdie
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>
2012-10-10poky.conf: Bumping DISTRO/SDK valuesElizabeth Flanagan
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>
2012-10-05poky.conf: fix Poky release info to include release numberSaul Wold
(From meta-yocto rev: 4287c2199443b41da3e5637a844f886513d92bc0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-02poky.conf: Remove git proxy configuration check urlRichard Purdie
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>
2012-10-02poky-sanity.bbclass: bblayers.conf should be updated automaticallyConstantin Musca
- 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>
2012-10-01poky.conf: supported distro warning updatePaul Eggleton
* 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>
2012-10-01poky.conf: Clarify DISTRO_NAME to be less confusingRichard Purdie
(From meta-yocto rev: e8f58bd92455e806985141f5e8df0b34d01bb4de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-26poky.conf: We need to clear WARN_QA to avoid the unsafe-referencesRichard Purdie
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>
2012-09-20poky.conf: Silence unsafe reference warningsRichard Purdie
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>
2012-09-05meta-yocto: Split into distro and bsp componentsRichard Purdie
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>
2012-09-04meta-yocto: fix for task renamePaul Eggleton
(From meta-yocto rev: da4717580cc06dfc3168acf22fe8e4e2f79f4b95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-23poky.conf: restore Ubuntu 12.04 LTS to tested distro listPaul Eggleton
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>
2012-08-17poky.conf: update distro ID string for Ubuntu 12.04.1 LTSPaul Eggleton
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>
2012-06-08meta-yocto: make 3.4 the default kernel for qemu*Bruce Ashfield
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>
2012-05-16poky.conf: Change WARNS -> ERRORSSaul Wold
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>
2012-05-06poky.conf: use correct version string for Ubuntu 12.04Paul Eggleton
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>
2012-04-18poky.conf: Update post release branchingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-18conf/distro/poky.conf: set SANITY_TESTED_DISTROSPaul Eggleton
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>
2012-04-16meta-yocto: Move OELAYOUT_ABI definition to poky.confDongxiao Xu
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>
2012-02-22meta-yocto/conf: Change default signature handler.Lianhao Lu
[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>
2012-02-08poky.conf: Fix the MIRROR URISaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-01meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2Bruce Ashfield
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>
2012-01-03distro: Add POKY_DEFAULT_EXTRA_R* variablesDarren Hart
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>
2011-10-04poky.conf: Increment DISTRO_VERSIONElizabeth Flanagan
With 1.1 release coming, it's time to increment the DISTRO_VERSION and poky version. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-31poky.conf: perform network sanity check by default for poky distrosJoshua Lock
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for http, https and git sources. The variable is soft-assigned so that it's easily overrideable. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>