public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] travis: Setup QEMU_VERSION as variable
@ 2018-12-20  7:55 Michal Simek
  2018-12-20  7:55 ` [U-Boot] [PATCH 2/2] travis: Wire Xilinx Versal Virt platform Michal Simek
  2018-12-20  8:08 ` [U-Boot] [PATCH 1/2] travis: Setup QEMU_VERSION as variable Bin Meng
  0 siblings, 2 replies; 25+ messages in thread
From: Michal Simek @ 2018-12-20  7:55 UTC (permalink / raw)
  To: u-boot

This change enables setting up specific Qemu version or sha1 for new
targets which are added after (current) v3.0.0 version.
This changes is preparation step for adding new Xilinx Versal Virt
platform which was merge after v3.0.0.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 321fd793a756..6e4b4ba0a34a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,7 @@ env:
     - BUILD_DIR=build
     - HOSTCC="cc"
     - HOSTCXX="c++"
+    - QEMU_VERSION="v3.0.0"
 
 before_script:
   # install toolchains based on TOOLCHAIN} variable
@@ -97,7 +98,7 @@ before_script:
        git clone git://git.qemu.org/qemu.git /tmp/qemu;
        pushd /tmp/qemu;
        git submodule update --init dtc &&
-       git checkout v3.0.0 &&
+       git checkout ${QEMU_VERSION} &&
        ./configure --prefix=/tmp/qemu-install --target-list=${QEMU_TARGET} &&
        make -j4 all install;
        popd;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-01-16 14:21 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20  7:55 [U-Boot] [PATCH 1/2] travis: Setup QEMU_VERSION as variable Michal Simek
2018-12-20  7:55 ` [U-Boot] [PATCH 2/2] travis: Wire Xilinx Versal Virt platform Michal Simek
2018-12-20  8:09   ` Bin Meng
2018-12-20  8:17     ` Michal Simek
2018-12-20  8:30       ` Bin Meng
2018-12-26 14:29         ` Tom Rini
2019-01-03  8:00           ` Michal Simek
2019-01-03 13:39             ` Tom Rini
2019-01-04  1:29               ` Bin Meng
2019-01-04  3:01                 ` Tom Rini
2019-01-07 12:18                   ` Michal Simek
2019-01-07 12:28                     ` Tom Rini
2019-01-07 12:46                       ` Michal Simek
2019-01-07 16:57                         ` Alexander Graf
2019-01-07 17:13                           ` Tom Rini
2019-01-07 20:15                             ` Alexander Graf
2019-01-07 22:59                               ` Tom Rini
2019-01-07 23:05                                 ` Stephen Warren
2019-01-15  7:07                                 ` Michal Simek
2019-01-15  8:54                                   ` Alexander Graf
2019-01-15  8:56                                     ` Michal Simek
2019-01-15  8:58                                       ` Alexander Graf
2019-01-16 13:10                                         ` Tom Rini
2019-01-16 14:21                                           ` Michal Simek
2018-12-20  8:08 ` [U-Boot] [PATCH 1/2] travis: Setup QEMU_VERSION as variable Bin Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox