udev 124: disable dev cache on akita, c7x0, spitz and tosa
authorDenys Dmytriyenko <denis@denix.org>
Mon, 4 May 2009 17:58:22 +0000 (13:58 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Mon, 4 May 2009 17:58:22 +0000 (13:58 -0400)
above platforms have /tmp and /etc on read-only rootfs during udev start

recipes/udev/udev-124/akita/default [new file with mode: 0644]
recipes/udev/udev-124/c7x0/default [new file with mode: 0644]
recipes/udev/udev-124/spitz/default [new file with mode: 0644]
recipes/udev/udev-124/tosa/default [new file with mode: 0644]
recipes/udev/udev_124.bb

diff --git a/recipes/udev/udev-124/akita/default b/recipes/udev/udev-124/akita/default
new file mode 100644 (file)
index 0000000..d0050b8
--- /dev/null
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev-124/c7x0/default b/recipes/udev/udev-124/c7x0/default
new file mode 100644 (file)
index 0000000..d0050b8
--- /dev/null
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev-124/spitz/default b/recipes/udev/udev-124/spitz/default
new file mode 100644 (file)
index 0000000..d0050b8
--- /dev/null
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev-124/tosa/default b/recipes/udev/udev-124/tosa/default
new file mode 100644 (file)
index 0000000..d0050b8
--- /dev/null
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
index e5d9d73..834a70a 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES_${PN} = "hotplug"
-PR = "r16"
+PR = "r17"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \