diff mbox series

[v1,1/1] package/qemu: enable s390x arch as target package

Message ID 20240730072725.152016-1-egorenar@linux.ibm.com
State Accepted
Headers show
Series [v1,1/1] package/qemu: enable s390x arch as target package | expand

Commit Message

Alexander Egorenkov July 30, 2024, 7:27 a.m. UTC
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 package/qemu/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 30, 2024, 7:40 a.m. UTC | #1
On Tue, 30 Jul 2024 09:27:25 +0200
Alexander Egorenkov <egorenar@linux.ibm.com> wrote:

> Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
> ---
>  package/qemu/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index 74962f3e2664..608e4d429dd6 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -9,6 +9,7 @@  config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64le
 	default y if BR2_riscv
+	default y if BR2_s390x
 	default y if BR2_x86_64
 
 comment "QEMU requires a toolchain with wchar, threads, gcc >= 8"