diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-04-04 19:29:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-17 11:03:22 +0100 |
commit | 3dd68e60d77aeacd4486b3b481628c18eb9cb6af (patch) | |
tree | d2afa67e6e053fdced385e8621d5806bb4c4f47b | |
parent | 4dd76f5edf1f0141b703af72fc806df28e3f853d (diff) | |
download | poky-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.bbclass | 2 |
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" | |||
81 | UKI_CONFIG_FILE ?= "${UNPACKDIR}/uki.conf" | 81 | UKI_CONFIG_FILE ?= "${UNPACKDIR}/uki.conf" |
82 | UKI_FILENAME ?= "uki.efi" | 82 | UKI_FILENAME ?= "uki.efi" |
83 | UKI_KERNEL_FILENAME ?= "${KERNEL_IMAGETYPE}" | 83 | UKI_KERNEL_FILENAME ?= "${KERNEL_IMAGETYPE}" |
84 | UKI_CMDLINE ?= "rootwait root=LABEL=root console=${KERNEL_CONSOLE}" | 84 | UKI_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 ?= "" |