From: Wadim Egorov Date: Mon, 22 Jul 2024 08:58:40 +0000 (+0200) Subject: watchdog: Set watchdog_module in default config X-Git-Tag: yocto-5.2~2319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f1dc796c7298373e61d806e63bc121128c1c27c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git watchdog: Set watchdog_module in default config systemd started to warn about used but unset environment variables. Let us set watchdog_module=none which is used by the watchdog.service to get rid of the following warning: watchdog.service: Referenced but unset environment variable evaluates to an empty string: watchdog_module Signed-off-by: Wadim Egorov Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/watchdog/watchdog-config/watchdog.default b/meta/recipes-extended/watchdog/watchdog-config/watchdog.default index 647d5abca5b..cee5fdc2b6f 100644 --- a/meta/recipes-extended/watchdog/watchdog-config/watchdog.default +++ b/meta/recipes-extended/watchdog/watchdog-config/watchdog.default @@ -1,2 +1,3 @@ # Start watchdog at boot time? 0 or 1 run_watchdog=1 +watchdog_module=none