aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro
AgeCommit message (Collapse)Author
2009-09-12angstrom: prefer gtk+ 2.16.6Koen Kooi
2009-09-11micro: select binutils 2.19.51Phil Blundell
2009-09-10sane-toolchain.inc: Default to gcc 4.4.1Khem Raj
* ppc405 has also got tested using 4.4.1 so bump this too. * ARMv7 is also switched to use 4.4.1. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de> Acked-by: Phil Blundell <philb@gnu.org>
2009-09-08sane-srcrevs: bump mplayer SRCREVKoen Kooi
2009-09-04angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj
* For uclibc based ARM EABI systems switch to using linux-uclibceabi as TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-09-03libpersistence: new recipe; gobject serialization libraryMichael 'Mickey' Lauer
2009-09-02micro-uclibc.conf: move OVERRIDES to bottom of fileCliff Brake
micro.conf was overwriting the variable, and then micro was missing from OVERRIDES
2009-08-31micro-uclibc, minimal-uclibc: Reorder including the base distro config.Khem Raj
A lot of stuff in these conf's are already set and is duplicated. This is removed. The base conf file should be included at the end after assigning LIBC so that correct toolchain configuration is picked. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phil Blundell <philb@gnu.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2009-08-30micro.conf: Remove PREFERRED_PROVIDER_virtual/libintlKhem Raj
This is set appropriately in toolchain configuration. It gives a possibility to cleanly override LIBC say to eglibc or glibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-23sane-toolchain: Define eglibc PREFERRED_VERSIONSKhem Raj
Set preferred versions for eglibc to be 2.10. Bump up uclibc PREFERRED_VERSION to 0.9.30.1 and for uclibc add more PREFERRED_PROVIDERS. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-23micro: Use eglibc as default lib if LIBC is not set.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-23minimal, sane-toolchain: Use eglibc if LIBC is not selected.Khem Raj
Currently we fall back to glibc if LIBC is not set. We now will use eglibc as default lib for minimal and sane-toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-19angstrom-2008.1.conf: Prefer util-linux-ng over util-linux.Stanislav Brabec
2009-08-19angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-08-19minimal.conf: build opie 1.2.4Rolf Leggewie
2009-08-16angstrom: add preferred provider for qt4Koen Kooi
* bitbake had the following to say: NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free); NOTE: consider defining PREFERRED_PROVIDER_qt4x11 Which seems to give a fairly obvious way to fix it, so let's actually do so. * I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision
2009-08-16eglibc: Use FILESPATHPKG, move SRCREV to svn recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-13angstrom: prefer a version of python that actually buildsKoen Kooi
2009-08-10angstrom: move to glib 2.21.4Koen Kooi
2009-08-08gtksourceview: renamed the 1.x tree to gtksourceview1Elena Grandi
GtkSourceView 1.x is an older stable version that is still required by some packages and is currently used in 2 recipes. Signed-off-by: Elena Grandi <elena.valhalla@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08angstrom: prefer fribidi 0.19.x over libfribidi 0.10.xKoen Kooi
2009-08-06sane-toolchain.inc: PREFERRED_VERSION_linux-libc-headers assignment conditional.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-07freesmartphone: catch up with milestone5.5 and SHR/importMichael 'Mickey' Lauer
2009-08-06sane-srcrevs.inc: Bump wmiconfig SRCREVStefan Schmidt
wmiconfig did not honor LDFLAGS. Fixed upstream. It now builds again in OE.dev
2009-08-06mux: Add new recipe (from poky).Stefan Schmidt
2009-08-04libsynthesis: Add new recipe for a syncml engine (from poky).Stefan Schmidt
2009-08-04sane-srcrevs.inc: Remove duplicated libowl entryStefan Schmidt
2009-08-03minimal-uclibc.conf: Make PREFERRED_VERSION_uclibc as condtional assignment.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-01Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev
2009-08-01uclibc: Convert eligible uclibc recipes to use git instead of svn.Khem Raj
uclibc has changed its SCM system to git. We need to adjust the recipes to fetch from uclibc git Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-31minimal.conf: Add PREFERRED_PROVIDER for libusb0.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-31enlightenment: bump SRCREV, fix upgrade pathsKoen Kooi
2009-07-30openbsc: Add openbsc and build it from git.Holger Hans Peter Freyther
2009-07-29angstrom-2008-preferred-versions.inc : update the libtool version used.Graeme Gregory
Tool are starting to use this newer version, in testing it didn't seem to break anything
2009-07-29chinook-compat.conf: use slighty newer gstreamer versionHenning Heinold
2009-07-24Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-07-23chinook-compat.conf: user can override virtual/java-inital settingHenning Heinold
2009-07-23Merge commit 'origin/org.openembedded.dev' into org.openembedded.devDmitry Eremin-Solenikov
2009-07-22chinook-compat.conf: set preferred version for guile-nativeHenning Heinold
* avoids using of newer autotools
2009-07-22angstrom: change blacklist messages a bitKoen Kooi
2009-07-21angstrom: prefer hal 0.5.13 and pixman gitKoen Kooi
2009-07-19angstrom: default to nogpg opkgDmitry Eremin-Solenikov
Since feeds aren't signed anyway, default to nogpg opkg version. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-16angstrom-2008.1.conf : add bluez3 blacklistGraeme Gregory
angstrom.inc : inherit class to make blacklist happen
2009-07-16angstrom: disable packagehistory, it works a bit too well with multimachine ↵Koen Kooi
builds
2009-07-15angstrom glibc: don't compile native tools with -ggdb3, only with -gKoen Kooi
2009-07-14angstrom: use packagehistory by defaultKoen Kooi
2009-07-14matchbox-terminal: added from PokyMarcin Juszkiewicz
2009-07-13midori: Updated to the latest git snapshot.Stanislav Brabec
2009-07-13webkit-gtk: Update to the latest snapshot 45825.Stanislav Brabec