Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-05-31 | libjana: sync with poky | Koen Kooi | 1 | |
2009-05-31 | gnet: sync with poky | Koen Kooi | 1 | |
2009-05-31 | angstrom 2009.X: preferred-versions updates | Koen Kooi | 1 | |
2009-05-28 | angstrom 2009.X: some more preferred versions | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: remove some useless preffered_version files | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: prefer Xorg-xserver 1.6.1 | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: require newer util-macros | Koen Kooi | 1 | |
2009-05-26 | alsa-scenario_0.2.bb : add new release of alsa scenario | Graeme Gregory | 1 | |
alsa-scenario_git.bb : bump the PV of git recipe, add DEF_PREF = -1 | ||||
2009-05-22 | angstrom: stop disabling binary localegen for >=armv6 per RFC on the ml | Koen Kooi | 1 | |
2009-05-21 | Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll() | Koen Kooi | 1 | |
2009-05-20 | xf86-video-geode: add 2.11.2 | Otavio Salvador | 1 | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
2009-05-20 | gnumeric: update to 1.8.4 | Otavio Salvador | 1 | |
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-20 | various nylon stuff: Updates to nylon-only code, needed to work with the ↵ | Martin Dietze | 1 | |
current OE. | ||||
2009-05-20 | Nylon: Nylon is now derived from angstrom. | Martin Dietze | 1 | |
2009-05-20 | zaurusd: update to latest svn (as of 20090501) | Paul Eggleton | 1 | |
2009-05-19 | angstrom 2009.X: switch to udev 141 and hal 0.5.12 per RFC | Koen Kooi | 1 | |
2009-05-19 | conf/distro/minimal.conf: assign DISTRO_TYPE only weakly | Rolf Leggewie | 1 | |
2009-05-18 | sane-srcrevs: Add gpe-mini-browser 2 | Florian Boor | 1 | |
2009-05-18 | angstrom 2009.X: weakly assign OLDEST_KERNEL | Koen Kooi | 1 | |
2009-05-17 | midori git: bump SRCREV | Koen Kooi | 1 | |
2009-05-16 | webkit: bump SRCREV | Koen Kooi | 1 | |
* runtime tested on angstrom/beagleboard | ||||
2009-05-16 | sane-srcrevs: bump linux-bug to get recent fixes | Marcin Juszkiewicz | 1 | |
2009-05-16 | sane-srcrevs: update linux-bug to get Ethernet fixed | Marcin Juszkiewicz | 1 | |
2009-05-14 | sane-srcdates.inc: set rosetta src date. | Florian Boor | 1 | |
2009-05-13 | sane-srcrevs.inc : update xf86-video-glamo revision to latest, cures screen | Graeme Gregory | 1 | |
corruption | ||||
2009-05-13 | angstrom 2009.X: toolchain updates: | Koen Kooi | 2 | |
* 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-11 | conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-foo | Tom Rini | 3 | |
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-11 | glibc.inc: temporarily comment out the OVERRIDE so that we can build while folks | Mike Westerhof | 1 | |
sort out what they want to call the override. | ||||
2009-05-09 | webkit-gtk: bump SRCREV, fix gtk-doc, fix packaging | Koen Kooi | 1 | |
* runtime tested on beagleboard with midori and epiphany | ||||
2009-05-06 | sane-srcrevs.inc: update gpe-conf | Florian Boor | 1 | |
2009-05-05 | u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN) | Marcin Juszkiewicz | 1 | |
2009-05-05 | sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot | Marcin Juszkiewicz | 1 | |
2009-05-04 | All distros: Bring in conf/distro/include/${LIBC}.inc | Tom Rini | 33 | |
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-04 | All distro conf files: Use LIBC to pick or set your libc. | Tom Rini | 26 | |
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-04 | Add distro inc files for eglibc, glibc and uclibc. | Tom Rini | 3 | |
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-03 | Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵ | Leon Woestenberg | 2 | |
org.openembedded.dev | ||||
2009-05-01 | Unslung: Removed all trace of the unslung distro from OE | Rod Whitby | 1 | |
2009-04-30 | SlugOS: slugos.inc - ensure that the rootfs is mounted with the noatime option | Mike Westerhof | 1 | |
(this is for documentation purposes, and to future-proof, since the real command line is set in the apex recipe.) | ||||
2009-04-30 | SlugOS: preferred-slugos-versions - get rid of overrides for openssh, fixed ↵ | Mike Westerhof | 1 | |
upstream. | ||||
2009-04-30 | remove install-native package | Roman I Khimov | 1 | |
Sane 'install' program is provided by coreutils-native now. Acked-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
2009-04-30 | Initial add of micro linux dist | Martin Lund | 2 | |
2009-04-29 | sane-srcrevs.inc : update xf86-driver-glamo git rev to latest | Graeme Gregory | 1 | |
2009-04-29 | Modified kaeilos distro configuration | Marco Cavallini | 1 | |
* 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-25 | openezx-kernel: this rev brings back solid GSM on gen1 devices | Michael 'Mickey' Lauer | 1 | |
2009-04-23 | linux-bug: added 2.6.27.2 from BUG Labs svn | Marcin Juszkiewicz | 1 | |
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-23 | angstrom 2009.X: move armv7a and vortex to gcc 4.3.3 | Koen Kooi | 1 | |
* runtime tested on beagleboard and overo | ||||
2009-04-23 | openezx-kernel: bump to 2.6.30-rc2; this fixes the touchscreen issues we had ↵ | Michael 'Mickey' Lauer | 1 | |
for a while | ||||
2009-04-22 | vala-dbus-binding-tool-native: new recipe; a dbus interface generator | Michael 'Mickey' Lauer | 1 | |
2009-04-21 | angstrom: have bluez4 provide bluez-utils as well | Koen Kooi | 1 | |
2009-04-21 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev |