[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2349/8267] qemu: 2.6.0 -> 2.7.0



commit e6c48b1213848757c3d3806a1985756bd7d5f30d
Author: Robert Yang <liezhi yang windriver com>
Date:   Thu Sep 8 03:26:48 2016 -0700

    qemu: 2.6.0 -> 2.7.0
    
    This upgrade can fix a qemuppc + openssh bug, the ssh connection maybe
    refused or closed randomly, and it's not easy to reproduce. RP pointed
    that this upgrade can fix the problem, and it does work in my local
    testing.
    
    * Update add-ptest-in-makefile.patch
    * Drop backported patch 0001-configure-support-vte-2.91.patch
    
    Here is the Changlog:
    http://wiki.qemu.org/ChangeLog/2.7
    
    (From OE-Core rev: 056ce17e168bf856ff95a6f659098403169cb889)
    
    Signed-off-by: Robert Yang <liezhi yang windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../qemu/0001-configure-support-vte-2.91.patch     |   79 --------------------
 .../qemu/qemu/add-ptest-in-makefile.patch          |   19 ++---
 .../qemu/{qemu_2.6.0.bb => qemu_2.7.0.bb}          |    5 +-
 3 files changed, 11 insertions(+), 92 deletions(-)
---
diff --git a/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch 
b/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
index a99f720..2ce3478 100644
--- a/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
+++ b/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
@@ -4,14 +4,14 @@ Add subpackage -ptest which runs all unit test cases for qemu.
 
 Signed-off-by: Kai Kang <kai kang windriver com>
 ---
- tests/Makefile |   10 ++++++++++
- 1 file changed, 10 insertions(+)
+ tests/Makefile.include | 8 ++++++++
+ 1 file changed, 8 insertions(+)
 
-diff --git a/tests/Makefile b/tests/Makefile
-index 88f7105..3f40b4b 100644
---- a/tests/Makefile
-+++ b/tests/Makefile
-@@ -405,3 +405,12 @@ all: $(QEMU_IOTESTS_HELPERS-y)
+diff --git a/tests/Makefile.include b/tests/Makefile.include
+index 14be491..0fce37a 100644
+--- a/tests/Makefile.include
++++ b/tests/Makefile.include
+@@ -776,3 +776,11 @@ all: $(QEMU_IOTESTS_HELPERS-y)
  
  -include $(wildcard tests/*.d)
  -include $(wildcard tests/libqos/*.d)
@@ -23,7 +23,6 @@ index 88f7105..3f40b4b 100644
 +              nf=$$(echo $$f | sed 's/tests\//\.\//g'); \
 +              $$nf; \
 +      done
-+
---
-1.7.9.5
+-- 
+2.9.0
 
diff --git a/meta/recipes-devtools/qemu/qemu_2.6.0.bb b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
similarity index 79%
rename from meta/recipes-devtools/qemu/qemu_2.6.0.bb
rename to meta/recipes-devtools/qemu/qemu_2.7.0.bb
index c4a0435..619b8ed 100644
--- a/meta/recipes-devtools/qemu/qemu_2.6.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
@@ -9,12 +9,11 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
             file://no-valgrind.patch \
             file://pathlimit.patch \
             file://qemu-2.5.0-cflags.patch \
-            file://0001-configure-support-vte-2.91.patch \
 "
 
 SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2";
-SRC_URI[md5sum] = "ca3f70b43f093e33e9e014f144067f13"
-SRC_URI[sha256sum] = "c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec"
+SRC_URI[md5sum] = "08d4d06d1cb598efecd796137f4844ab"
+SRC_URI[sha256sum] = "326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53"
 
 COMPATIBLE_HOST_class-target_mips64 = "null"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]