From 53522ff505ecb1d15eb00fc317b2d6df5761328f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Fri, 30 Jan 2026 18:10:57 +0100 Subject: [PATCH] ci: add an explanatory comment to qcom ci-tron kernel cmdline variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo Correa Gómez Part-of: --- ...le-runner-defined-in-ci-common-qcom-devicepkg-bootimg.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device/.gitlab-ci/packages/single-runner-defined-in-ci-common-qcom-devicepkg-bootimg.yml.j2 b/device/.gitlab-ci/packages/single-runner-defined-in-ci-common-qcom-devicepkg-bootimg.yml.j2 index 0e35b8f0e..85e50b162 100644 --- a/device/.gitlab-ci/packages/single-runner-defined-in-ci-common-qcom-devicepkg-bootimg.yml.j2 +++ b/device/.gitlab-ci/packages/single-runner-defined-in-ci-common-qcom-devicepkg-bootimg.yml.j2 @@ -29,4 +29,6 @@ test-{{ device.name }}: CI_TRON_FASTBOOT__RAMDISK_OFFSET: 0x01000000 CI_TRON_FASTBOOT__TAGS_OFFSET: 0x00000100 CI_TRON_FASTBOOT__PAGESIZE: 4096 + # Devices should not have the serial console enabled, but we want it + # to be able to get logs. And all qcom devices use the same one! CI_TRON_KERNEL_CMDLINE__CONSOLE: "console=ttyMSM0,115200"