From fbec192f6bc41a335ede85843ba22a89d13501ab Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 29 Oct 2012 15:16:17 +0000 Subject: udev: Ensure tmpfs are mounted and volatile/run exists There is a race with udev where eiher the run directory can get replaced during bootup leading to ude errors, or if the tmpfs was mounted and populate-volatiles hasn't run, udev won't start at all. This ensures that any tmpfs get mounted before udev starts and that the default volatiles/run directory at least exists, fixing the races and boot time errors caused after the recent udev upgrade. Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev_182.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/udev/udev_182.bb') diff --git a/meta/recipes-core/udev/udev_182.bb b/meta/recipes-core/udev/udev_182.bb index 8e4a391286..c41de9fef4 100644 --- a/meta/recipes-core/udev/udev_182.bb +++ b/meta/recipes-core/udev/udev_182.bb @@ -1,6 +1,6 @@ include udev.inc -PR = "r1" +PR = "r2" # module-init-tools from kmod_git will provide libkmod runtime DEPENDS += "module-init-tools" -- cgit 1.2.3-korg