mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
kernel: Delete unused KERNEL_LOCALVERSION variable
This has been unused since:
commit fb61dc1430
Author: Richard Purdie <richard@openedhand.com>
Date: Mon Jan 8 21:05:18 2007 +0000
kernel.bbclass: Drop KERNEL_RELEASE variable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1123 311d38ba-8fff-0310-9ca6-ca027cbcb966
(From OE-Core rev: 320da1c2b9add9fecd74e7f33ddc5418b326c786)
Signed-off-by: Alex Kiernan <alexk@zuma.ai>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
32276b968e
commit
7973b38018
@@ -221,8 +221,6 @@ export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE") or "ttyS0"}"
|
||||
|
||||
KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}"
|
||||
|
||||
KERNEL_LOCALVERSION ?= ""
|
||||
|
||||
# kernels are generally machine specific
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user