summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev_164.bb
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-11-02 02:23:14 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:10 +0000
commitaaea770f1ffa1c3018cc954a23bc8351827ea670 (patch)
tree64bad8b82b12af72e2918db6ed408a37d367b8aa /meta/recipes-core/udev/udev_164.bb
parent6e4607f23af1deafeaefc3d06cfbce78be780d9b (diff)
downloadpoky-aaea770f1ffa1c3018cc954a23bc8351827ea670.tar.gz
udev-164: Update init script to do an explicit add action
With udev 152 or greater the default action for 'udevadm trigger' was modified to be 'change' instead of 'add. To ensure initial coldplug events at boot are seen be scripts the are expecting them as 'add' events we invoke udevadm with an explicit '--action=add'. (From OE-Core rev: eacafd21999ab37b60af29dc3e626c441716ef66) (From OE-Core rev: c90e1c91efc721eb6910cd3244b7671b63a341b6) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev_164.bb')
-rw-r--r--meta/recipes-core/udev/udev_164.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb
index 689b5fdb4a..7cbe4d8b60 100644
--- a/meta/recipes-core/udev/udev_164.bb
+++ b/meta/recipes-core/udev/udev_164.bb
@@ -1,6 +1,6 @@
1include udev-new.inc 1include udev-new.inc
2 2
3PR = "r5" 3PR = "r6"
4 4
5SRC_URI += "file://udev-166-v4l1-1.patch" 5SRC_URI += "file://udev-166-v4l1-1.patch"
6 6