diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-24 17:00:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-24 17:00:15 +0000 |
commit | f9651fac68352c9cfa6c616ae50f711c32e7bf32 (patch) | |
tree | 0fb8142f6c6a16c1c2451686d7ab149b3145512a /meta/packages/udev/udev_124.bb | |
parent | ffc2de5a4ec8e26b0d666bcb4d1b552c8b18ec2b (diff) | |
download | poky-f9651fac68352c9cfa6c616ae50f711c32e7bf32.tar.gz |
udev: Sync the rules with the versions from a more recent udev, optimise the boot process slightly by skipping boring ttys earlier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4942 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev_124.bb')
-rw-r--r-- | meta/packages/udev/udev_124.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/udev/udev_124.bb b/meta/packages/udev/udev_124.bb index 4a403c542f..e4f7cb351b 100644 --- a/meta/packages/udev/udev_124.bb +++ b/meta/packages/udev/udev_124.bb | |||
@@ -3,13 +3,14 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod | |||
3 | the hotplug package and requires a kernel not older than 2.6.12." | 3 | the hotplug package and requires a kernel not older than 2.6.12." |
4 | RPROVIDES_${PN} = "hotplug" | 4 | RPROVIDES_${PN} = "hotplug" |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
9 | file://noasmlinkage.patch;patch=1 \ | 9 | file://noasmlinkage.patch;patch=1 \ |
10 | file://flags.patch;patch=1 \ | 10 | file://flags.patch;patch=1 \ |
11 | file://vol_id_ld.patch;patch=1 \ | 11 | file://vol_id_ld.patch;patch=1 \ |
12 | file://udevtrigger_add_devname_filtering.patch;patch=1 \ | 12 | file://udevtrigger_add_devname_filtering.patch;patch=1 \ |
13 | file://run.rules \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | SRC_URI_append_h2200 = " file://50-hostap_cs.rules " | 16 | SRC_URI_append_h2200 = " file://50-hostap_cs.rules " |
@@ -35,6 +36,7 @@ do_install () { | |||
35 | 36 | ||
36 | install -m 0644 ${WORKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/local.rules | 37 | install -m 0644 ${WORKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/local.rules |
37 | install -m 0644 ${WORKDIR}/permissions.rules ${D}${sysconfdir}/udev/rules.d/permissions.rules | 38 | install -m 0644 ${WORKDIR}/permissions.rules ${D}${sysconfdir}/udev/rules.d/permissions.rules |
39 | install -m 0644 ${WORKDIR}/run.rules ${D}${sysconfdir}/udev/rules.d/run.rules | ||
38 | install -m 0644 ${WORKDIR}/udev.rules ${D}${sysconfdir}/udev/rules.d/udev.rules | 40 | install -m 0644 ${WORKDIR}/udev.rules ${D}${sysconfdir}/udev/rules.d/udev.rules |
39 | install -m 0644 ${WORKDIR}/links.conf ${D}${sysconfdir}/udev/links.conf | 41 | install -m 0644 ${WORKDIR}/links.conf ${D}${sysconfdir}/udev/links.conf |
40 | if [ "${UDEV_DEVFS_RULES}" = "1" ]; then | 42 | if [ "${UDEV_DEVFS_RULES}" = "1" ]; then |