]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/udev/udev_070.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / udev / udev_070.bb
1 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
2            file://tmpfs.patch;patch=1 \
3            file://noasmlinkage.patch;patch=1 \
4            file://flags.patch;patch=1 \
5            file://tty-symlinks.patch;patch=1"
6
7 include udev.inc
8
9 PR = "r4"
10
11 UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/"
12
13 #FIXME UDEV MIGRATION PLAN:
14 #FIXME      a) udevd is now a netlink daemon and needs to be started by the init script (ours is way too old)
15 #FIXME      b) sbin/hotplug should no longer be called by the kernel, i.e. echo "" >/proc/sys/kernel/hotplug
16 #FIXME done c) until d) happens, udev will emulate hotplugd behaviour (see do_install_append()
17 #FIXME      d) eventually hotplug should no longer be used at all, all agents shall be converted to udev rules