aboutsummaryrefslogtreecommitdiffstats
path: root/conf/compatibility-providers.conf
AgeCommit message (Collapse)Author
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-12shr-splash: don't use PROVIDES, as it's not used when resolving runtime deps ↵Sebastian Krzyszkowiak
nor image content; use SHR_SPLASH_THEME variable instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25distros: add PREFERRED_PROVIDER_virtual/libx11-nativeMartin Jansa
* to be able to use virtual/libx11 in BBCLASSEXTEND = native recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11fsodeviced: use it as default alsa scenarii providerMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11compatibility-providers: add gtk+-native as provider for ↵Martin Jansa
gdk-pixbuf-csource-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-07qt4: Make the gles variants for Embedded and X11 provide the normal variantHolger Hans Peter Freyther
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-07qt4x11: Cease out the qt4x11 PROVIDERHolger Hans Peter Freyther
* The LGPL and Commercial edition are actually the same tarball. * If someone sees the need he can take qt qt4-recipes and specify -commercial in the compilation.
2009-12-14compatibility-providers: set mesa instead of mesa-dri as default ↵Martin Jansa
virtual/libgl provider, seems like more recipes/machines are expecting plain mesa Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08compatibility-providers: update frameworkd-configMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08bitbake.conf: create compatibility-providers.conf from micro, minimal, ↵Martin Jansa
angstrom, shr preferred providers Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>