Skip to content

Commit 0757035

Browse files
committed
hosttools: add qemu-rx
Build qemu-rx now that we have RX arch support. Signed-off-by: Anas Nashif <[email protected]>
1 parent 6cd6af0 commit 0757035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_9.2.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EXTRA_OECONF = " \
107107
--disable-af-xdp \
108108
${PACKAGECONFIG_CONFARGS} \
109109
"
110-
QEMU_TARGETS = "aarch64-softmmu arm-softmmu i386-softmmu or1k-softmmu mips-softmmu mipsel-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu x86_64-softmmu"
110+
QEMU_TARGETS = "aarch64-softmmu arm-softmmu i386-softmmu or1k-softmmu mips-softmmu mipsel-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu x86_64-softmmu rx-softmmu"
111111

112112
EXTRA_OECONF:append:class-target = " --cross-prefix=${HOST_PREFIX}"
113113
EXTRA_OECONF:append:class-nativesdk = " --cross-prefix=${HOST_PREFIX}"

0 commit comments

Comments
 (0)