summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
AgeCommit message (Collapse)Author
2011-08-24meta-yocto: make qemu machines prefer linux-yocto_3.0Bruce Ashfield
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>
2011-08-17poky.conf: add flag opengl into DISTRO_FEATURESJiajun Xu
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>
2011-07-27poky.conf: explicitly referenced preferred linux-yocto versionBruce Ashfield
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>
2011-07-02poky.conf: add largefile support into DISTRO_FEATURESDexuan Cui
[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>
2011-06-01poky.conf: Make qemu-config optional for non-GPLv3Saul Wold
[YOCTO #1033] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-23poky.conf: Add qemu-config dependencies to qemu images at the distro levelRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-19poky.conf: Poky doesn't support parallel builds of libc at this pointRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-19poky.conf: Set DISTRO_EXTRA_RDEPENDS/DISTRO_EXTRA_RRECOMMENDSRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie
variable values (From OE-Core rev: ddbf17b3ee18c12a51950109e8728de65fb9ac0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11machine/qemu: Add qemu-config as an essential machine speicfic dependency ↵Richard Purdie
and drop specific distro config (From OE-Core rev: 617b8f2ae26a6b4ac57795fead39ef20b1f92ecc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie
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>
2011-05-11bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie
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>
2011-04-21poky.conf: Set SDK_VENDORRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21meta-yocto: Catch up with OE-Core renamingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04conf/distro/poky.conf: Use -uclibceabi instead of -uclibgnuceabiKhem Raj
(From OE-Core rev: 7be4299defe061177096946c614f42b7e025b209) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-31poky.conf: Specify QEMU_TARGETS explicitly for nowRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-28poky.conf: Add missing POKY_EXTRA_RDEPENDS qemu changes for mipc/ppcRichard Purdie
[YOCTO #394] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-25poky.conf: Bump to post 1.0 versionRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-17poky.conf: remove gnome-common from WHITELIST_GPLV3Saul Wold
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>
2011-03-17poky.conf: add additional Libraries to the LGPLv2 WhitelistSaul Wold
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>
2011-03-03meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>