diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-17 09:42:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-22 07:40:06 -0400 |
commit | 91ebf300934461e450f5ef8f386ea9e55d2636c5 (patch) | |
tree | 46b4f98869c9fa1ae33a921d063741c743a36e90 /.travis.yml | |
parent | 64b8d7a677ce625c7dd30c040b32b606aea61745 (diff) | |
download | u-boot-91ebf300934461e450f5ef8f386ea9e55d2636c5.tar.gz |
Travis-CI: Checkout only v1.4.3 of dtc
Our minimum DTC version is 1.4.3, so check that out.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b81d733695..9dfd016da0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ addons: install: # install latest device tree compiler - - git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc + - git clone --depth=1 -b v1.4.3 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc - make -j4 -C /tmp/dtc # Clone uboot-test-hooks - git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks |