blob: 60340ca175312140e16180ea2e14bb3e6b77980f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://tmpfs.patch;patch=1 \
file://noasmlinkage.patch;patch=1 \
file://flags.patch;patch=1 \
file://init"
include udev.inc
PR = "r0"
#FIXME a) udevd doesn't start with our init script (the init script seems to be pretty oudated)
#FIXME b) lots of alignment errors when manually starting udevd
DEFAULT_PREFERENCE = "-1"
|