aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
AgeCommit message (Collapse)Author
2008-11-16packages: Fix PV naming of svn/git based recipes to have +gitr/+svnr in the PVHolger Hans Peter Freyther
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-14hal: Find and use the right linux/input.h to work with external toolchainDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2008-10-29hal 0.5.11: add fix from hal git to fix libtool issues in configureKoen Kooi
2008-10-28hal_0.5.11: Move back to the hal directory and make it default for OpenmokoHolger Hans Peter Freyther
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-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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-16Revert "hal_0.5.11.bb : add new version from OM branch"Graeme Gregory
This was already cherry picked then moved to non-working This reverts commit 2172627af94c9b3bfd6278e64b90b0ab664512f6.
2008-10-16hal_0.5.11.bb : add new version from OM branchGraeme Gregory
2008-10-16hal 0.5.11: move to nonworking:Koen Kooi
* 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_PRHolger Hans Peter Freyther
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-infoHolger Hans Peter Freyther
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 releasesHolger Hans Peter Freyther
2008-10-15[hal] Move almost everything into the hal.inc fileHolger Hans Peter Freyther
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 itHolger Hans Peter Freyther
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-08-31ohm: sync with pokyKoen Kooi
2008-07-02hal: create volatiles *after* creating the haldaemon userJeremy Laine
2008-06-20libusb: add libusb1, a rewrite of libusb 0.1.xKoen Kooi
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-02hal: revert PIDFILE hunkKoen Kooi
2008-06-02hal: sync with pokyKoen Kooi
2008-05-09hal-info_20080313.bb : new version from OM mtnGraeme Gregory
2008-04-30hal 0.5.9 fix wrong PID file blocking /etc/init.d/dbus restartMichael Lauer
2008-01-08hal_0.5.9: improve staging.Junqian Gordon Xu
2008-01-06hal_0.5.9: add LEAD_SONAME (QA)Junqian Gordon Xu
2007-12-19hal_0.5.9: fix bugzilla #3398 - missing explicit intltool-native dependencyRobert Schuster
2007-10-08ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.Stefan Schmidt
(--without-xauth should be fine on single user systems)
2007-10-06hal: enable pci when availableKoen Kooi
2007-09-23hal-info: add snapshot since the git one requires an unreleased hal :(Koen Kooi
2007-08-13ohm: fix depends and packagingKoen Kooi
* x11 dependants are in ohm-plugin-x11, leaving a small and contained ohm and libohm package
2007-08-13ohm: add from pokyKoen Kooi
2007-08-04Hal: merge improvements from poky, remove stale versionsKoen Kooi
2007-05-23hal: unifyRolf Leggewie
2007-04-05hal: install /var/cache/haldKoen Kooi
2007-04-03hal-info: this isn't architecture specificKoen Kooi
2007-04-03hal: add 0.5.9 and hal-info_git from pokyKoen Kooi
* has a hack to work around autofoo >2.59 dep * requires linux-libc-headers >= 2.6.18
2007-02-12divers: fix minor spacing errors, sanitizeRolf Leggewie
2007-01-20hal: add udev to DEPENDS as well to get libvolume_id in stagingKoen Kooi
2007-01-20hal: add intltoon to DEPENDSKoen Kooi
2007-01-20hal: merge in HAL bits from PokyKoen Kooi
2006-11-28hal 0.5.8.1: surpress dependencie on hal-infoKoen Kooi
2006-11-28hal: add 0.5.8.1Koen Kooi
2006-11-28hal 0.5.7: disable hal-device-manager till someone adds python-pygnomeKoen Kooi
2006-11-09hal_0.5.7.bb : fix for dbus 1.0 API changesGraeme Gregory
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-09lots of files: fix my mailaddressKoen Kooi
2006-03-02hal: update to 0.5.7Koen Kooi
2006-02-21hal 0.5.4: Disable documentation generation as the tools aren't in DEPENDSRichard Purdie
2005-10-04udev: add 0.5.4 and package the device-manager seperatlyKoen Kooi
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-06-28Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi
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-28Merge bk://oe-devel@openembedded-devel.bkbits.net/openembeddedPhil Blundell
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