diff mbox series

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

Message ID 1505655745-11825-1-git-send-email-trini@konsulko.com
State Accepted
Commit 91ebf300934461e450f5ef8f386ea9e55d2636c5
Delegated to: Tom Rini
Headers show
Series [U-Boot] Travis-CI: Checkout only v1.4.3 of dtc | expand

Commit Message

Tom Rini Sept. 17, 2017, 1:42 p.m. UTC
Our minimum DTC version is 1.4.3, so check that out.

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

Comments

Tom Rini Sept. 22, 2017, 2:20 p.m. UTC | #1
On Sun, Sep 17, 2017 at 09:42:25AM -0400, Tom Rini wrote:

> Our minimum DTC version is 1.4.3, so check that out.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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