aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev/udev-cache.default
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-20 14:13:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-02 14:55:44 +0000
commit22b72b23653736436f10d394de36201c32630d5d (patch)
treefd60a191a8702bbb3c15f7c680ad44efdeb805b2 /meta/recipes-core/udev/udev/udev-cache.default
parent4346516a6a719355d2793af289f93e14d3dedd0c (diff)
downloadopenembedded-core-contrib-22b72b23653736436f10d394de36201c32630d5d.tar.gz
udev: improve udev-cache robustness
* allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/recipes-core/udev/udev/udev-cache.default')
-rw-r--r--meta/recipes-core/udev/udev/udev-cache.default4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/meta/recipes-core/udev/udev/udev-cache.default
new file mode 100644
index 0000000000..5c4937a9a0
--- /dev/null
+++ b/meta/recipes-core/udev/udev/udev-cache.default
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+DEVCACHE="/etc/dev.tar"