From d1ffd5191963e51200e04d479fd62a99bb5a685e Mon Sep 17 00:00:00 2001 From: Samuel Dolt Date: Wed, 15 Mar 2023 15:11:06 +0100 Subject: [PATCH] fix(vm-x64.conf): disable watchdog in efibootguard Efibootguard shouldn't turn on the watchdog as we don't support it yet from the Linux side --- layers/meta-belden-coreos-bsp/conf/machine/vm-x64.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layers/meta-belden-coreos-bsp/conf/machine/vm-x64.conf b/layers/meta-belden-coreos-bsp/conf/machine/vm-x64.conf index c3d9329..1985384 100644 --- a/layers/meta-belden-coreos-bsp/conf/machine/vm-x64.conf +++ b/layers/meta-belden-coreos-bsp/conf/machine/vm-x64.conf @@ -7,3 +7,6 @@ require include/coreos-generic-machine/vm.inc SERIAL_CONSOLES_CHECK = "ttyS0" QB_SYSTEM_NAME = "qemu-system-x86_64" + +# Currently we don't support the watchdog +EFIBOOTGUARD_TIMEOUT ?= "0"