summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2025-04-04 19:29:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-17 11:03:22 +0100
commit3dd68e60d77aeacd4486b3b481628c18eb9cb6af (patch)
treed2afa67e6e053fdced385e8621d5806bb4c4f47b
parent4dd76f5edf1f0141b703af72fc806df28e3f853d (diff)
downloadpoky-3dd68e60d77aeacd4486b3b481628c18eb9cb6af.tar.gz
uki.bbclass: drop serial console from kernel command line
The kernel will continue using console from firmware which is much better on HW when we may not know at build time which console HW and drivers are available, e.g. like on genericarm64 machine. (From OE-Core rev: cf2ed52a94f5fa57cc6d93418dfb49b30e2240cc) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes-recipe/uki.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/uki.bbclass b/meta/classes-recipe/uki.bbclass
index d9a7fb0e6f..fedff222c6 100644
--- a/meta/classes-recipe/uki.bbclass
+++ b/meta/classes-recipe/uki.bbclass
@@ -81,7 +81,7 @@ UKIFY_CMD ?= "ukify build"
81UKI_CONFIG_FILE ?= "${UNPACKDIR}/uki.conf" 81UKI_CONFIG_FILE ?= "${UNPACKDIR}/uki.conf"
82UKI_FILENAME ?= "uki.efi" 82UKI_FILENAME ?= "uki.efi"
83UKI_KERNEL_FILENAME ?= "${KERNEL_IMAGETYPE}" 83UKI_KERNEL_FILENAME ?= "${KERNEL_IMAGETYPE}"
84UKI_CMDLINE ?= "rootwait root=LABEL=root console=${KERNEL_CONSOLE}" 84UKI_CMDLINE ?= "rootwait root=LABEL=root"
85# secure boot keys and cert, needs sbsign-tools-native (meta-secure-core) 85# secure boot keys and cert, needs sbsign-tools-native (meta-secure-core)
86#UKI_SB_KEY ?= "" 86#UKI_SB_KEY ?= ""
87#UKI_SB_CERT ?= "" 87#UKI_SB_CERT ?= ""