diff --git a/config/core/rootfs-configs.yaml b/config/core/rootfs-configs.yaml index 0ee31bddb7..2c17aa192f 100644 --- a/config/core/rootfs-configs.yaml +++ b/config/core/rootfs-configs.yaml @@ -51,6 +51,7 @@ rootfs_configs: - armel - mipsel - riscv + - sparc64 - x86 frags: - baseline diff --git a/config/docker/qemu.jinja2 b/config/docker/qemu.jinja2 index 34e98af13d..bac83f6cd6 100644 --- a/config/docker/qemu.jinja2 +++ b/config/docker/qemu.jinja2 @@ -19,6 +19,7 @@ RUN apt-get update && \ qemu-system-ppc \ qemu-system-s390x \ qemu-system-sparc \ + qemu-system-sparc64 \ qemu-system-x86 \ qemu-utils