Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/29443 )
Change subject: Linuxboot: add current kernel releases ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/#/c/29443/4/payloads/external/LinuxBoot/Makefile File payloads/external/LinuxBoot/Makefile:
https://review.coreboot.org/#/c/29443/4/payloads/external/LinuxBoot/Makefile... PS4, Line 24: kernel_tarball=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$(kernel_version).tar.xz that will only work for 4.x kernels. Can you get the major version number from kernel_version and replace the v4.x by it ? That way it'll work for 3.x and 5.x kernels.