[U-Boot] [PATCH v2 2/2] travis: Switch QEMU to 3.1.0 version
Michal Simek
michal.simek at xilinx.com
Wed Jan 16 14:18:44 UTC 2019
Vexpress ca15_tc2 is failing with 3.1.0 because of QEMU issue.
When this patch is applied
https://patchwork.kernel.org/patch/10754401/
Vexpress can be also turn to newer QEMU version.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
Changes in v2:
- Keep vexpress on v3.0.0
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 6e4b4ba0a34a..49d9276cc524 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,7 +63,7 @@ env:
- BUILD_DIR=build
- HOSTCC="cc"
- HOSTCXX="c++"
- - QEMU_VERSION="v3.0.0"
+ - QEMU_VERSION="v3.1.0"
before_script:
# install toolchains based on TOOLCHAIN} variable
@@ -370,6 +370,7 @@ matrix:
- TEST_PY_BD="vexpress_ca15_tc2"
TEST_PY_ID="--id qemu"
QEMU_TARGET="arm-softmmu"
+ QEMU_VERSION="v3.0.0"
BUILDMAN="^vexpress_ca15_tc2$"
- name: "test/py vexpress_ca9x4"
env:
--
1.9.1
More information about the U-Boot
mailing list