diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/udev/udev/init | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index 96578bc15b..9a8b09d34d 100644 --- a/meta/recipes-core/udev/udev/init +++ b/meta/recipes-core/udev/udev/init | |||
@@ -74,10 +74,13 @@ case "$1" in | |||
74 | else | 74 | else |
75 | # Output detailed reason why the cached /dev is not used | 75 | # Output detailed reason why the cached /dev is not used |
76 | if [ "$VERBOSE" != "no" ]; then | 76 | if [ "$VERBOSE" != "no" ]; then |
77 | echo "udev: udev cache not used" | 77 | cat <<EOF |
78 | echo "udev: we use $CMP_FILE_LIST as criteria to judge whether the cache /dev could be resued" | 78 | udev: Not using udev cache because of changes detected in the following files: |
79 | echo "udev: cached sysconf: $SYSCONF_CACHED" | 79 | udev: $CMP_FILE_LIST |
80 | echo "udev: current sysconf: $SYSCONF_TMP" | 80 | udev: The udev cache will be regenerated. To identify the detected changes, |
81 | udev: compare the cached sysconf at $SYSCONF_CACHED | ||
82 | udev: against the current sysconf at $SYSCONF_TMP | ||
83 | EOF | ||
81 | fi | 84 | fi |
82 | touch "$DEVCACHE_REGEN" | 85 | touch "$DEVCACHE_REGEN" |
83 | fi | 86 | fi |