Skip to content

Commit 37f9fac

Browse files
galaknashif
authored andcommitted
hosttools: qemu: Enable x86_64 target
As we support x86_64 as an architecture w/a qemu board, we should have support in the SDK for it as well. Signed-off-by: Kumar Gala <[email protected]>
1 parent c35a057 commit 37f9fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ inherit autotools pkgconfig
193193
#--disable-blobs : BIOS needed for x86
194194
#--disable-fdt: Cannot use if supporting ARM
195195

196-
QEMUS_BUILT = "arm-softmmu i386-softmmu mips-softmmu nios2-softmmu xtensa-softmmu riscv32-softmmu"
196+
QEMUS_BUILT = "arm-softmmu i386-softmmu mips-softmmu nios2-softmmu xtensa-softmmu riscv32-softmmu x86_64-softmmu"
197197
QEMU_FLAGS = "--disable-docs --disable-sdl --disable-debug-info --disable-cap-ng \
198198
--disable-libnfs --disable-libusb --disable-libiscsi --disable-usb-redir --disable-linux-aio\
199199
--disable-guest-agent --disable-libssh2 --disable-vnc-png --disable-seccomp \

0 commit comments

Comments
 (0)