From: Richard Tollerton Date: Tue, 9 Dec 2014 00:02:10 +0000 (-0600) Subject: udev-cache: always warn on console if invalidated X-Git-Tag: 2015-4~1008 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9e588bbf9477d57f0a46d92ce11f8f891115496c;p=openembedded-core.git udev-cache: always warn on console if invalidated Failure to use the udev cache is a significant enough impact to the boot time (possibly seconds) that it should always be reported on the console, regardless of the VERBOSE setting. Signed-off-by: Richard Tollerton --- diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index 9a8b09d34d..32c677a8c0 100644 --- a/meta/recipes-core/udev/udev/init +++ b/meta/recipes-core/udev/udev/init @@ -73,15 +73,13 @@ case "$1" in [ -e "$DEVCACHE_REGEN" ] && rm -f "$DEVCACHE_REGEN" else # Output detailed reason why the cached /dev is not used - if [ "$VERBOSE" != "no" ]; then - cat <