summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-tricore-cross.docker
Commit message (Collapse)AuthorAgeFilesLines
* docker: par down QEMU_CONFIGURE_OPTS in debian-tricore-crossAlex Bennée2018-07-241-2/+2
| | | | | | | | | | This image isn't going to build anything significant as it is just intended for building test cases. In case it does end up getting inadvertently included in a build lets aim for the minimal possible product. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
* docker: base debian-tricore on qemu:debian9Alex Bennée2018-07-241-1/+1
| | | | | | | | | | We need both git and a working compiler to build the tools. Although the qemu:debian9 image also has a bunch of extra dependencies it would be fairly unusual for a user not to already have this layer available for one of our many other docker images so lets not complicate things. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
* docker: add debian/tricore imagePhilippe Mathieu-Daudé2018-06-051-0/+23
TriCore binutils is built from Bastian Koppelmann repository. Note: There is no TriCore compiler in this image (only assembler/linker). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> [AJB: base of Debian9, add to Makefile.include] Signed-off-by: Alex Bennée <alex.bennee@linaro.org>