summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-01-15xf86-video-omapfb: bump SRCREVKoen Kooi1
2009-01-15powertop : Add patch that should display C5 and C6 with powertop.Philip Balister2
2009-01-15chinook-compat.conf: Fixed typo.Robert Schuster1
2009-01-15psplash: add support for 2 bit per pixel grayscaleJeremy Lainé4
2009-01-15linux-omap-pm: build in cpufreq-stats for beagleboardKoen Kooi1
2009-01-15base.bbclass: Add subdir feature to SRC_URI entries.Robert Schuster1
2009-01-15zhone|frameworkd: add python-logging as dependencyMichael 'Mickey' Lauer2
2009-01-15gst-plugins.inc: the 'string' module is deprecated in favour of calling ↵Michael 'Mickey' Lauer1
methods on string objects.
2009-01-15wvstreams: Use pkgconfig class in order to get usable pkgconfig files.Florian Boor2
2009-01-15checksums.ini: Add some new entries for new wvdial, wvstreams and unicap ↵Florian Boor1
version.
2009-01-15vpnc: Add 0.5.3Florian Boor1
2009-01-15wvdial: Add 1.56 which is more likely to work on ARM based platforms.Florian Boor2
2009-01-15wvstreams: Add 4.2.2 which is more likely to work on ARM platforms.Florian Boor2
2009-01-15gst-plugins: hook into packaging code to generate ${PN}-meta for gst-plugins ↵Koen Kooi6
that RDEPENDS on all plugins * if you want all plugins from gst-plugins-good: 'opkg install gst-plugins-good-meta'
2009-01-15picodlp-control: add comment about reading registerKoen Kooi1
2009-01-15{e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs ↵Koen Kooi2
with thumb, so: ARM_INSTRUCTION_SET = "arm"
2009-01-15pcmanfm: update to 0.5Otavio Salvador12
This patch updates pcmanfm to 0.5 version, removing the now useless patches and bumping OpenMoko preferred version according.
2009-01-15vlc: add dvd supportKoen Kooi1
2009-01-15libdvdread: enable libdvdcssKoen Kooi1
2009-01-14openssl-0.9.8j: Remove -Bsymbolic from the debian patch to fix build on x86_64Klaus Kurzmann1
2009-01-14checksums.ini: add vlcKoen Kooi1
2009-01-14linux-omap git: update beagleboard defconfigKoen Kooi2
2009-01-14psplash: fix 1bpp supportJeremy Lainé2
2009-01-14linux-2.6.27: drop old LCD patch for boc01Jeremy Lainé1
2009-01-14places: recommend 'eject'Koen Kooi1
2009-01-14Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-01-14eject: add 2.1.5Koen Kooi2
2009-01-14Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé15
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-01-14qt-embedded: add support for 2 bit per pixel framebuffersJeremy Lainé2
2009-01-14Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi4
into org.openembedded.dev
2009-01-14mplayer: update to a more recent svn versions, enable theora and dvd supportKoen Kooi15
2009-01-14linux-2.6.26: modularise boc01 kernel, fix SQN11x0 USB supportJeremy Lainé3
* move support for filesystems to modules * add USB hack for SQN11x0 chipsets
2009-01-14e2fsprogs-libs-native: DEPEND on gettext-nativeTom Rini1
2009-01-14Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi3
into org.openembedded.dev
2009-01-14libtheora: update to 1.0 releaseKoen Kooi2
2009-01-14linux-2.6.27: add support for 2 bpp grayscale on boc01 LCDJeremy Lainé3
2009-01-14libdvdread: update to 0.9.7Koen Kooi2
2009-01-14libdvdcss: add 1.2.10Koen Kooi1
2009-01-14linux-omap 2.6.28: add patch for musb dma programmingKoen Kooi2
2009-01-14initscrips: bump PR to make the renaming of the finish script workKoen Kooi1
2009-01-14mtd-utils(-native) 1.2.0+git: fix problem with make 3.8x, def_pref -1 ↵Koen Kooi2
-native till it builds for everyone
2009-01-14update-alternatives-dpkg-native 0.13.22: Fix circular dependency.Robert Schuster1
* remove dpkg-native from DEPENDS
2009-01-14chinook-compat.conf:Robert Schuster1
* fixed preferred libxml2 version * added preference for shared-mime-info * add FEED_ARCH to OVERRIDES (like Angstrom) * set automake-native preference to 1.10
2009-01-14task-{base,boot}: bump PRKoen Kooi2
2009-01-14linux-omap-pm git: move to latest pm branch, SD boot works againKoen Kooi1
2009-01-14angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can ↵Koen Kooi1
filter them out with BAD_RECOMMENDATIONS in image recipes when needed
2009-01-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi13
into org.openembedded.dev
2009-01-13euphony: bump 0.1.1 -> 0.1.2Thomas Gstaedtner2
2009-01-13hal: depend on udev-utils not on udevMarcin Juszkiewicz5
HAL uses 'udevinfo' command which is part of udev-utils. In previous commit I made 'udevinfo' command working without installing main 'udev' package (which is not needed on systems where mdev is used as hotplug manager).
2009-01-13udev: move /sbin/udevadm to udev-utilsMarcin Juszkiewicz6
udevadm is multibinary which provides udevinfo, udevsynthetize. HAL uses udevinfo to gather informations about system devices. On system where mdev (from busybox) is used as hotplug manager HAL was not able to find any device due to lack of udevinfo command.