[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7504/8267] qemu: upgrade to version 2.10.0



commit 1e29d2fcf31cbc8d69f16218f5bb11fff37e76a6
Author: Juro Bystricky <juro bystricky intel com>
Date:   Thu Aug 31 14:33:49 2017 -0700

    qemu: upgrade to version 2.10.0
    
    Remove recipes for older versions.
    Remove patches no longer needed.
    Modify the patch "add-ptest-in-makefile.patch" for version 2.10.0
    
    (From OE-Core rev: 22593f3dd95dd332d2f89429c7de2cb5a09aa3e9)
    
    Signed-off-by: Juro Bystricky <juro bystricky intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 ...0001-osdep-Add-runtime-OFD-lock-detection.patch |  141 ----
 ...e-posix-Do-runtime-check-for-ofd-lock-API.patch |   71 --
 ...support-for-VM-suspend-resume-for-TPM-TIS.patch |  719 --------------------
 ...efile.patch => add-ptest-in-makefile-v10.patch} |   24 +-
 .../qemu/{qemu_2.10.0-rc2.bb => qemu_2.10.0.bb}    |    9 +-
 meta/recipes-devtools/qemu/qemu_2.8.1.1.bb         |   60 --
 6 files changed, 16 insertions(+), 1008 deletions(-)
---
diff --git a/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch 
b/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile-v10.patch
similarity index 52%
rename from meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
rename to meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile-v10.patch
index 2ce3478..e963982 100644
--- a/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
+++ b/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile-v10.patch
@@ -1,21 +1,22 @@
-Upstream-Status: Pending
+From 4201a5791fc4798a45a9b9f881602d7bacb74ed1 Mon Sep 17 00:00:00 2001
+From: Juro Bystricky <juro bystricky intel com>
+Date: Thu, 31 Aug 2017 11:06:56 -0700
+Subject: Add subpackage -ptest which runs all unit test cases for qemu.
 
-Add subpackage -ptest which runs all unit test cases for qemu.
+Upstream-Status: Pending
 
 Signed-off-by: Kai Kang <kai kang windriver com>
----
- tests/Makefile.include | 8 ++++++++
- 1 file changed, 8 insertions(+)
+
+Signed-off-by: Juro Bystricky <juro bystricky intel com>
 
 diff --git a/tests/Makefile.include b/tests/Makefile.include
-index 14be491..0fce37a 100644
+index f08b741..3d1b3e9 100644
 --- a/tests/Makefile.include
 +++ b/tests/Makefile.include
-@@ -776,3 +776,11 @@ all: $(QEMU_IOTESTS_HELPERS-y)
- 
+@@ -924,4 +924,12 @@ all: $(QEMU_IOTESTS_HELPERS-y)
  -include $(wildcard tests/*.d)
  -include $(wildcard tests/libqos/*.d)
-+
+ 
 +buildtest-TESTS: $(check-unit-y)
 +
 +runtest-TESTS:
@@ -23,6 +24,5 @@ index 14be491..0fce37a 100644
 +              nf=$$(echo $$f | sed 's/tests\//\.\//g'); \
 +              $$nf; \
 +      done
--- 
-2.9.0
-
++
+ endif
diff --git a/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb b/meta/recipes-devtools/qemu/qemu_2.10.0.bb
similarity index 84%
rename from meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb
rename to meta/recipes-devtools/qemu/qemu_2.10.0.bb
index 204e36f..835577a 100644
--- a/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.10.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
            file://disable-grabs.patch \
            file://exclude-some-arm-EABI-obsolete-syscalls.patch \
            file://wacom.patch \
-           file://add-ptest-in-makefile.patch \
+           file://add-ptest-in-makefile-v10.patch \
            file://run-ptest \
            file://qemu-enlarge-env-entry-size.patch \
            file://no-valgrind.patch \
@@ -24,8 +24,6 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
            file://0003-Introduce-condition-in-TPM-backend-for-notification.patch \
            file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS-v2.9.patch \
            file://apic-fixup-fallthrough-to-PIC.patch \
-           file://0001-osdep-Add-runtime-OFD-lock-detection.patch \
-           file://0002-file-posix-Do-runtime-check-for-ofd-lock-API.patch \
            "
 UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar"
 
@@ -34,8 +32,9 @@ SRC_URI_append_class-native = " \
             file://fix-libcap-header-issue-on-some-distro.patch \
             file://cpus.c-qemu_cpu_kick_thread_debugging.patch \
             "
-SRC_URI[md5sum] = "634c498476e4b5643cf7a89e7416d0ae"
-SRC_URI[sha256sum] = "9f8aaa2839634a2226a49d0f305ef922a7b0bc850d343aaee41948fd6f45700a"
+
+SRC_URI[md5sum] = "ca73441de73a9b52c6c49c97190d2185"
+SRC_URI[sha256sum] = "7e9f39e1306e6dcc595494e91c1464d4b03f55ddd2053183e0e1b69f7f776d48"
 
 COMPATIBLE_HOST_mipsarchn32 = "null"
 COMPATIBLE_HOST_mipsarchn64 = "null"


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