aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/android.yml
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-28 16:31:07 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-28 17:05:14 +0000
commitb4e210e94d953db4d75f36663bab25765e544f3f (patch)
treeb7910f2145492e652608abcff0511636c3bc2ed6 /dashboard/config/linux/bits/android.yml
parentf98963f1d126a61e7537440165a224aaee833573 (diff)
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.
Diffstat (limited to 'dashboard/config/linux/bits/android.yml')
-rw-r--r--dashboard/config/linux/bits/android.yml2
1 files changed, 2 insertions, 0 deletions
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