From b4e210e94d953db4d75f36663bab25765e544f3f Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 28 Apr 2025 16:31:07 +0200 Subject: dashboard/config: set SERIAL_8250_RUNTIME_UARTS=4 A config bisection between our LTS and Android configs have pointed to the SERIAL_8250_RUNTIME_UARTS option determining whether the kernel will hang during boot in qemu. Set SERIAL_8250_RUNTIME_UARTS=4 on our Android kernels to make them bootable. --- dashboard/config/linux/bits/android.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits/android.yml') diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml index d591caf14..0aba217cc 100644 --- a/dashboard/config/linux/bits/android.yml +++ b/dashboard/config/linux/bits/android.yml @@ -11,3 +11,5 @@ config: - CMDLINE: [append, "cgroup_disable=pressure cgroup.memory=nokmem"] # Disable -Werror for -Wframe-larger-than' warning - KVM_WERROR: n + # The kernel hangs during boot on qemu if it's set to 0. + - SERIAL_8250_RUNTIME_UARTS: 4 -- cgit mrf-deployment