Skip to content

Commit c376065

Browse files
committed
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 <[email protected]>
1 parent da849d4 commit c376065

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
@@ -10,7 +10,7 @@ a variety of guest operating systems"
1010
HOMEPAGE = "http://qemu.org"
1111
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
1212

13-
DEPENDS += "bison-native meson-native ninja-native"
13+
DEPENDS += "bison-native meson-native ninja-native libslirp"
1414

1515
DEPENDS += "glib-2.0 zlib pixman"
1616

0 commit comments

Comments
 (0)