summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* DISTRO var bump for pending releaseElizabeth Flanagan2013-01-041-2/+4
| | | | | | | | | With the pending 1.2.2 release we need to bump distro vars. (From meta-yocto rev: f9b4864a7fb4f25df74f1bf3dc1d55e72bd27fc1) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add Ubuntu 12.04.1 LTS to SANITY_TESTED_DISTROSScott Garman2012-12-071-0/+1
| | | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add distros that work correctlyMatthew McClintock2012-10-011-0/+2
| | | | | | | | | | | | All the builds pass for these distros as well atom-pc, beagleboard, mpc8513e-rdb, routerstationpro As well as other powerpc targets: p1022ds, p4080ds, p5020ds, p5020ds-64b Signed-off-by: Matthew McClintock <msm@freescale.com>
* distro.conf: Flipping for pending point releaseElizabeth Flanagan2012-06-211-2/+2
| | | | | | 7.0.1/1.2.1 release. Flipping distro.conf values Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* poky.conf: use correct version string for Ubuntu 12.04Paul Eggleton2012-06-141-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>
* distro.conf: Flipping for denzilElizabeth Flanagan2012-04-181-3/+3
| | | | | | Flipping values in distro.conf for upcoming release Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* 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>