payload/LinuxBoot: Fix compilation and clean target
* Update kernel version * Add kernel directory removal during clean target * Add x86 and x86_64 default configs Change-Id: I6793bffd2c537a0e9fe7c07abbea99b28defb52e Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/27745 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Philipp Deppenwiese
parent
d945621b5d
commit
781693f211
7
payloads/external/LinuxBoot/Kconfig
vendored
7
payloads/external/LinuxBoot/Kconfig
vendored
@@ -53,10 +53,17 @@ config LINUXBOOT_KERNEL_STABLE
|
||||
bool "4.15.3"
|
||||
help
|
||||
Stable kernel version
|
||||
|
||||
config LINUXBOOT_KERNEL_LATEST
|
||||
bool "4.17.11"
|
||||
help
|
||||
Latest kernel version
|
||||
|
||||
endchoice
|
||||
|
||||
config LINUXBOOT_KERNEL_VERSION
|
||||
string
|
||||
default "4.17.11" if LINUXBOOT_KERNEL_LATEST
|
||||
default "4.15.3" if LINUXBOOT_KERNEL_STABLE
|
||||
|
||||
config LINUXBOOT_KERNEL_CONFIGFILE
|
||||
|
Reference in New Issue
Block a user