summaryrefslogtreecommitdiff
path: root/packages/udev/udev_092.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-02-13udev-{092,097,100}: Sanitize permissions.rulesTom Rini1
Go and take out all of the GROUP='...' lines in permissions.rules for groups that we currently do not have, and no package addgroup's. Matches udev-118.
2009-01-13udev: move /sbin/udevadm to udev-utilsMarcin Juszkiewicz1
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.
2008-12-22udev_*.bb: honer $D in postinst scripts.John Lee1
Otherwise it will overwrite host udev settings in a toolchain environment. Patch created by Christopher Hall <hsw@openmoko.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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>
2007-09-29udev: sync with poky, def_pref 115 negativeKoen Kooi1
2007-08-28udev: add sbin into PATH for network.sh, should close #2869Clement Hermann1
2007-07-04udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH.Paul Sokolovsky1
* Instead, put into own package and make machines RDEPEND on it per their likes.
2007-06-30udev: Stop booting semi-configured system in case of random miniscule errors.Paul Sokolovsky1
* It makes *completely* no sense to just fail the udev script on first error and continue boot further. Either it should try to ignore them, or halt system boot. Otherwise, system in weird, semi-working state will emerge, without anu notices of such state. * This script for example fails on mount --bind and mount --move, which busybox 1.2.1 doesn't appear to handle correctly.
2007-06-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky1
* Like ramdisk the stupid script spit tens of megabytes to a "device", without checking if it exists. * Generall, /dev should contains only devices, typical size - tens of Kb.
2007-06-12udev: make only udev RPROVIDE hotplug not all packages (from Poky)Marcin Juszkiewicz1
2007-02-21udev: Fixup slight mistake in previous commit, bump PROyvind Repvik1
2007-02-21udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ↵Oyvind Repvik1
into it
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-28udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵Richard Purdie1
EV_KEY support
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-11-28udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, ↵Koen Kooi1
bump PR
2006-11-07udev: Auto-add the rootfs partition to mount.blacklist via postinst to work ↵Matthias Hentges1
around a bug in the auto-mounter * * Untested in .dev! * *
2006-10-31udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)Michael Lauer1
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
2006-08-15udev: Fix packaging after -dbg changes (udev-utils wasn't populated)Richard Purdie1
2006-08-12udev 092: fix hostap on h2200, courtesy Joshua Layne Koen Kooi1
2006-08-11udev 092: Update for keeping the debug information in the correct packageJamie Lenehan1
which is clearer. Appened to package list so -dbg package stays first and use .../* to match files and ignore directories.
2006-08-11udev 092: Remove the spurious debug info from the packages. Closes #1241Jamie Lenehan1
"udev ships spurious debug info"
2006-08-05merge of '61c6cd8658c99e2416e242b79cdff01967f01c94'Holger Freyther1
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2'
2006-08-05udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqsKoen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-26udev 092: Fix ARM inotify syscallRichard Purdie1
2006-06-13udev 092: Add missing file. Third time lucky...Richard Purdie1
2006-06-13udev 092: Fix a typoRichard Purdie1
2006-06-13udev: Add 092. Included is a custom rule which adds a symlink to the ↵Richard Purdie1
touchscreen as /dev/input/touchscreen0 if present (this does not work under udev 089 due to bugs). Several udev conf files required cleanups to work with the new udev version.