From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 17/18] watchdog: Set watchdog_module in default config
Date: Sun, 4 Aug 2024 10:09:20 -0700 [thread overview]
Message-ID: <953ea8fa9e3e6a34cbb42e56743fb7c6cf98ff2a.1722790925.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1722790925.git.steve@sakoman.com>
From: Wadim Egorov <w.egorov@phytec.de>
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 <w.egorov@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8f1dc796c7298373e61d806e63bc121128c1c27c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-extended/watchdog/watchdog-config/watchdog.default | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/watchdog/watchdog-config/watchdog.default b/meta/recipes-extended/watchdog/watchdog-config/watchdog.default
index 647d5abca5..cee5fdc2b6 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
--
2.34.1
next prev parent reply other threads:[~2024-08-04 17:09 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-04 17:09 [OE-core][scarthgap 00/18] Patch review Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 01/18] libstd-rs,rust-cross-canadian: set CVE_PRODUCT to rust Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 02/18] busybox: CVE-2023-42364 and CVE-2023-42365 fixes Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 03/18] busybox: Add fix for CVE-2023-42366 Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 04/18] libyaml: Fix warning regarding unpatched CVE Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 05/18] qemu: upgrade 8.2.2 -> 8.2.3 Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 06/18] package.py: Fix static debuginfo split Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 07/18] package.py: Fix static library processing Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 08/18] selftest-hardlink: Add additional test cases Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 09/18] create-spdx-*: Support multilibs via SPDX_MULTILIB_SSTATE_ARCHS Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 10/18] create-spdx-3.0/populate_sdk_base: Add SDK_CLASSES inherit mechanism to fix tarball SPDX manifests Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 11/18] oeqa sdk cases: Skip SDK test cases when TCLIBC is newlib Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 12/18] pseudo: Fix to work with glibc 2.40 Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 13/18] pseudo: Update to include open symlink handling bugfix Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 14/18] iptables: fix memory corruption when parsing nft rules Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 15/18] gpgme: move gpgme-tool to own sub-package Steve Sakoman
2024-08-04 17:09 ` [OE-core][scarthgap 16/18] rt-tests: rt_bmark.py: fix TypeError Steve Sakoman
2024-08-04 17:09 ` Steve Sakoman [this message]
2024-08-04 17:09 ` [OE-core][scarthgap 18/18] rust: Add new varaible RUST_ENABLE_EXTRA_TOOLS Steve Sakoman
2024-08-04 21:32 ` Richard Purdie
2024-08-05 8:47 ` Marko, Peter
2024-08-05 9:02 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=953ea8fa9e3e6a34cbb42e56743fb7c6cf98ff2a.1722790925.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox