* [Buildroot] [PATCH] package/kexec-lite: update to latest version
@ 2015-10-29 12:53 Joel Stanley
2015-10-29 19:03 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Joel Stanley @ 2015-10-29 12:53 UTC (permalink / raw)
To: buildroot
From: Jeremy Kerr <jk@ozlabs.org>
Upstream now supports little endian, so enable for little-endian
powerpc.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
package/kexec-lite/Config.in | 2 +-
package/kexec-lite/kexec-lite.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kexec-lite/Config.in b/package/kexec-lite/Config.in
index ede5cba..fcc0d88 100644
--- a/package/kexec-lite/Config.in
+++ b/package/kexec-lite/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_KEXEC_LITE
bool "kexec-lite"
- depends on BR2_powerpc || BR2_powerpc64
+ depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
depends on !BR2_STATIC_LIBS # dtc, elfutils
depends on BR2_USE_WCHAR # elfutils
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
diff --git a/package/kexec-lite/kexec-lite.mk b/package/kexec-lite/kexec-lite.mk
index 7e3c8d3..27bc204 100644
--- a/package/kexec-lite/kexec-lite.mk
+++ b/package/kexec-lite/kexec-lite.mk
@@ -4,7 +4,7 @@
#
################################################################################
-KEXEC_LITE_VERSION = fb8543fea3beb0522b5a63a74ea1a845dbd7b954
+KEXEC_LITE_VERSION = 783fb4a811d0b0f8cc2ed68fa7872dcad56a3944
KEXEC_LITE_SITE = $(call github,antonblanchard,kexec-lite,$(KEXEC_LITE_VERSION))
KEXEC_LITE_LICENSE = GPLv2+
KEXEC_LITE_DEPENDENCIES = elfutils dtc
--
2.6.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/kexec-lite: update to latest version
2015-10-29 12:53 [Buildroot] [PATCH] package/kexec-lite: update " Joel Stanley
@ 2015-10-29 19:03 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2015-10-29 19:03 UTC (permalink / raw)
To: buildroot
>>>>> "Joel" == Joel Stanley <joel@jms.id.au> writes:
> From: Jeremy Kerr <jk@ozlabs.org>
> Upstream now supports little endian, so enable for little-endian
> powerpc.
> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
We now also add download hashes for packages on github, so I've added
that and committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/kexec-lite: Update to latest version
@ 2016-11-25 2:19 Samuel Mendoza-Jonas
2016-11-25 3:29 ` Joel Stanley
2016-11-25 21:11 ` Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Samuel Mendoza-Jonas @ 2016-11-25 2:19 UTC (permalink / raw)
To: buildroot
Upstream kexec-lite now has support for kexec on POWER9 based machines.
Update so this works in simulators and is ready for when real machines
are available.
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
---
package/kexec-lite/kexec-lite.hash | 2 +-
package/kexec-lite/kexec-lite.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kexec-lite/kexec-lite.hash b/package/kexec-lite/kexec-lite.hash
index e8179b7..0f21224 100644
--- a/package/kexec-lite/kexec-lite.hash
+++ b/package/kexec-lite/kexec-lite.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 2300187bf25616c382cb2f191a2eb13033e019511854794ce234a76cf9f5ad6b kexec-lite-783fb4a811d0b0f8cc2ed68fa7872dcad56a3944.tar.gz
+sha256 5786ddc0c94ead4fd4a1fded44bb1da0c9bc91af08049fed373ea161603e1e1f kexec-lite-86e45a47e8cc1f598ccfa9b873a23067f4ecc36f.tar.gz
diff --git a/package/kexec-lite/kexec-lite.mk b/package/kexec-lite/kexec-lite.mk
index 27bc204..2467306 100644
--- a/package/kexec-lite/kexec-lite.mk
+++ b/package/kexec-lite/kexec-lite.mk
@@ -4,7 +4,7 @@
#
################################################################################
-KEXEC_LITE_VERSION = 783fb4a811d0b0f8cc2ed68fa7872dcad56a3944
+KEXEC_LITE_VERSION = 86e45a47e8cc1f598ccfa9b873a23067f4ecc36f
KEXEC_LITE_SITE = $(call github,antonblanchard,kexec-lite,$(KEXEC_LITE_VERSION))
KEXEC_LITE_LICENSE = GPLv2+
KEXEC_LITE_DEPENDENCIES = elfutils dtc
--
2.10.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/kexec-lite: Update to latest version
2016-11-25 2:19 [Buildroot] [PATCH] package/kexec-lite: Update to latest version Samuel Mendoza-Jonas
@ 2016-11-25 3:29 ` Joel Stanley
2016-11-25 21:11 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Joel Stanley @ 2016-11-25 3:29 UTC (permalink / raw)
To: buildroot
On 25 Nov 2016 12:50, "Samuel Mendoza-Jonas" <sam@mendozajonas.com> wrote:
>
> Upstream kexec-lite now has support for kexec on POWER9 based machines.
> Update so this works in simulators and is ready for when real machines
> are available.
>
> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Acked-by: Joel Stanley <joel@jms.id.au>
> ---
> package/kexec-lite/kexec-lite.hash | 2 +-
> package/kexec-lite/kexec-lite.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/kexec-lite/kexec-lite.hash
b/package/kexec-lite/kexec-lite.hash
> index e8179b7..0f21224 100644
> --- a/package/kexec-lite/kexec-lite.hash
> +++ b/package/kexec-lite/kexec-lite.hash
> @@ -1,2 +1,2 @@
> # Locally calculated
> -sha256 2300187bf25616c382cb2f191a2eb13033e019511854794ce234a76cf9f5ad6b
kexec-lite-783fb4a811d0b0f8cc2ed68fa7872dcad56a3944.tar.gz
> +sha256 5786ddc0c94ead4fd4a1fded44bb1da0c9bc91af08049fed373ea161603e1e1f
kexec-lite-86e45a47e8cc1f598ccfa9b873a23067f4ecc36f.tar.gz
> diff --git a/package/kexec-lite/kexec-lite.mk b/package/kexec-lite/
kexec-lite.mk
> index 27bc204..2467306 100644
> --- a/package/kexec-lite/kexec-lite.mk
> +++ b/package/kexec-lite/kexec-lite.mk
> @@ -4,7 +4,7 @@
> #
>
################################################################################
>
> -KEXEC_LITE_VERSION = 783fb4a811d0b0f8cc2ed68fa7872dcad56a3944
> +KEXEC_LITE_VERSION = 86e45a47e8cc1f598ccfa9b873a23067f4ecc36f
> KEXEC_LITE_SITE = $(call
github,antonblanchard,kexec-lite,$(KEXEC_LITE_VERSION))
> KEXEC_LITE_LICENSE = GPLv2+
> KEXEC_LITE_DEPENDENCIES = elfutils dtc
> --
> 2.10.2
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161125/9912c619/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/kexec-lite: Update to latest version
2016-11-25 2:19 [Buildroot] [PATCH] package/kexec-lite: Update to latest version Samuel Mendoza-Jonas
2016-11-25 3:29 ` Joel Stanley
@ 2016-11-25 21:11 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-11-25 21:11 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 25 Nov 2016 13:19:53 +1100, Samuel Mendoza-Jonas wrote:
> Upstream kexec-lite now has support for kexec on POWER9 based machines.
> Update so this works in simulators and is ready for when real machines
> are available.
>
> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
> ---
> package/kexec-lite/kexec-lite.hash | 2 +-
> package/kexec-lite/kexec-lite.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-25 21:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 2:19 [Buildroot] [PATCH] package/kexec-lite: Update to latest version Samuel Mendoza-Jonas
2016-11-25 3:29 ` Joel Stanley
2016-11-25 21:11 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2015-10-29 12:53 [Buildroot] [PATCH] package/kexec-lite: update " Joel Stanley
2015-10-29 19:03 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox