summaryrefslogtreecommitdiff
path: root/openembedded/packages/udev/udev_070.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-20 15:19:38 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-20 15:19:38 +0000
commit8d66edc4085db428e67223f0f71cde6b3640f27e (patch)
treeda9dcd13d59b36f7350d3938f9094cb2ecc4449a /openembedded/packages/udev/udev_070.bb
parentb4a7122cacef647dbec3db5c9ebe1e504a7670df (diff)
downloadopenembedded-core-8d66edc4085db428e67223f0f71cde6b3640f27e.tar.gz
openembedded-core-8d66edc4085db428e67223f0f71cde6b3640f27e.tar.bz2
openembedded-core-8d66edc4085db428e67223f0f71cde6b3640f27e.tar.xz
openembedded-core-8d66edc4085db428e67223f0f71cde6b3640f27e.zip
pcmciautils and udev updates. Slowly aiming to get rid of hotplug and pcmcia-cs
git-svn-id: https://svn.o-hand.com/repos/poky@27 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/udev/udev_070.bb')
-rw-r--r--openembedded/packages/udev/udev_070.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/openembedded/packages/udev/udev_070.bb b/openembedded/packages/udev/udev_070.bb
new file mode 100644
index 000000000..8b4181b36
--- /dev/null
+++ b/openembedded/packages/udev/udev_070.bb
@@ -0,0 +1,17 @@
+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://tty-symlinks.patch;patch=1"
+
+include udev.inc
+
+PR = "r2"
+
+UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/"
+
+#FIXME UDEV MIGRATION PLAN:
+#FIXME a) udevd is now a netlink daemon and needs to be started by the init script (ours is way too old)
+#FIXME b) sbin/hotplug should no longer be called by the kernel, i.e. echo "" >/proc/sys/kernel/hotplug
+#FIXME done c) until d) happens, udev will emulate hotplugd behaviour (see do_install_append()
+#FIXME d) eventually hotplug should no longer be used at all, all agents shall be converted to udev rules