[oe-commits] Denys Dmytriyenko : udev 124: disable dev cache on akita, c7x0, spitz and tosa

GIT User account git at amethyst.openembedded.net
Mon May 4 18:05:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f9b60e552a6a29bf5d0a7cb7a67393577be9b10b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f9b60e552a6a29bf5d0a7cb7a67393577be9b10b

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon May  4 13:58:22 2009 -0400

udev 124: disable dev cache on akita, c7x0, spitz and tosa

above platforms have /tmp and /etc on read-only rootfs during udev start

---

 recipes/udev/udev-124/akita/default |    4 ++++
 recipes/udev/udev-124/c7x0/default  |    4 ++++
 recipes/udev/udev-124/spitz/default |    4 ++++
 recipes/udev/udev-124/tosa/default  |    4 ++++
 recipes/udev/udev_124.bb            |    2 +-
 5 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/recipes/udev/udev-124/akita/default b/recipes/udev/udev-124/akita/default
new file mode 100644
index 0000000..d0050b8
--- /dev/null
+++ b/recipes/udev/udev-124/akita/default
@@ -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
index 0000000..d0050b8
--- /dev/null
+++ b/recipes/udev/udev-124/c7x0/default
@@ -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
index 0000000..d0050b8
--- /dev/null
+++ b/recipes/udev/udev-124/spitz/default
@@ -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
index 0000000..d0050b8
--- /dev/null
+++ b/recipes/udev/udev-124/tosa/default
@@ -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.bb b/recipes/udev/udev_124.bb
index e5d9d73..834a70a 100644
--- a/recipes/udev/udev_124.bb
+++ b/recipes/udev/udev_124.bb
@@ -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 \





More information about the Openembedded-commits mailing list