[U-Boot] [PATCH] Travis-CI: Checkout only v1.4.3 of dtc

Tom Rini trini at konsulko.com
Sun Sep 17 13:42:25 UTC 2017


Our minimum DTC version is 1.4.3, so check that out.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b81d733695e1..9dfd016da000 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
-- 
1.9.1



More information about the U-Boot mailing list