|
@@ -26,12 +26,11 @@ addons:
|
|
- grub-efi-ia32-bin
|
|
- grub-efi-ia32-bin
|
|
- rpm2cpio
|
|
- rpm2cpio
|
|
- wget
|
|
- wget
|
|
- - device-tree-compiler
|
|
|
|
|
|
|
|
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
|
|
|
|
- #- make -j4 -C /tmp/dtc
|
|
|
|
|
|
+ - git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /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
|
|
- ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
|
|
- ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
|