summaryrefslogtreecommitdiff
path: root/conf/distro
AgeCommit message (Collapse)AuthorFiles
2009-06-02angstrom: no binary locales for ep93xxMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-01(e)glibc.inc: add minimal sane kernel versions, move from bitbake.confRoman I Khimov2
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have specific requirements for kernel versions, if that are not satisfied (e)glibc reconfigures itself with what it think more appropriate and warns user that there is misconfiguration on his side. Add minimal sane kernel versions for architectures requiring that. Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to (e)glibc.inc files that are more appropriate for this. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-31libjana: sync with pokyKoen Kooi1
2009-05-31gnet: sync with pokyKoen Kooi1
2009-05-31angstrom 2009.X: preferred-versions updatesKoen Kooi1
2009-05-28angstrom 2009.X: some more preferred versionsKoen Kooi1
2009-05-27angstrom 2009.X: remove some useless preffered_version filesKoen Kooi1
2009-05-27angstrom 2009.X: prefer Xorg-xserver 1.6.1Koen Kooi1
2009-05-27angstrom 2009.X: require newer util-macrosKoen Kooi1
2009-05-26alsa-scenario_0.2.bb : add new release of alsa scenarioGraeme Gregory1
alsa-scenario_git.bb : bump the PV of git recipe, add DEF_PREF = -1
2009-05-22angstrom: stop disabling binary localegen for >=armv6 per RFC on the mlKoen Kooi1
2009-05-21Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll()Koen Kooi1
2009-05-20xf86-video-geode: add 2.11.2Otavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20gnumeric: update to 1.8.4Otavio Salvador1
We updated it to latest stable release and droped the old versions since noone is preferring those. Another small change is to depends on gdk-pixbuf-csource-native otherwise the build can fail if the host doesn't has the development files of GTK+ installed. The only reference to a gnumeric version has been found at preferred-om-2008-versions.inc and it referred to a missing version. This also makes it to point to the latest one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-20various nylon stuff: Updates to nylon-only code, needed to work with the ↵Martin Dietze1
current OE.
2009-05-20Nylon: Nylon is now derived from angstrom.Martin Dietze1
2009-05-20zaurusd: update to latest svn (as of 20090501)Paul Eggleton1
2009-05-19angstrom 2009.X: switch to udev 141 and hal 0.5.12 per RFCKoen Kooi1
2009-05-19conf/distro/minimal.conf: assign DISTRO_TYPE only weaklyRolf Leggewie1
2009-05-18sane-srcrevs: Add gpe-mini-browser 2Florian Boor1
2009-05-18angstrom 2009.X: weakly assign OLDEST_KERNELKoen Kooi1
2009-05-17midori git: bump SRCREVKoen Kooi1
2009-05-16webkit: bump SRCREVKoen Kooi1
* runtime tested on angstrom/beagleboard
2009-05-16sane-srcrevs: bump linux-bug to get recent fixesMarcin Juszkiewicz1
2009-05-16sane-srcrevs: update linux-bug to get Ethernet fixedMarcin Juszkiewicz1
2009-05-14sane-srcdates.inc: set rosetta src date.Florian Boor1
2009-05-13sane-srcrevs.inc : update xf86-video-glamo revision to latest, cures screenGraeme Gregory1
corruption
2009-05-13angstrom 2009.X: toolchain updates:Koen Kooi2
* make gcc 4.3.3 the default compiler (except for ppc and avr32) * make binutils 2.18 the default (except for armv7a and avr32) * disable thumb for armv4t/5te since there's no gcc/binutils combo that works 100% with thumb * bump distro_pr to force a rebuild * point feed configs at unstable feed Acked-By: Graeme Gregory <dp@xora.org.uk>
2009-05-11conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-fooTom Rini3
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-11glibc.inc: temporarily comment out the OVERRIDE so that we can build while folksMike Westerhof1
sort out what they want to call the override.
2009-05-09webkit-gtk: bump SRCREV, fix gtk-doc, fix packagingKoen Kooi1
* runtime tested on beagleboard with midori and epiphany
2009-05-06sane-srcrevs.inc: update gpe-confFlorian Boor1
2009-05-05u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN)Marcin Juszkiewicz1
2009-05-05sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-bootMarcin Juszkiewicz1
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini33
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04All distro conf files: Use LIBC to pick or set your libc.Tom Rini26
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04Add distro inc files for eglibc, glibc and uclibc.Tom Rini3
This gives us the libc into OVERRIDES, of glibc for glibc/eglibc and uclibc for uclibc. We also ?= for libintl/libiconv and = set the rest of the virtuals. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-03Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵Leon Woestenberg2
org.openembedded.dev
2009-05-01Unslung: Removed all trace of the unslung distro from OERod Whitby1
2009-04-30SlugOS: slugos.inc - ensure that the rootfs is mounted with the noatime optionMike Westerhof1
(this is for documentation purposes, and to future-proof, since the real command line is set in the apex recipe.)
2009-04-30SlugOS: preferred-slugos-versions - get rid of overrides for openssh, fixed ↵Mike Westerhof1
upstream.
2009-04-30remove install-native packageRoman I Khimov1
Sane 'install' program is provided by coreutils-native now. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-30Initial add of micro linux distMartin Lund2
2009-04-29sane-srcrevs.inc : update xf86-driver-glamo git rev to latestGraeme Gregory1
2009-04-29Modified kaeilos distro configurationMarco Cavallini1
* changed version to 2009.1 * solved bluez-utils problem with x86 targets Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
2009-04-25openezx-kernel: this rev brings back solid GSM on gen1 devicesMichael 'Mickey' Lauer1
2009-04-23linux-bug: added 2.6.27.2 from BUG Labs svnMarcin Juszkiewicz1
By default r8918 is used - can be overriden in local.conf by: SRCREV_pn-linux-bug = "${AUTOREV}" In BUG Linux we used AUTOREV by default.
2009-04-23angstrom 2009.X: move armv7a and vortex to gcc 4.3.3Koen Kooi1
* runtime tested on beagleboard and overo
2009-04-23openezx-kernel: bump to 2.6.30-rc2; this fixes the touchscreen issues we had ↵Michael 'Mickey' Lauer1
for a while
2009-04-22vala-dbus-binding-tool-native: new recipe; a dbus interface generatorMichael 'Mickey' Lauer1