All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] tests: docker images for hexagon, nios2, microblaze
@ 2021-10-14 22:44 Richard Henderson
  2021-10-14 22:44 ` [PATCH 1/7] tests/docker: Use apt build-dep in debian10 Richard Henderson
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Richard Henderson @ 2021-10-14 22:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee

I've refined Brian's outline [1] into a proper patch.
I've updated my nios2 docker toolchain build based on Alex's feedback,
then added another toolchain build for microblaze.

I'll keep the other nios2 changes in another patch set.


r~


[1] https://lore.kernel.org/qemu-devel/SN6PR02MB42057F473618E661B72E1FF3B8AB9@SN6PR02MB4205.namprd02.prod.outlook.com/

Brian Cain (1):
  tests/docker: Update debian-hexagon-cross to a newer toolchain

Richard Henderson (6):
  tests/docker: Use apt build-dep in debian10
  tests/docker: Simplify debian-all-test-cross
  gitlab-ci: Remove special casing for hexagon testing
  tests/docker: Add debian-nios2-cross image
  tests/docker: Add debian-microblaze-cross image
  tests/tcg: Enable container_cross_cc for microblaze

 .gitlab-ci.d/buildtest.yml                    |   4 -
 .gitlab-ci.d/container-cross.yml              |  27 +---
 tests/docker/Makefile.include                 |  50 ++++---
 .../dockerfiles/debian-all-test-cross.docker  |   5 -
 .../dockerfiles/debian-hexagon-cross.docker   |  45 +-----
 .../build-toolchain.sh                        | 141 ------------------
 .../build-toolchain.sh                        |  88 +++++++++++
 .../debian-nios2-cross.d/build-toolchain.sh   |  87 +++++++++++
 .../dockerfiles/debian-toolchain.docker       |  36 +++++
 tests/docker/dockerfiles/debian10.docker      |   9 +-
 tests/tcg/configure.sh                        |   6 +
 11 files changed, 263 insertions(+), 235 deletions(-)
 delete mode 100755 tests/docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
 create mode 100755 tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
 create mode 100755 tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
 create mode 100644 tests/docker/dockerfiles/debian-toolchain.docker

-- 
2.25.1



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-11-02 14:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-14 22:44 [PATCH 0/7] tests: docker images for hexagon, nios2, microblaze Richard Henderson
2021-10-14 22:44 ` [PATCH 1/7] tests/docker: Use apt build-dep in debian10 Richard Henderson
2021-10-18 10:53   ` Alex Bennée
2021-10-14 22:44 ` [PATCH 2/7] tests/docker: Simplify debian-all-test-cross Richard Henderson
2021-10-18 10:54   ` Alex Bennée
2021-10-18 11:14     ` Philippe Mathieu-Daudé
2021-10-18 11:33       ` Alex Bennée
2021-11-02 12:24         ` Alex Bennée
2021-11-02 14:33           ` Philippe Mathieu-Daudé
2021-10-14 22:44 ` [PATCH 3/7] tests/docker: Update debian-hexagon-cross to a newer toolchain Richard Henderson
2021-10-14 22:44 ` [PATCH 4/7] gitlab-ci: Remove special casing for hexagon testing Richard Henderson
2021-10-14 22:44 ` [PATCH 5/7] tests/docker: Add debian-nios2-cross image Richard Henderson
2021-10-14 22:44 ` [PATCH 6/7] tests/docker: Add debian-microblaze-cross image Richard Henderson
2021-10-14 22:44 ` [PATCH 7/7] tests/tcg: Enable container_cross_cc for microblaze Richard Henderson
2021-10-18 10:57   ` Alex Bennée
2021-10-19 14:46 ` [PATCH 0/7] tests: docker images for hexagon, nios2, microblaze Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.