summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* distro/poky: Add "Debian GNU/Linux 7.0 (wheezy)" as know distributionOtavio Salvador2013-02-071-0/+1
| | | | | | | | (From meta-yocto rev: c23c376c359b0b7fe6f2cc6388eac15128938d7b) 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: fix Poky release info to include release numberSaul Wold2012-10-101-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: Flipping for release of Danny (Poky 1.3)Elizabeth Flanagan2012-10-031-3/+4
| | | | | | 8.0/1.3 release. Flipping poky.conf values Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* 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>
* poky.conf: Increment DISTRO_VERSIONElizabeth Flanagan2011-10-041-2/+2
| | | | | | | | 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>
* poky.conf: perform network sanity check by default for poky distrosJoshua Lock2011-08-311-1/+6
| | | | | | | | | | 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>
* meta-yocto: make qemu machines prefer linux-yocto_3.0Bruce Ashfield2011-08-241-0/+5
| | | | | | | | | Since there aren't individual qemu*.conf files in meta-yocto the qemu machines follow the default preference in poky.conf, which is the 2.6.37 kernel. Rather than introducing new .conf files just for this adding machine specific overrides is lower footprint. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky.conf: add flag opengl into DISTRO_FEATURESJiajun Xu2011-08-171-1/+1
| | | | | | | | | | libsdl will check if opengl is set in DISTRO_FEATURES, then enable openGL option during do_configure. It is required for 3D game testing. Fix [YOCTO #883] Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: explicitly referenced preferred linux-yocto versionBruce Ashfield2011-07-271-0/+2
| | | | | | | | | As the staging of linux-yocto-3.0 showed, we should explicitly state our preferred version of linux-yocto. This prevents unvalidated changes from being forced into machines. Layers and machines are free to override this as they are updated. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky.conf: add largefile support into DISTRO_FEATURESDexuan Cui2011-07-021-0/+2
| | | | | | | | | | | | | | | | | [YOCTO #1205 ] The commit ab1171b(busybox: backport distro-features handling from oe master) actully makes busybox's largefile support disabled. So busybox's mkswap complains "lseek: Value too large for defined data type" when we install BSP image into the target device. So we have to enable largefile support, and bump PR of busybox(in a later commit). Note: poky-lsb.conf enables "largefile" and includes poky.conf, so we can move "largefile" from poky-lsb.conf into poky.conf. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* poky.conf: Make qemu-config optional for non-GPLv3Saul Wold2011-06-011-1/+1
| | | | | | [YOCTO #1033] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: Add qemu-config dependencies to qemu images at the distro levelRichard Purdie2011-05-231-0/+7
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Poky doesn't support parallel builds of libc at this pointRichard Purdie2011-05-191-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Set DISTRO_EXTRA_RDEPENDS/DISTRO_EXTRA_RRECOMMENDSRichard Purdie2011-05-191-0/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie2011-05-111-46/+2
| | | | | | | | variable values (From OE-Core rev: ddbf17b3ee18c12a51950109e8728de65fb9ac0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* machine/qemu: Add qemu-config as an essential machine speicfic dependency ↵Richard Purdie2011-05-111-7/+0
| | | | | | | | and drop specific distro config (From OE-Core rev: 617b8f2ae26a6b4ac57795fead39ef20b1f92ecc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie2011-05-111-31/+2
| | | | | | | | | | | | overrridable default for commonly used options The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. (From OE-Core rev: c0a148077ae27a1ef57c55ac22953c68d001af57) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie2011-05-111-59/+1
| | | | | | | | | | | | files These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. (From OE-Core rev: b34d5e93fab4274e1a56f446e2ba4756d614cc47) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Set SDK_VENDORRichard Purdie2011-04-211-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Catch up with OE-Core renamingRichard Purdie2011-04-211-2/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/poky.conf: Use -uclibceabi instead of -uclibgnuceabiKhem Raj2011-04-041-1/+1
| | | | | | | (From OE-Core rev: 7be4299defe061177096946c614f42b7e025b209) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Specify QEMU_TARGETS explicitly for nowRichard Purdie2011-03-311-0/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add missing POKY_EXTRA_RDEPENDS qemu changes for mipc/ppcRichard Purdie2011-03-281-0/+2
| | | | | | [YOCTO #394] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump to post 1.0 versionRichard Purdie2011-03-251-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove gnome-common from WHITELIST_GPLV3Saul Wold2011-03-171-1/+1
| | | | | | | | | | This was due to task-poky-extended pulling in qemu-config for non-GPLv3 poky-image-basic (From OE-Core rev: 5abe730df009931f5745aadf613d64fe964f94b2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add additional Libraries to the LGPLv2 WhitelistSaul Wold2011-03-171-1/+1
| | | | | | | | | | | The ligcc and gcc-runtime both are LGPLv2 libraries although they are part of the large GCC GPLv3 code. There is clearly called out exceptions for these libraries. (From OE-Core rev: 63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-031-0/+167
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>