summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-04-27cherokee: fix init script, daemonize is '-d', not '-b'Koen Kooi2
* runtime tested on sheevaplug/angstrom
2009-04-27qt4: make Qt 4.5.1 the default versionJeremy Lainé3
2009-04-27bitbake.conf: fix parallel build for gzip'd imagesRoman I Khimov1
Parallel build of gzip'd images is broken now because of the way ${DEPLOY_DIR_IMAGE}/tmp.gz dir is removed-created-removed for every image. Fix it by 'installing' the dir and let it stay in place. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-27sheevaplug: add ubifs paramsKoen Kooi2
2009-04-27linux-kirkwood: update to 2.6.29.1 and enable some goodies like mmc and ubifsKoen Kooi2
2009-04-27genext2fs: added 1.4.1 versionMarcin Juszkiewicz4
2009-04-25SlugOS: packages - deprecate ctrlproxy, depends on unstaged tbd.h (samba)Mike Westerhof1
2009-04-25checksums.ini: Add gcc-4.4.0 checksum.Khem Raj1
2009-04-25gcc-4.4.0: Add recipes for latest gcc release 4.4.0Khem Raj154
* This is a preliminary port. Now all patches has been ported yet.
2009-04-25kexecboot-cfg: initial deploy of /boot/boot.cfg (for kexecboot_0.6)Andrea Adami1
2009-04-25webif: add recipe to build the webif binary and package support filesKoen Kooi1
* still needs tweaking to work with some OE config files
2009-04-25u-boot 1.2.0: adjust dm355-leopard patch, still needs work to compile with eabiKoen Kooi2
2009-04-25u-boot git: update omap3evmKoen Kooi1
2009-04-25libsdl-mixer: convert to autotools_stageKoen Kooi1
2009-04-25gstreamer-ti: bump SRCREVKoen Kooi1
2009-04-25distcc-master-image: image that servers as distcc master, with GUIKoen Kooi1
2009-04-25ecore: fix git merge damageKoen Kooi2
2009-04-25linux-omap-pm: readd patch to register all OPPs, fix overo defconfigKoen Kooi3
2009-04-25Revert "evas: catch up with new upstream library names; bump version string"Koen Kooi3
This reverts commit 80c85e0af3865710a189ba536022d326fa996d26.
2009-04-25Revert "ecore: catch up with the new SONAMEs; move to autosplitting"Koen Kooi1
This reverts commit 8101ad8e1229b3b9f8aa0be0fdc262b5283034d0.
2009-04-25Revert "efl: sync versions with upstream"Koen Kooi7
This reverts commit 6898f8ca089d35109b3652d640ebb907d8115736.
2009-04-25openezx-kernel: this rev brings back solid GSM on gen1 devicesMichael 'Mickey' Lauer2
2009-04-25binutils-avr32.inc: Add DEPENDS autoconf-native and automake-native.Leon Woestenberg2
On my fresh Ubuntu 9.04 with the minimal set of host packages installed required by OpenEmbedded, the atngw100 build failed due to autoconf and aclocal (from automake package) not being present. Running 'bitbake autoconf-native and automake-native' solved this. Adding those two as DEPENDS to binutils-avr32.inc should fix this for a pristine build. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-04-24linux-2.6.29: update cm-x270 kernel to 2.6.29Cliff Brake8
2009-04-24contrib/mtn-bisect.sh: Removed, we moved to git which has bisect itself.Leon Woestenberg1
2009-04-24qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP and OE_QMAKE_QDBUSCPP2XMLJeremy Lainé2
From: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@debian.org> Acked-by: Jeremy Lainé <jeremy.laine@bolloretelecom.eu>
2009-04-24qt4-tools-native.inc: add qdbuscpp2xml to Qt native toolsJeremy Lainé1
2009-04-24Author: Otavio Salvador <otavio@ossystems.com.br>Jeremy Lainé3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Jeremy Lainé <jeremy.laine@bolloretelecom.eu>
2009-04-24qt4.inc: add translation packages to the dynamic listJeremy Lainé1
From: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Jeremy Lainé <jeremy.laine@m4x.org>
2009-04-24efl: sync versions with upstreamMichael 'Mickey' Lauer7
2009-04-24fltk2: make it somewhat work; still very hacky, since these peopleMichael 'Mickey' Lauer2
try to be very clever with their multiplatform buildsystem... *sigh*
2009-04-24fltk2 : ship all of the libsAngus Ainslie1
2009-04-24fltk2: add an svn recipe for the beta version of fltk libraryAngus Ainslie2
2009-04-24evas: catch up with new upstream library names; bump version stringMichael 'Mickey' Lauer3
2009-04-24ecore: catch up with the new SONAMEs; move to autosplittingMichael 'Mickey' Lauer1
2009-04-24python-evas: make sure all headers are staged for dependenciesAngus Ainslie2
2009-04-24linux-2.6.24: make ubifs available for all machinesSteffen Sledz3
2009-04-24sqlite3: add version 3.6.13Roman I Khimov3
2009-04-24Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Dmitry Eremin-Solenikov169
into org.openembedded.dev
2009-04-24mplayer: reenable vo_omapfb patchGregoire Gentil3
2009-04-24qt4: update from 4.5.0 to 4.5.1Jeremy Lainé8
2009-04-24qt4(-tools-native)?.inc: compatibility fixes for Qt 4.5.1Jeremy Lainé2
2009-04-23udev 124: add cache invalidation logic on kernel change or its ↵Denys Dmytriyenko3
bootargs/cmdline/atags also add /etc/default/udev with the option to disable device caching Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-23pxaregs: GNU_HASH QA fix.Stanislav Brabec1
2009-04-23unzip: GNU_HASH QA fix.Stanislav Brabec1
2009-04-23fsi-client: GNU_HASH QA fix.Stanislav Brabec1
2009-04-23initramfs-kexecboot-image: minor text cleaningsAndrea Adami1
2009-04-23console-base-image,console-image,gnuradio-image: readd psplash-zapAndrea Adami3
- for distros without psplash keep the old behaviour and check 'screen'
2009-04-23man: GNU_HASH QA fix.Stanislav Brabec1
2009-04-23fbv: Add a framebuffer-based png viewer.Tom Rini3
bmp/gif is supported but disabled.