[U-Boot] [PATCH] travis-ci: Add zynq_zc702 target support
Michal Simek
michal.simek at xilinx.com
Wed Dec 14 09:47:23 CET 2016
It depends on qemu v2.8.0-rc3 which includes device loader property.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
It requires this change
https://github.com/swarren/uboot-test-hooks/pull/12
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 4b328209e227..df6206ce3590 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -306,5 +306,11 @@ matrix:
BUILDMAN="^qemu-x86$"
TOOLCHAIN="x86_64"
BUILD_ROM="yes"
+ - env:
+ - TEST_PY_BD="zynq_zc702"
+ TEST_PY_TEST_SPEC="not sleep"
+ QEMU_TARGET="arm-softmmu"
+ TEST_PY_ID="--id qemu"
+ BUILDMAN="^zynq_zc702$"
# TODO make it perfect ;-r
--
1.9.1
More information about the U-Boot
mailing list