Skip to content

Commit 2da22af

Browse files
michalsimeknashif
authored andcommitted
meta-zephyr-sdk: xilinx_qemu: Enable slirp
Enable user-space TCP/IP stack for network emulation to be able to connect emulated ethernet controllers with host PC for testing purpose. Signed-off-by: Michal Simek <michal.simek@amd.com>
1 parent dd48650 commit 2da22af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta-zephyr-sdk/recipes-devtools/qemu_xilinx/qemu-xilinx_git.bb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DEPENDS = "glib-2.0 zlib dtc pixman bison-native meson-native ninja-native libgcrypt"
1+
DEPENDS = "glib-2.0 zlib dtc pixman bison-native meson-native ninja-native libgcrypt libslirp"
22
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
33

44
RDEPENDS:${PN}-common:class-target += "bash"
@@ -57,6 +57,7 @@ EXTRA_OECONF = " \
5757
--disable-curl --disable-attr --disable-curses --disable-iconv \
5858
--disable-kvm --disable-parallels --disable-replication \
5959
--disable-live-block-migration --disable-dmg --disable-werror \
60+
--enable-slirp \
6061
"
6162

6263
QEMU_TARGETS = "aarch64-softmmu riscv32-softmmu riscv64-softmmu microblazeel-softmmu"

0 commit comments

Comments
 (0)