| Message ID | 20240814195919.1079481-1-jdmason@kudzu.us |
|---|---|
| State | Accepted, archived |
| Commit | d075b7c8f15488d98f0cda7b59de9dbed2a4f2d1 |
| Headers | show |
| Series | [1/2] kernel.bbclass: remove unused CMDLINE_CONSOLE | expand |
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass index 4464155b7304..cdcc5e003202 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass @@ -227,8 +227,6 @@ KERNEL_DTBVENDORED ?= "0" # # configuration # -export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE") or "ttyS0"}" - KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" # kernels are generally machine specific
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. Signed-off-by: Jon Mason <jdmason@kudzu.us> --- meta/classes-recipe/kernel.bbclass | 2 -- 1 file changed, 2 deletions(-)