diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-08-22 16:30:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 23:01:58 +0100 |
commit | bcab1f832f187951c8f2f56ddb41f338957f4330 (patch) | |
tree | 5df906c8d710e0eb458f6904a61825ef30de24ed /meta | |
parent | 8c423bf995dc829c4bbb286e5f1c020fc053e6fc (diff) | |
download | poky-bcab1f832f187951c8f2f56ddb41f338957f4330.tar.gz |
udev-cache: choose a more descriptive cache filename
"/etc/dev.tar.gz" doesn't adequately imply that udev-cache maintains it.
Instead, call it "/etc/udev-cache.tar.gz".
(From OE-Core rev: b33c678e2a5d42138a15b69802c5ddd109cb3b55)
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Acked-by: Gratian Crisan <gratian.crisan@ni.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev/udev-cache.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/meta/recipes-core/udev/udev/udev-cache.default index 909ec8784d..a3b732698d 100644 --- a/meta/recipes-core/udev/udev/udev-cache.default +++ b/meta/recipes-core/udev/udev/udev-cache.default | |||
@@ -1,5 +1,5 @@ | |||
1 | # Default for /etc/init.d/udev | 1 | # Default for /etc/init.d/udev |
2 | 2 | ||
3 | # Comment this out to disable device cache | 3 | # Comment this out to disable device cache |
4 | DEVCACHE="/etc/dev.tar.gz" | 4 | DEVCACHE="/etc/udev-cache.tar.gz" |
5 | PROBE_PLATFORM_BUS="yes" | 5 | PROBE_PLATFORM_BUS="yes" |