summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: replaced with github workflowMichael Olbrich2021-01-131-26/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* travis: find any logfile and dump itMichael Olbrich2019-05-071-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* travis: Change to xenial dist for fdisk with GPT supportStefan Sørensen2019-02-121-1/+1
| | | | Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
* test: install mtd-utils for more test coverageMichael Olbrich2018-11-231-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* test: fix qemu-img checkMichael Olbrich2018-11-161-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add qemu handlerAlexandre Fournier2018-03-191-0/+1
|
* Add FIT image supportSascha Hauer2018-03-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | This adds support for U-Boot FIT images to the genimage tool. FIT images are effectively device tree blobs (dtbs) which have the actual image data as binary properties in the device tree. FIT image support works by invoking the U-Boot mkimage tool with a device tree source file (its) as input. The its file must be handwritten, but the image data is included automatically by genimage which generates suitable /incbin/ directives on the fly. Images in the its file are in a /images/<imagename> node. The FIT image is seen as a partitioned device, for each /images/<imagename> there must be a partition named <imagename> in the genimage config file section for a FIT image. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> [mol: add test files to Makefile.am, handle readonly .its file] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* test: add some simple checks to verify if the images are generated correctlyMichael Olbrich2017-11-191-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add basic test suiteMichael Olbrich2017-11-121-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add travis integrationJan Luebbe2017-11-081-0/+11
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>