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:
Philipp Deppenwiese
2018-07-30 22:49:33 +02:00
committed by Philipp Deppenwiese
parent d945621b5d
commit 781693f211
4 changed files with 329 additions and 9 deletions

View File

@@ -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