diff options
| author | Jon Mason <jdmason@kudzu.us> | 2024-08-14 15:59:18 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-15 14:51:55 +0100 |
| commit | 93e3ae701a7a2385b7764a7a5f3cfaa0ad713d1f (patch) | |
| tree | 85e215dcc46b51db70bc956d9de619bdfaf3b86f /meta/classes-recipe/kernel.bbclass | |
| parent | 36005ea0b956307493f8b786bf2dc93a75f39a66 (diff) | |
| download | poky-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>
Diffstat (limited to 'meta/classes-recipe/kernel.bbclass')
| -rw-r--r-- | meta/classes-recipe/kernel.bbclass | 2 |
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 | # |
| 230 | export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE") or "ttyS0"}" | ||
| 231 | |||
| 232 | KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" | 230 | KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" |
| 233 | 231 | ||
| 234 | # kernels are generally machine specific | 232 | # kernels are generally machine specific |
