All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package: qemu: bump version to 2.8.0 from 2.7.0
@ 2017-02-10 19:08 Andrey Yurovsky
  2017-02-11 16:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Yurovsky @ 2017-02-10 19:08 UTC (permalink / raw)
  To: buildroot

This adds a CPU definition for the Cortex A7 along with improvements described
here: http://wiki.qemu-project.org/ChangeLog/2.8

Tested on an ARM Cortex A7 target (both target and host builds). The change log
does not describe any incompatible changes that would affect buildroot targets
as far as I am aware.

Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
---
 package/qemu/qemu.hash | 2 +-
 package/qemu/qemu.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/qemu/qemu.hash b/package/qemu/qemu.hash
index 572a5c9..19cb306 100644
--- a/package/qemu/qemu.hash
+++ b/package/qemu/qemu.hash
@@ -1,2 +1,2 @@
 # Locally computed, tarball verified with GPG signature
-sha256 326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53  qemu-2.7.0.tar.bz2
+sha256 dafd5d7f649907b6b617b822692f4c82e60cf29bc0fc58bc2036219b591e5e62  qemu-2.8.0.tar.bz2
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 66efcba..e744556 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-QEMU_VERSION = 2.7.0
+QEMU_VERSION = 2.8.0
 QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.bz2
 QEMU_SITE = http://wiki.qemu.org/download
 QEMU_LICENSE = GPLv2, LGPLv2.1, MIT, BSD-3c, BSD-2c, Others/BSD-1c
-- 
2.9.3

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

* [Buildroot] [PATCH] package: qemu: bump version to 2.8.0 from 2.7.0
  2017-02-10 19:08 [Buildroot] [PATCH] package: qemu: bump version to 2.8.0 from 2.7.0 Andrey Yurovsky
@ 2017-02-11 16:01 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-02-11 16:01 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 10 Feb 2017 11:08:15 -0800, Andrey Yurovsky wrote:
> This adds a CPU definition for the Cortex A7 along with improvements described
> here: http://wiki.qemu-project.org/ChangeLog/2.8
> 
> Tested on an ARM Cortex A7 target (both target and host builds). The change log
> does not describe any incompatible changes that would affect buildroot targets
> as far as I am aware.
> 
> Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
> ---
>  package/qemu/qemu.hash | 2 +-
>  package/qemu/qemu.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks. I've just removed the "from 2.7.0" part of the
commit title, since we generally don't indicate this in commit title of
package bumps.

Thanks again!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-02-11 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-10 19:08 [Buildroot] [PATCH] package: qemu: bump version to 2.8.0 from 2.7.0 Andrey Yurovsky
2017-02-11 16:01 ` 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.