Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-07-22 | fso-image: ship proper illume theme | Michael Lauer | 1 | |
2008-07-22 | merge of '21552d6d6a52b72f70dbeebd78da48da3acf2af8' | Michael Lauer | 1 | |
and 'c04c9a166ef26b29f2dd6b75191fb1b7b586a9c6' | ||||
2008-07-22 | vlc davinci: more configure params | Koen Kooi | 1 | |
2008-07-22 | merge of '05c935a7653c0d015e410ba1c92bd8909528d2d0' | Michael Lauer | 10 | |
and '66afa730ae13c8e2f76b43a319e6c5be9e46c981' | ||||
2008-07-22 | linux-openmoko.inc: add audio modules for both kernels, lets ses whether the ↵ | Michael Lauer | 1 | |
right thing happens @ runtime | ||||
2008-07-22 | linux-openmoko[-devel]: add squashfs to both builds, refactor more common ↵ | Michael Lauer | 10 | |
stuff into the .inc file | ||||
2008-07-22 | linux-neuros: bump SRCREV | Koen Kooi | 1 | |
2008-07-22 | task-boot,base: bump PR | Koen Kooi | 2 | |
2008-07-22 | mythtv: pass --arch as well as --cpu | Koen Kooi | 1 | |
2008-07-22 | mythtv: don't use 'uname' when cross compiling | Koen Kooi | 1 | |
2008-07-22 | mythtv: the configure does link tests first (which succeed) and then goes to ↵ | Koen Kooi | 3 | |
check if the lib exists in LDPATH. This is bogus, so rig the path check. | ||||
2008-07-22 | dsplink 1.51: adjust default preference | Koen Kooi | 1 | |
2008-07-22 | merge of '25f2070b6ff7c016172c18ddcbea754aeb7d159e' | Koen Kooi | 5 | |
and '719f01c7bedccc565279537ecbfdbf8a61bd9a4b' | ||||
2008-07-22 | mythtv: start beating it into a state where it will crosscompile | Koen Kooi | 5 | |
2008-07-22 | linux omap2 git: update TWL4030 patches for beagle, add mrus clock patches | Koen Kooi | 12 | |
2008-07-21 | busybox 1.11.1 apply first two hotfixes | Michael Lauer | 1 | |
2008-07-21 | merge of '3e3e5c3190f2cb2e6fbed584c5049e73df49c04e' | Michael Lauer | 6 | |
and 'b7c57ac566ade9b73a2dc88a9400d0667d979c84' | ||||
2008-07-21 | frameworkd git increase package granularity | Michael Lauer | 1 | |
2008-07-21 | remove tangogps, it now has its own directory | Michael Lauer | 3 | |
2008-07-21 | illume svn increase packaging granularity | Michael Lauer | 2 | |
2008-07-21 | merge of '49118a4c6035353c0f8cf1aa30297dd36e43241f' | OpenEmbedded Project | 7 | |
and '88a5ee5dca39386c6bd95c87a62d1b9c74cd7b32' | ||||
2008-07-21 | iscsi-target: Add package iscsi-target | Oyvind Repvik | 7 | |
2008-07-21 | alsa-oss: fix libio.patch | Henning Heinold | 2 | |
*stupid else vs. #else from some how dont break uclibc build so I catched not _fildes vs __filedes, fixed now to, thanks to shoragan to spot this * add LEAD_SONAME as suggested by bitbake * bump PR this time the rightway | ||||
2008-07-21 | omapfbplay: check in updated patch | Koen Kooi | 1 | |
2008-07-21 | u-boot-openmoko git add missing file | Michael Lauer | 1 | |
2008-07-21 | merge of '1f87c0f3663976dafd6caaabc1cf1397f48451e8' | Michael Lauer | 9 | |
and 'ef5c7f64094e35acf78793dc2ff1cbcc408d2530' | ||||
2008-07-21 | u-boot-mkimage-openmoko-native oe unbreak, thanks svolpe. | Michael Lauer | 1 | |
2008-07-21 | merge of 'a153d288427652523d9cf6ef78faccfc723035d5' | Robert Schuster | 57 | |
and 'd910c68cbd1dafb9c6b77187abde5e456d8606e9' | ||||
2008-07-21 | libusb1 0.9.0: Added patch to allow compilation with gcc 3.4 | Robert Schuster | 6 | |
libusb-compat 0.0.9+0.1.0-beta1: Added patch to allow compilation with gcc 3.4 | ||||
2008-07-21 | merge of '1111600f6f0e98778deec94f838de80fd1db927b' | Shane Volpe | 1 | |
and '5f9ae2c9fe265c14ea195bf732ef1ce81060197a' | ||||
2008-07-21 | Added at91-l9260 to supported machines for the linux-2.6.25 kernel | Shane Volpe | 1 | |
2008-07-21 | python-2.5-manifest.inc: update by generate-manifest-2.5.py | John Lee | 2 | |
* bump python_2.5.2.bb PR | ||||
2008-07-20 | merge of '208f1ed94f96d48ebd0a914e436fb7a6e203f681' | Michael Lauer | 2 | |
and '377e4d7bcf91440bd806ee920d1b7ff72c44b991' | ||||
2008-07-20 | u-boot-openmoko * refactor into .inc file and update sane-srcrevs | Michael Lauer | 1 | |
2008-07-20 | Added machine file for Olimex AT91SAM development board | Shane Volpe | 1 | |
linux_2.6.25, r3 Added support for Olimex AT91SAM development board | ||||
2008-07-20 | u-boot-openmoko * remove deprecated svn versions, add git versions | Michael Lauer | 4 | |
2008-07-20 | linux-openmoko-devel git compile ext2fs into kernel to ease booting from SD | Michael Lauer | 2 | |
2008-07-20 | alsa-oss: fix stdioemu.c for uclibc | Henning Heinold | 2 | |
*on none glibc systems libio.h is not there and FILE._fileno is not defined *on uclibc _fileno is _filedes *provide autoconf magic which check for structure *bump PR | ||||
2008-07-20 | merge of 'bd40bda8858164c7f6d35494b85fbc1df9474e4d' | Michael Lauer | 2 | |
and 'e73a25058e540cd7bb73833d96eb62b9a797b637' | ||||
2008-07-20 | dfu-util-native: link to the last built dfu-util | Michael Lauer | 2 | |
2008-07-20 | speech-dispatcher: fix configure.in for c++ | Henning Heinold | 2 | |
* we have a little patch that has support for espeak * the autoconf macros AC_LANG_PUSH/POP is used with c++, but it is not checked if c++ is available * tweak configure_fix.patch to support this * bug 4391 was reported by ant and is fixed now * bump PR | ||||
2008-07-20 | pulseaudio: fix libtool linking | Henning Heinold | 2 | |
* pulseaudio authoir did not understand AM_ICONV and what $(LTLIBICONV) and $(LIBICONV) are for, problem accurs under uclibc * add patch which fixes the issue * bum PR | ||||
2008-07-20 | linux neuros: bump SRCREV | Koen Kooi | 1 | |
2008-07-20 | frameworkd: add configuration for magician | Philipp Zabel | 2 | |
2008-07-20 | ffmpeg: bump SRCREV | Koen Kooi | 2 | |
omapfbplay: bump SRCREV | ||||
2008-07-19 | opkg-utils: Add from poky | Richard Purdie | 3 | |
2008-07-19 | alsa-lib: fix avr32 builds and libmath detection | Henning Heinold | 3 | |
* fix bug 4364 provided Geoffrey Wossum * add fix_libmath.patch to correct detection either -lm is needed or not * bump PR | ||||
2008-07-19 | iptables: add .inc file | Michael Lauer | 1 | |
2008-07-19 | merge of 'bb80418f92c2db8734eda06db4ea527fdc5c84b0' | Michael Lauer | 6 | |
and 'f9f4aeef69ea9d929a612c025e1e90a2de52faca' | ||||
2008-07-19 | sysklogd: update to version 1.5 and unify. Hopefully closes 2691. | Rolf Leggewie | 5 | |