Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-01-13 | udev: move /sbin/udevadm to udev-utils | Marcin Juszkiewicz | 1 | |
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-22 | udev_*.bb: honer $D in postinst scripts. | John Lee | 1 | |
Otherwise it will overwrite host udev settings in a toolchain environment. Patch created by Christopher Hall <hsw@openmoko.com> | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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_PR | Holger Hans Peter Freyther | 1 | |
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-29 | udev: sync with poky, def_pref 115 negative | Koen Kooi | 1 | |
2007-08-28 | udev: add sbin into PATH for network.sh, should close #2869 | Clement Hermann | 1 | |
2007-07-04 | udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH. | Paul Sokolovsky | 1 | |
* Instead, put into own package and make machines RDEPEND on it per their likes. | ||||
2007-06-30 | udev: Stop booting semi-configured system in case of random miniscule errors. | Paul Sokolovsky | 1 | |
* 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-18 | udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS. | Paul Sokolovsky | 1 | |
* 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-12 | udev: make only udev RPROVIDE hotplug not all packages (from Poky) | Marcin Juszkiewicz | 1 | |
2007-02-21 | udev: Fixup slight mistake in previous commit, bump PR | Oyvind Repvik | 1 | |
2007-02-21 | udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ↵ | Oyvind Repvik | 1 | |
into it | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-12-28 | udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵ | Richard Purdie | 1 | |
EV_KEY support | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 1 | |
2006-11-28 | udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, ↵ | Koen Kooi | 1 | |
bump PR | ||||
2006-11-07 | udev: Auto-add the rootfs partition to mount.blacklist via postinst to work ↵ | Matthias Hentges | 1 | |
around a bug in the auto-mounter * * Untested in .dev! * * | ||||
2006-10-31 | udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!) | Michael Lauer | 1 | |
udev: remove 084 and 089, but keep 092 which seems to be pretty solid | ||||
2006-08-15 | udev: Fix packaging after -dbg changes (udev-utils wasn't populated) | Richard Purdie | 1 | |
2006-08-12 | udev 092: fix hostap on h2200, courtesy Joshua Layne | Koen Kooi | 1 | |
2006-08-11 | udev 092: Update for keeping the debug information in the correct package | Jamie Lenehan | 1 | |
which is clearer. Appened to package list so -dbg package stays first and use .../* to match files and ignore directories. | ||||
2006-08-11 | udev 092: Remove the spurious debug info from the packages. Closes #1241 | Jamie Lenehan | 1 | |
"udev ships spurious debug info" | ||||
2006-08-05 | merge of '61c6cd8658c99e2416e242b79cdff01967f01c94' | Holger Freyther | 1 | |
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2' | ||||
2006-08-05 | udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqs | Koen Kooi | 1 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 1 | |
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-26 | udev 092: Fix ARM inotify syscall | Richard Purdie | 1 | |
2006-06-13 | udev 092: Add missing file. Third time lucky... | Richard Purdie | 1 | |
2006-06-13 | udev 092: Fix a typo | Richard Purdie | 1 | |
2006-06-13 | udev: Add 092. Included is a custom rule which adds a symlink to the ↵ | Richard Purdie | 1 | |
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. |