summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-01-14mplayer svn: add patch for addr_info, add some metadata to exp patch)Koen Kooi3
2010-01-14conf/distro/minimal.conf: don't set SPLASH for headless machinesRolf Leggewie1
2010-01-14linux-omap-zoom-sync 2.6.31: Turn on wifi and bt usb driversKoen Kooi1
2010-01-14memusagestat_2.11.bb: Add memusagestatHolger Hans Peter Freyther1
This is a small tool that can turn the memory trace of glibc into a nice graph.
2010-01-14qtwebkit-performance-utilities.inc: Use += to not undo qt4eHolger Hans Peter Freyther1
Append to the extra qmake variables instead of assigning it. This means that the original qt4e extra variables will be passed to qmake and we will link to the QtE libraries again.
2010-01-14qmake_base.bbclass: Unexport STRIP from the environmentHolger Hans Peter Freyther1
The Makefile's generated by Qt are using this variable and the assignment of STRIP = $(OE_QMAKE_STRIP) will be overturned by this export. One option would be to set STRIP = $OE_QMAKE_STRIP in the bb file but this would break striping in package.bbclass. With the unset STRIP we are able to generate proper -dbg packages for Qt and other qmake based utilities.
2010-01-14qtwebkit-performance-utilities.inc: Remove memusagestat from the buildHolger Hans Peter Freyther1
* It is bad to require either Qt/X11 or Qt/E to just build this small helper. A new recipe should be created instead.
2010-01-14sane-srcrevs.inc: Build more recent versions of qtwebkit-performance-utilitiesHolger Hans Peter Freyther1
2010-01-14serial-forward: catch up with conversion to autotoolsMichael 'Mickey' Lauer3
pty-forward-native: dito
2010-01-14images: set SPLASH to "" as sane defaultRolf Leggewie4
Acked-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-14conf/distro/minimal.conf: minimal should have a generic OE splashRolf Leggewie1
2010-01-14qpf-fonts: move SRC_URI from ewi to Openzaurus mirror. Partly closes #5295Rolf Leggewie7
2010-01-14udev 141: move creation of /etc/dev.tar to after checkrootKoen Kooi3
* / isn't always mounted rw when udev runs, so lets create /etc/dev.tar after checkroot has run Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-01-14hamlib: update to 1.2.10Koen Kooi2
2010-01-14giac: add 0.8.4Koen Kooi2
2010-01-14angstrom-X-image: add image that has gdm + gnome + xfce + e17 selectable as ↵Koen Kooi1
login sessions
2010-01-14angstrom-GNOME-image: add image that gives you gdm + gnome desktopKoen Kooi1
2010-01-14angstrom-task-gnome: fix thinko with XSERVERKoen Kooi1
2010-01-14fltk: fix build by defining XFT_MAJORKoen Kooi1
2010-01-14gcc-4.4.1: Delete unused patches.Khem Raj139
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-14uclibc-nptl/uClibc.distro: Enable stubs for libnsl and libresolvKhem Raj1
* This furthers native-sdk-image compilation on uclibc nptl. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-13pixops-test: GNU_HASH QA error fix.Stanislav Brabec1
2010-01-13giac: move to nonworking and close #98 as LATERRolf Leggewie1
2010-01-13omap3-sgx-modules: make 1.4.14.2514 the default and make it build against 2.6.32Koen Kooi3
libgles-omap3: make 3.01.00.02 the default and attempt to fix file permissions
2010-01-13libpam-base-files: RRECOMMEND libpam-metaKoen Kooi1
2010-01-13xf86-input-tslib: bump PR to something newer than it was due to the xorg .incKoen Kooi1
2010-01-13gdm: move to 2.28.2, fix conflict with libpam-base-filesKoen Kooi9
2010-01-13mplayer: fix build error with EXPR_2FKoen Kooi2
2010-01-13mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in ↵Koen Kooi2
>2.6.31
2010-01-13linux-2.6.32-2.6.33-rc4: add rc4 instead of rc3 drop patch alreadyMartin Jansa8
applied upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-13busybox: bump INC_PR to force postinst script run on targets after u-a fixupMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-13task-boot: use DISTRO_UPDATE_ALTERNATIVES instead of update-alternatives ↵Martin Jansa1
directly * Images built after 2009-12-08 9b641bbfed07c075ae5cbe84082a85f1ba703447 probably use opkg-native, but also ship with u-a-cworth Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-13opkg, update-alternatives-cworth: use /usr/lib/opkg/alternatives directory ↵Martin Jansa6
instead of /usr/lib/ipkg/alternatives * It's usefull to make it compatible with u-a script in opkg package * Old entries are merged to new directory in quite verbose postinst script * If entry exists only in old it's moved * If entry exists in both the one with more lines is used * The one with less lines is not used and warning is shown * If they have the same number of lines diff is checked * If they are the same, old one is ignored * If they are different, old one is ignored and warning is shown Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-13bzip2: add missing symlinkKoen Kooi1
2010-01-13obexd: add 0.21Koen Kooi2
2010-01-13totem 2.28.5: add missing dep on gnome-doc-utilsKoen Kooi1
- also drag in some more buildtime deps to build more (optional) plugins
2010-01-13gst-fluendo-mpegdemux: add 0.10.23Koen Kooi2
2010-01-13gcc-svn: Port gcc-flags-for-build patch for getting cross native build going.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-13gcc-4.4.2: Delete unused patches.Khem Raj138
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-12uclibc-nptl: Fix booting problems on mips nptl.Khem Raj2
* This patch fixes the fundamental problems in getting a bootable system based on uclibc nptl for mips. Patch is submitted upstream. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-13gourmet: initial commitRolf Leggewie2
* gourmet is a mealmaster-format compatible recipe collection software * compiles, testing on-device to be done (may require higher than VGA resolution)
2010-01-13libnl2: ship libnl2-cli seperatelyMichael 'Mickey' Lauer1
2010-01-13msmcommd: new recipe; support daemon for qualcomm modems w/ binary protocolMichael 'Mickey' Lauer3
2010-01-13linux-kexecboot-2.6.32+2.6.33-rc3: use the spitz defconfig for akita tooAndrea Adami1
2010-01-13linux-kexecboot: update Zaurus clamshell's defconfigs forAndrea Adami4
2.6.32/2.6.33-rc3
2010-01-13linux-2.6.32+2.6.33-rc3: enable physmap and magic sysrq (the same for kexecboot)Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-13opie-taskbar: compile fixHenning Heinold2
* comment the use of LnkProperties * maybee opie losses some functionality, but it's better to have something working for now * bump PR
2010-01-12some download URIs changed, update.Kristoffer Ericson1
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-12fixed calling native binaries with host librariesKristoffer Ericson1
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-01-12fixed patch download location, added includeKristoffer Ericson1
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>