buildroot/package/kexec-lite/kexec-lite.mk
Joel Stanley 2a35294564 package/kexec-lite: bump version
Upstream changes include:

 - Fix loading FreeBSD kernels with multiple PT_LOAD sections.

 - Use autotools to configure and build kexec-lite

 - Add support for kexec_file_load

The packaging is adjusted to account for the change in build systems.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-02-03 14:12:44 +01:00

15 lines
485 B
Makefile

################################################################################
#
# kexec-lite
#
################################################################################
KEXEC_LITE_VERSION = 18ec88310c4134eca2f9e3c417cd09f5914bf633
KEXEC_LITE_SITE = $(call github,antonblanchard,kexec-lite,$(KEXEC_LITE_VERSION))
KEXEC_LITE_LICENSE = GPL-2.0+
KEXEC_LITE_LICENSE_FILES = COPYING
KEXEC_LITE_DEPENDENCIES = elfutils dtc
KEXEC_LITE_AUTORECONF = YES
$(eval $(autotools-package))