2a35294564
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>
15 lines
485 B
Makefile
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))
|