Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-11-16 | packages: Fix PV naming of svn/git based recipes to have +gitr/+svnr in the PV | Holger Hans Peter Freyther | 1 | |
According to the policy add an 'r' if we build a certain SCM revision. Bump the PE to be sure that the package is bigger, may alphanumeric math is too bad... # my failure of shell knowledge... git grep "^PV" packages/ | grep SRCREV | grep "\(git\\$\)\|\(svn\\$\)" | ||||
2008-11-14 | hal: Find and use the right linux/input.h to work with external toolchain | Denys Dmytriyenko | 1 | |
Signed-off-by: Denys Dmytriyenko <denis@denix.org> | ||||
2008-10-29 | hal 0.5.11: add fix from hal git to fix libtool issues in configure | Koen Kooi | 2 | |
2008-10-28 | hal_0.5.11: Move back to the hal directory and make it default for Openmoko | Holger Hans Peter Freyther | 1 | |
hal 0.5.11 is fixing many, many, many memory leaks and is required if someone wants to have the device powered on for more than two days. I heavily encourage other distributions to switch as well. I can not see the autoreconf errors mentioned in koen's move a765a58dfd410eef8147e2e6ad1d0e4cef922c58 he is free to send them to me. I'm using tmp/staging/i686-linux/usr/bin/autoreconf --version autoreconf (GNU Autoconf) 2.61 | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 4 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-16 | Revert "hal_0.5.11.bb : add new version from OM branch" | Graeme Gregory | 1 | |
This was already cherry picked then moved to non-working This reverts commit 2172627af94c9b3bfd6278e64b90b0ab664512f6. | ||||
2008-10-16 | hal_0.5.11.bb : add new version from OM branch | Graeme Gregory | 1 | |
2008-10-16 | hal 0.5.11: move to nonworking: | Koen Kooi | 1 | |
* autoreconf fails * after fixing that it doesn't build | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 4 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-10-15 | [hal] Add latest hal and hal-info | Holger Hans Peter Freyther | 4 | |
hal-0.5.11 should fix many many leaks compared to hal-0.5.9 and upgrade hal-info on the way as well | ||||
2008-10-15 | [hal] Create hal-info.inc and share it with the releases | Holger Hans Peter Freyther | 3 | |
2008-10-15 | [hal] Move almost everything into the hal.inc file | Holger Hans Peter Freyther | 2 | |
hal_0.5.9.bb is the only user of hal.inc and we can safely move everything into the common include file. | ||||
2008-10-15 | [hal] Remove commented out things we have a SCM to recover it | Holger Hans Peter Freyther | 1 | |
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 4 | |
2008-08-31 | ohm: sync with poky | Koen Kooi | 3 | |
2008-07-02 | hal: create volatiles *after* creating the haldaemon user | Jeremy Laine | 3 | |
2008-06-20 | libusb: add libusb1, a rewrite of libusb 0.1.x | Koen Kooi | 3 | |
libusb-compat: add a compat layer for libusb 0.1.x apps hal: use libusb-compat, not libusb lcd4linux: use libusb-compat, not libusb This will give increased powersavings because of this new feature: * libusb-0.1 wakes up the CPU every millisecond when waiting for bulk/interrupt data. The replacement of libusb-1.0 combined with libusb-compat-0.1 sleeps efficiently, only waking up when data has arrived. | ||||
2008-06-02 | hal: revert PIDFILE hunk | Koen Kooi | 4 | |
2008-06-02 | hal: sync with poky | Koen Kooi | 9 | |
2008-05-09 | hal-info_20080313.bb : new version from OM mtn | Graeme Gregory | 1 | |
2008-04-30 | hal 0.5.9 fix wrong PID file blocking /etc/init.d/dbus restart | Michael Lauer | 2 | |
2008-01-08 | hal_0.5.9: improve staging. | Junqian Gordon Xu | 1 | |
2008-01-06 | hal_0.5.9: add LEAD_SONAME (QA) | Junqian Gordon Xu | 1 | |
2007-12-19 | hal_0.5.9: fix bugzilla #3398 - missing explicit intltool-native dependency | Robert Schuster | 1 | |
2007-10-08 | ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again. | Stefan Schmidt | 1 | |
(--without-xauth should be fine on single user systems) | ||||
2007-10-06 | hal: enable pci when available | Koen Kooi | 1 | |
2007-09-23 | hal-info: add snapshot since the git one requires an unreleased hal :( | Koen Kooi | 2 | |
2007-08-13 | ohm: fix depends and packaging | Koen Kooi | 1 | |
* x11 dependants are in ohm-plugin-x11, leaving a small and contained ohm and libohm package | ||||
2007-08-13 | ohm: add from poky | Koen Kooi | 1 | |
2007-08-04 | Hal: merge improvements from poky, remove stale versions | Koen Kooi | 8 | |
2007-05-23 | hal: unify | Rolf Leggewie | 7 | |
2007-04-05 | hal: install /var/cache/hald | Koen Kooi | 2 | |
2007-04-03 | hal-info: this isn't architecture specific | Koen Kooi | 1 | |
2007-04-03 | hal: add 0.5.9 and hal-info_git from poky | Koen Kooi | 2 | |
* has a hack to work around autofoo >2.59 dep * requires linux-libc-headers >= 2.6.18 | ||||
2007-02-12 | divers: fix minor spacing errors, sanitize | Rolf Leggewie | 1 | |
2007-01-20 | hal: add udev to DEPENDS as well to get libvolume_id in staging | Koen Kooi | 1 | |
2007-01-20 | hal: add intltoon to DEPENDS | Koen Kooi | 1 | |
2007-01-20 | hal: merge in HAL bits from Poky | Koen Kooi | 2 | |
2006-11-28 | hal 0.5.8.1: surpress dependencie on hal-info | Koen Kooi | 1 | |
2006-11-28 | hal: add 0.5.8.1 | Koen Kooi | 1 | |
2006-11-28 | hal 0.5.7: disable hal-device-manager till someone adds python-pygnome | Koen Kooi | 1 | |
2006-11-09 | hal_0.5.7.bb : fix for dbus 1.0 API changes | Graeme Gregory | 3 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 4 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-08-09 | lots of files: fix my mailaddress | Koen Kooi | 1 | |
2006-03-02 | hal: update to 0.5.7 | Koen Kooi | 1 | |
2006-02-21 | hal 0.5.4: Disable documentation generation as the tools aren't in DEPENDS | Richard Purdie | 1 | |
2005-10-04 | udev: add 0.5.4 and package the device-manager seperatly | Koen Kooi | 1 | |
2005-06-30 | import clean BK tree at cset 1.3670 | Koen Kooi | 2 | |
2005-06-28 | Merge bk://oe-devel@oe-devel.bkbits.net/openembedded | Koen Kooi | 1 | |
into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/28 13:52:52+02:00 utwente.nl!koen gnome-power_0.0.5.bb, libwnck_2.8.1.bb: new file hal_0.5.2.bb: stage libs + headers 2005/06/28 13:08:58+02:00 utwente.nl!koen hal_0.5.2.bb: inherit pkgconfig BKrev: 42c13a28BTxVjEgHqRMV-YVQqJM3SA | ||||
2005-06-28 | Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded | Phil Blundell | 1 | |
into mill.internal.reciva.com:/nexus/home/pb/oe/oe 2005/06/28 12:52:32+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/28 12:52:04+02:00 utwente.nl!koen hal_0.5.2.bb: add udev-utils to RRECOMMENDS BKrev: 42c12ec6_JVvJClqrGYl6z2yd3NgGw |