Skip to content

Commit 5b67952

Browse files
Bradley Bolengalak
authored andcommitted
qemu: Enable aarch64 target
In order to support Cortex-R development, we will run a xlnx-zcu102 qemu machine. However, the application processors on that machine are 64 bit A53s so the qemu executable to run it is aarch64-softmmu. Signed-off-by: Bradley Bolen <[email protected]>
1 parent 8bf589d commit 5b67952

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 x86_64-softmmu"
196+
QEMUS_BUILT = "aarch64-softmmu 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)