util/docker/coreboot-sdk: Replace package qemu with qemu-system

The qemu package doesn't exist anymore or it was renamed. Instead of
installing QEMU for all available architectures, install only the
packages which ship architectures that are supported by coreboot.

  * qemu-system-arm
  * qemu-system-misc (for RISC-V)
  * qemu-system-ppc
  * qemu-system-x86

Change-Id: Ifc46a8c9fcb1ab3c38dc8cbbc906882e93a719d7
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66923
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Felix Singer 2022-08-20 11:16:05 +02:00 committed by Martin Roth
parent 3729b1c2a8
commit acbdc4d72e
1 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,10 @@ RUN \
pkg-config \
python2 \
python3 \
qemu \
qemu-system-arm \
qemu-system-misc \
qemu-system-ppc \
qemu-system-x86 \
rsync \
shellcheck \
subversion \