tests/docker: Install tools to cross-debug and build Linux kernels
commit1bbf2d010fc0e5f0a9c5e1967368c44bc64e086a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 16 Mar 2020 17:21:28 +0000 (16 17:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Mar 2020 17:38:27 +0000 (17 17:38 +0000)
tree0b72dce8cd7932491c5db9bc126f15592397c606
parent6fb1603aa24d9212493e4819d7b685be9c9aad7a
tests/docker: Install tools to cross-debug and build Linux kernels

We often run Linux kernels to test QEMU. We sometimes need
to build them manually to use non-default features. We only
miss the tiny 'bc' tool.

The ncurses library is helpful to run 'make menuconfig'.

Finally, gdb-multiarch allow us to debug a TCG guest when its
architecture is different than the host.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200212202738.12986-1-philmd@redhat.com>
Message-Id: <20200316172155.971-2-alex.bennee@linaro.org>
tests/docker/dockerfiles/debian10.docker
tests/docker/dockerfiles/debian9.docker