From ac3dd2b407370128f3cbc3fb87fbf9b7521bb9ee Mon Sep 17 00:00:00 2001 From: Viswanath Kraleti Date: Wed, 21 Jan 2026 14:29:21 +0530 Subject: [PATCH] ci/base: add `quiet` option to kernel cmdline Add the `quiet` option to the kernel command line to reduce verbose kernel output during boot. This suppresses driver/module initialization messages, filesystem checks, and other non-critical logs, helping improve overall boot time. Signed-off-by: Viswanath Kraleti --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index c15e7407f..12f1f9f27 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -50,7 +50,7 @@ local_conf_header: https://.*/.*/ https://codelinaro.jfrog.io/artifactory/codelinaro-le/ \ " cmdline: | - KERNEL_CMDLINE_EXTRA:append = " qcom_scm.download_mode=1" + KERNEL_CMDLINE_EXTRA:append = " qcom_scm.download_mode=1 quiet" qcomflash: | IMAGE_CLASSES += "image_types_qcom" IMAGE_FSTYPES += "qcomflash"