From 0789e57e89655662a0858f93391489fb1d3c3688 Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Wed, 17 Jun 2020 16:48:15 +0200 Subject: [PATCH] SYSTEMD: use generic bb file Change-Id: Ie8f2934be96790b7b1e4cd94e8141421c64a480e --- .../{systemd-conf_243.2.bbappend => systemd-conf_%.bbappend} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-core/systemd/{systemd-conf_243.2.bbappend => systemd-conf_%.bbappend} (81%) diff --git a/recipes-core/systemd/systemd-conf_243.2.bbappend b/recipes-core/systemd/systemd-conf_%.bbappend similarity index 81% rename from recipes-core/systemd/systemd-conf_243.2.bbappend rename to recipes-core/systemd/systemd-conf_%.bbappend index 892371b..11ada37 100644 --- a/recipes-core/systemd/systemd-conf_243.2.bbappend +++ b/recipes-core/systemd/systemd-conf_%.bbappend @@ -3,7 +3,7 @@ do_install_append_stm32mpcommon() { if ${@bb.utils.contains('MACHINE_FEATURES','watchdog','true','false',d)}; then install -d ${D}${systemd_unitdir}/system.conf.d/ echo "[Manager]" > ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf - echo "RuntimeWatchdogSec=120" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf + echo "RuntimeWatchdogSec=32" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf echo "ShutdownWatchdogSec=2min" >> ${D}${systemd_unitdir}/system.conf.d/01-watchdog.conf fi }