aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-124
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-05-04 13:58:22 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-05-04 13:58:22 -0400
commitf9b60e552a6a29bf5d0a7cb7a67393577be9b10b (patch)
treee325241a1ef6f74525e09f335f6f28d78176a922 /recipes/udev/udev-124
parent47a04595e621f84c35daba835fbb6f1e11787983 (diff)
downloadopenembedded-f9b60e552a6a29bf5d0a7cb7a67393577be9b10b.tar.gz
udev 124: disable dev cache on akita, c7x0, spitz and tosa
above platforms have /tmp and /etc on read-only rootfs during udev start
Diffstat (limited to 'recipes/udev/udev-124')
-rw-r--r--recipes/udev/udev-124/akita/default4
-rw-r--r--recipes/udev/udev-124/c7x0/default4
-rw-r--r--recipes/udev/udev-124/spitz/default4
-rw-r--r--recipes/udev/udev-124/tosa/default4
4 files changed, 16 insertions, 0 deletions
diff --git a/recipes/udev/udev-124/akita/default b/recipes/udev/udev-124/akita/default
new file mode 100644
index 0000000000..d0050b873c
--- /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 0000000000..d0050b873c
--- /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 0000000000..d0050b873c
--- /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 0000000000..d0050b873c
--- /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"