summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2024-08-14 15:59:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-15 14:51:55 +0100
commit93e3ae701a7a2385b7764a7a5f3cfaa0ad713d1f (patch)
tree85e215dcc46b51db70bc956d9de619bdfaf3b86f
parent36005ea0b956307493f8b786bf2dc93a75f39a66 (diff)
downloadpoky-93e3ae701a7a2385b7764a7a5f3cfaa0ad713d1f.tar.gz
kernel.bbclass: remove unused CMDLINE_CONSOLE
CMDLINE_CONSOLE appears to be a legacy variable that is unused anywhere, and has not been modified the creation of the git tree. Remove it and make life simpler. (From OE-Core rev: d075b7c8f15488d98f0cda7b59de9dbed2a4f2d1) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes-recipe/kernel.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass
index 4464155b73..cdcc5e0032 100644
--- a/meta/classes-recipe/kernel.bbclass
+++ b/meta/classes-recipe/kernel.bbclass
@@ -227,8 +227,6 @@ KERNEL_DTBVENDORED ?= "0"
227# 227#
228# configuration 228# configuration
229# 229#
230export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE") or "ttyS0"}"
231
232KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" 230KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}"
233 231
234# kernels are generally machine specific 232# kernels are generally machine specific