All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kexec-tools:upgrade 2.0.19 -> 2.0.20
@ 2019-07-31  8:25 Zang Ruochen
  2019-07-31 14:08 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Zang Ruochen @ 2019-07-31  8:25 UTC (permalink / raw)
  To: openembedded-core

From: Yuan Chao <yuanc.fnst@cn.fujitsu.com>

Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
---
 .../kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb} (95%)

diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
similarity index 95%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
index 3439899..1167cfa 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
@@ -20,8 +20,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
     file://0005-Disable-PIE-during-link.patch \
 "
 
-SRC_URI[md5sum] = "052458f0a35c2a3b0d2302caa3318e9f"
-SRC_URI[sha256sum] = "913c8dee918e5855a4ba60d609371390978144b4c8d15d6446ca0057b7bc5e58"
+SRC_URI[md5sum] = "46724b67f32501c5d3e778161347cad9"
+SRC_URI[sha256sum] = "cb16d79818e0c9de3bb3e33ede5677c34a1d28c646379c7ab44e0faa3eb57a16"
 
 inherit autotools update-rc.d systemd
 
-- 
2.7.4





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

* Re: [PATCH] kexec-tools:upgrade 2.0.19 -> 2.0.20
  2019-07-31  8:25 [PATCH] kexec-tools:upgrade 2.0.19 -> 2.0.20 Zang Ruochen
@ 2019-07-31 14:08 ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2019-07-31 14:08 UTC (permalink / raw)
  To: Zang Ruochen, openembedded-core

On Wed, 2019-07-31 at 16:25 +0800, Zang Ruochen wrote:
> From: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
> 
> Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
> ---
>  .../kexec/{kexec-tools_2.0.19.bb => kexec-
> tools_2.0.20.bb}            | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-kernel/kexec/{kexec-tools_2.0.19.bb => kexec-
> tools_2.0.20.bb} (95%)

Doesn't seem to build:

https://autobuilder.yoctoproject.org/typhoon/#/builders/50/builds/877

Cheers,

Richard



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

* [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20
  2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
@ 2019-11-22 10:51 ` Wang Mingyu
  0 siblings, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2019-11-22 10:51 UTC (permalink / raw)
  To: openembedded-core

---
 .../kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb} (95%)

diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
similarity index 95%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
index c3f7435..b79e33b 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.19.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.20.bb
@@ -21,8 +21,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
     file://0006-kexec-arm-undefine-__NR_kexec_file_load-for-arm.patch \
 "
 
-SRC_URI[md5sum] = "052458f0a35c2a3b0d2302caa3318e9f"
-SRC_URI[sha256sum] = "913c8dee918e5855a4ba60d609371390978144b4c8d15d6446ca0057b7bc5e58"
+SRC_URI[md5sum] = "46724b67f32501c5d3e778161347cad9"
+SRC_URI[sha256sum] = "cb16d79818e0c9de3bb3e33ede5677c34a1d28c646379c7ab44e0faa3eb57a16"
 
 inherit autotools update-rc.d systemd
 
-- 
2.7.4





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

end of thread, other threads:[~2019-11-22  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  8:25 [PATCH] kexec-tools:upgrade 2.0.19 -> 2.0.20 Zang Ruochen
2019-07-31 14:08 ` Richard Purdie
2019-11-22 10:51 [PATCH] cronie:upgrade 1.5.4 -> 1.5.5 Wang Mingyu
2019-11-22 10:51 ` [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20 Wang Mingyu

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.