Skip to content

Commit f58c790

Browse files
committed
meta-zephyr-sdk: qemu: Enable network during configure
Enable network access during the `do_configure` step because QEMU build system may fetch additional submodules, such as `keycodemapdb`, in it. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> (cherry picked from commit 451e4e2)
1 parent 6c7a55e commit f58c790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ do_configure() {
114114
${S}/configure ${EXTRA_OECONF} --target-list="${QEMU_TARGETS}"
115115
}
116116
do_configure[cleandirs] += "${B}"
117+
do_configure[network] = "1"
117118

118119
do_install () {
119120
export STRIP=""

0 commit comments

Comments
 (0)