All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/kexec-lite: Bump version
@ 2020-01-24  4:59 Joel Stanley
  2020-02-03 13:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2020-01-24  4:59 UTC (permalink / raw)
  To: buildroot

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>
---
 package/kexec-lite/kexec-lite.hash |  2 +-
 package/kexec-lite/kexec-lite.mk   | 13 +++----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/package/kexec-lite/kexec-lite.hash b/package/kexec-lite/kexec-lite.hash
index d71e8d00a45f..91e39d68ee99 100644
--- a/package/kexec-lite/kexec-lite.hash
+++ b/package/kexec-lite/kexec-lite.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 2e9b131324cec9d27840179daa35e3159a4032ff78b74e301850faa007567d0e kexec-lite-87d044a895b1c004320a2676099a54a5a2a74f2e.tar.gz
+sha256 6eb115c8db3a071b970d7ba985ea5e2425e1e716952186f9a4fe329a2e2bb1ca kexec-lite-18ec88310c4134eca2f9e3c417cd09f5914bf633.tar.gz
diff --git a/package/kexec-lite/kexec-lite.mk b/package/kexec-lite/kexec-lite.mk
index 8e1ad8d52df6..e44c6df8f219 100644
--- a/package/kexec-lite/kexec-lite.mk
+++ b/package/kexec-lite/kexec-lite.mk
@@ -4,18 +4,11 @@
 #
 ################################################################################
 
-KEXEC_LITE_VERSION = 87d044a895b1c004320a2676099a54a5a2a74f2e
+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
 
-define KEXEC_LITE_BUILD_CMDS
-	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
-endef
-
-define KEXEC_LITE_INSTALL_TARGET_CMDS
-	$(INSTALL) -D -m 755 $(@D)/kexec $(TARGET_DIR)/usr/sbin/kexec
-endef
-
-$(eval $(generic-package))
+$(eval $(autotools-package))
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/kexec-lite: Bump version
  2020-01-24  4:59 [Buildroot] [PATCH] package/kexec-lite: Bump version Joel Stanley
@ 2020-02-03 13:20 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-02-03 13:20 UTC (permalink / raw)
  To: buildroot

On Fri, 24 Jan 2020 15:29:03 +1030
Joel Stanley <joel@jms.id.au> wrote:

> 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>
> ---
>  package/kexec-lite/kexec-lite.hash |  2 +-
>  package/kexec-lite/kexec-lite.mk   | 13 +++----------
>  2 files changed, 4 insertions(+), 11 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-03 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  4:59 [Buildroot] [PATCH] package/kexec-lite: Bump version Joel Stanley
2020-02-03 13:20 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.