From f4476372697c27b9ccaa2b9aae4687c78600e6c0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 12 Feb 2011 03:35:31 +0000 Subject: udev: also use /proc/devices to invalidate devcache * Besides checking for kernel version, bootargs or cmdline changes between reboots, also consider changes in /proc/devices to invalidate device cache. Signed-off-by: Denys Dmytriyenko Acked-by: Koen Kooi --- recipes/udev/udev_154.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/udev/udev_154.bb') diff --git a/recipes/udev/udev_154.bb b/recipes/udev/udev_154.bb index 4a358d3753..44d7b134df 100644 --- a/recipes/udev/udev_154.bb +++ b/recipes/udev/udev_154.bb @@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." LICENSE = "GPLv2+" -PR = "r7" +PR = "r8" # Untested DEFAULT_PREFERENCE = "-1" @@ -128,6 +128,7 @@ do_install () { touch ${D}${sysconfdir}/udev/saved.uname touch ${D}${sysconfdir}/udev/saved.cmdline + touch ${D}${sysconfdir}/udev/saved.devices touch ${D}${sysconfdir}/udev/saved.atags install -d ${D}${sysconfdir}/udev/scripts/ -- cgit 1.2.3-korg