UPSTREAM: Travis-CI: Checkout only v1.4.3 of dtc

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

Change-Id: I50fd989f2aea757159aa1ad2b1e9ececb6b06886
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 91ebf300934461e450f5ef8f386ea9e55d2636c5)
This commit is contained in:
Tom Rini 2017-09-17 09:42:25 -04:00 committed by Kever Yang
parent 65dc5c3a2e
commit d464d465d1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ addons:
install: install:
# install latest device tree compiler # 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 - make -j4 -C /tmp/dtc
# Clone uboot-test-hooks # Clone uboot-test-hooks
- git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks - git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks