From aaea770f1ffa1c3018cc954a23bc8351827ea670 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 2 Nov 2011 02:23:14 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev_164.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/udev/udev_164.bb') 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 @@ include udev-new.inc -PR = "r5" +PR = "r6" SRC_URI += "file://udev-166-v4l1-1.patch" -- cgit v1.2.3-54-g00ecf