Commit Graph

23 Commits

Author SHA1 Message Date
Koen Kooi
bf778b699d udev 174: add version 174, disabled by default (see below)
This release moves various binaries from /sbin to /lib/udev, invalidating the sysvinit scripts in our metadata. To stay closer to upstream the sysvinit scripts have been removed and systemd units are used instead. Since this is a huge change (both the moving of 'udevd' and removing initscripts) this recipe has a negative DEFAULT_PREFERENCE.

Patches to reinstate sysvinit support are welcomed, but will be subject to close scrutiny.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 16:24:25 +02:00
Otavio Salvador
e8bc575811 udev: udev-systemd refactory
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 17:54:57 +02:00
Martin Jansa
ef12dfc505 recipes: use allarch instead of PACKAGE_ARCH = all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12 10:24:45 +02:00
Koen Kooi
8d425adb96 udev 173: add blkid to RRECOMMENDS_${PN} since various udev rules use it
A missing blkid is non-fatal, so recommend it instead of hard depending on it

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-10 12:13:40 +02:00
Martin Jansa
efd2f36f73 udev-173: use tar.gz instead of git checkout
* today it's easier to find right tar.gz stored somewhere then working git.kernel.org

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14 13:04:45 +02:00
Koen Kooi
40e2732744 udev: update to 173
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 10:31:11 +02:00
Koen Kooi
7eaa5bd132 udev: update to 172
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-11 17:13:08 +02:00
Otavio Salvador
d014d6322b udev-extra-rules: refactor mount.sh script
Avoids a fork for using cat and do a whitespace cleanup.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-02 10:04:55 +02:00
Koen Kooi
7da05acc46 udev-extra-rules: remove modprobe rule, it has moved back to udev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-31 20:37:45 +02:00
Koen Kooi
d273a777b4 udev 171: readd modprobe rule to main recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-31 20:37:36 +02:00
Koen Kooi
5c3ba55683 udev 171: disable cache on systemd setups
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-31 10:50:01 +02:00
Koen Kooi
a753f40478 udev: drop 168 and associated files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30 13:54:49 +02:00
Koen Kooi
c1111466bd udev 171: cleanup duplicated rules some more
Install only upstream rules and the touchscreen0 symlink rule

That gets us to:

root@beagleboard-c3:~# time (udevadm trigger ; udevadm settle)

real    0m1.540s
user    0m0.062s
sys     0m0.273s

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30 13:54:49 +02:00
Koen Kooi
7aa7dd55db udev-extra-rules: recipe with extra rules previously provided by udev
These rules had no demonstratable benefit and slow down bootup a lot

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30 13:54:49 +02:00
Koen Kooi
5e4b91988c udev 171: add recipe with DP = -1
This is meant for people to test before making it the default. The goal is to
get rid of as many udev rules as possible to speed up boot time

Some numbers of udev-trigger running on beagleboard/angstrom:

udev with no accept4() syscall in libc: 180s

udev 168 with default rules: 	12s
udev 171 with default rules:	8s
udev 171 with minimal rules		0.8s

These times vary with the number of devices attached, SD card speed, etc.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-28 16:42:55 +02:00
Koen Kooi
db5b58fd25 udev 168: enable systemd support, but package systemd files seperately
Systemd support in udev only affects 'make install', so no changes for sysvinit based systems

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-26 11:08:09 +02:00
Otavio Salvador
a6b5a90ea7 udev: move ConsoleKit files to udev-consolekit
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23 16:13:18 +02:00
Otavio Salvador
896ba39f88 udev: remove udev.inc since it was not being in use
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23 16:13:18 +02:00
Otavio Salvador
c1da9cf13b udev: fix action used during startup
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23 16:13:18 +02:00
Otavio Salvador
4ab0bd1935 udev: fix init script indenting
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23 16:13:18 +02:00
Koen Kooi
88295fc7dd udev: update to 168
This also removes machine specific files

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-16 15:38:23 +02:00
Martin Jansa
295562b311 udev: drop udev-compat for zaurus devices
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-10 13:57:32 +02:00
Koen Kooi
c58cc7d379 move layer into meta-oe in preparation for future splits
As per TSC decision

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17 21:41:22 +01:00