summaryrefslogtreecommitdiff
path: root/conf/distro
AgeCommit message (Collapse)AuthorFiles
2009-10-10angstrom: Revert to linux-gnu tripletKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj3
* This patch reverts the cosmetic change which used linux-gnu instead of linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Holger Freyther <zecke@selfish.org>
2009-10-09Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump ↵Marcin Juszkiewicz2
and xf86-video-glamo-kms" This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
2009-10-09Add latest xorg stuff for xserver-1.7, script for easy recipe bump and ↵Martin Jansa2
xf86-video-glamo-kms Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-10-07angstrom-2008-preferred-versions.inc: use wpa-supplicant 0.6.9Steve Sakoman1
2009-10-07linux-bug: updated to newer svn revision, tweaked kernel configurationMarcin Juszkiewicz1
2009-10-07angstrom-*libc.inc : fix the TARGET_OS definitions for non eabi/spe targets.Graeme Gregory2
This is required because of changes in class/siteinfo.bbclass
2009-10-02angstrom: move to a more recent glib-2.0Koen Kooi1
2009-10-02network manager: massive updateKoen Kooi1
2009-10-02connman: update git versionKoen Kooi1
connman-gnome: update git version
2009-09-30webkit: bump SRCREVSteve Sakoman1
2009-09-29angstrom: switch to a more recent gtkmmKoen Kooi1
2009-09-25mplayer: bump SRCREV to pull in a newer ffmpeg, update vo_omapfbKoen Kooi1
2009-09-25angstrom: switch to gtk 2.18 + glib 2.22Koen Kooi1
2009-09-24enlightenment: bump SRCREVKoen Kooi1
* runtime tested on angstrom/beagleboard * upgrade paths intact and working
2009-09-22matchbox2: Make it working:Stanislav Brabec1
* fixed known crashers * created usable icon theme * provided session script
2009-09-23angstrom: move to a newer glib-2.0Koen Kooi1
2009-09-21mplayer: bump SRCREV, remove hacks that aren't needed anymoreKoen Kooi1
2009-09-19micro: set PREFERRED_ARM_INSTRUCTION_SET weakly so local.conf canPhil Blundell1
override
2009-09-18aufs2-util: add recipe for userspace toolsJan Lübbe1
2009-09-18net-snmp: move svn srcrev to sane-srcrevsJan Lübbe1
2009-09-17angstrom-eglibc: fix eabi target os assignmentKoen Kooi1
2009-09-17shr-autorev*: Soem auto and some fixed revs for upcoming SHR merge (from SHR)Stefan Schmidt2
2009-09-17xf86-video-geode: update to 2.11.4.1Otavio Salvador2
Since it is a bugfix release we updated from 2.11.2 to 2.11.4.1 and also set this as preferred version for the distros using the upcoming Xorg 7.5 release or the 7.4 (updates). Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-09-17preferred-xorg-versions-X11R7.5.inc: bump xf86-video-intel to 2.6.3Otavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-09-16preferred-xorg-versions-X11R7.4.inc: Lock PREFERRED_VERSION_dri2proto ?= "1.1"Khem Raj1
* With dri2proto 2.0 recipe being added now it gets picked up this recipes needs newer version of xorg-utils so we tie down the version of dri2proto to 1.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-16sane-toolchain.inc: armv5te mentioned twice on eabi-capable listAleksandr Koltsoff1
* armv5te is mentioned twice in the arm_eabi_supporting_arches list of sane-toolchain.inc. Remove the latter occurance. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Cliff Brake <cliff.brake@gmail.com>
2009-09-16sane-toolchain.inc: bump default binutils to a version that works with the ↵Michael 'Mickey' Lauer1
default gcc
2009-09-14micro: select Thumb code where possiblePhil Blundell1
2009-09-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt4
into org.openembedded.dev
2009-09-12libgee: move to git version while it's so much under development and ↵Michael 'Mickey' Lauer1
depending on vala-native
2009-09-12angstrom: prefer gtk+ 2.16.6Koen Kooi1
2009-09-11micro: select binutils 2.19.51Phil Blundell1
2009-09-10sane-toolchain.inc: Default to gcc 4.4.1Khem Raj1
* 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-09moko-autorev.inc: Remove no longer used file.Stefan Schmidt2
This file was only used during the developemnet of the OM2007.x releases which are dead by now. If you have this file in your local.conf it can be safely removed.
2009-09-08sane-srcrevs: bump mplayer SRCREVKoen Kooi1
2009-09-04angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj4
* 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 Raj6
* 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' Lauer1
2009-09-02micro-uclibc.conf: move OVERRIDES to bottom of fileCliff Brake1
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 Raj2
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 Raj1
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 Raj2
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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-23minimal, sane-toolchain: Use eglibc if LIBC is not selected.Khem Raj3
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 Brabec1
2009-08-19angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-08-19minimal.conf: build opie 1.2.4Rolf Leggewie1
2009-08-16angstrom: add preferred provider for qt4Koen Kooi1
* 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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>