]> Git Repo - u-boot.git/commit - .travis.yml
travis.yml: Add pyelftools install entry
authorJagan Teki <[email protected]>
Tue, 7 May 2019 18:52:12 +0000 (00:22 +0530)
committerKever Yang <[email protected]>
Wed, 26 Jun 2019 13:11:27 +0000 (21:11 +0800)
commitcca4f576d0ad1c2d5a309df2ad19116f89401a1c
treec1a9ac57d81f3180595c95f86e3e76bcce124bf0
parentcc2cf69093bdb0154d5fa063772502f02fbbc16c
travis.yml: Add pyelftools install entry

Currently rockchip platform is using explicit 'make u-boot.itb' for
building u-boot.itb but if we enable CONFIG_BUILD_TARGET as 'u-boot.itb'
then the resulting u-boot.itb directly will create by make.

But, that indeed make travis build fail since it require python-pyelftools
host package.

So add pyelftools install entry as 'pip install pyelftools', this would
create pyelftools on travis host which are required to build rk3399 itb.

Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
.travis.yml
This page took 0.03166 seconds and 4 git commands to generate.