[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/6] travis: Fix mips QEMU target
From: |
Alexander Graf |
Subject: |
[PATCH 3/6] travis: Fix mips QEMU target |
Date: |
Sun, 28 Apr 2019 00:55:55 +0200 |
The MIPS QEMU targets can be built as either elf binary or flash image.
Build one each for BE/LE and make sure we pass the correct one into
mkimage.
Signed-off-by: Alexander Graf <address@hidden>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c3e6513f2..570181e81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ matrix:
- CROSS_TARGETS="ia64-linux"
- name: "mips"
env:
- - GRUB_TARGETS="mips-arc mipsel-arc mipsel-qemu_mips mips-qemu_mips"
+ - GRUB_TARGETS="mips-arc mipsel-arc mipsel-qemu_mips-elf
mips-qemu_mips-flash"
- CROSS_TARGETS="mips64-linux"
- name: "arm"
env:
--
2.16.4
- [PATCH 0/6] Travis fixes, Alexander Graf, 2019/04/27
- [PATCH 1/6] travis: Run bootstrap instead of autogen.sh, Alexander Graf, 2019/04/27
- [PATCH 5/6] arm coreboot: Use common directory path, Alexander Graf, 2019/04/27
- [PATCH 5/5] travis: Add smoke tests for arm and aarch64, Alexander Graf, 2019/04/27
- [PATCH 4/6] travis: Fix arm coreboot test and make loop more robus, Alexander Graf, 2019/04/27
- [PATCH 2/6] travis: Fix sparc64 test, Alexander Graf, 2019/04/27
- [PATCH 6/6] travis: Add smoke tests for arm and aarch64, Alexander Graf, 2019/04/27
- [PATCH 3/6] travis: Fix mips QEMU target,
Alexander Graf <=