]> git.sur5r.net Git - u-boot/commitdiff
Travis-CI: Checkout only v1.4.3 of dtc
authorTom Rini <trini@konsulko.com>
Sun, 17 Sep 2017 13:42:25 +0000 (09:42 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:40:06 +0000 (07:40 -0400)
Our minimum DTC version is 1.4.3, so check that out.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml

index b81d733695e1c232ff4da7ce51cf094524dc95c0..9dfd016da000e032dcea6ac2d964df5fc844bc76 100644 (file)
@@ -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