On Mon, 11 Jul 2022, at 14:26, Bruce Ashfield wrote: > On Mon, Jul 11, 2022 at 9:00 AM Andrei Gherzan <[email protected]> wrote: >> >> From: Andrei Gherzan <[email protected]> >> >> slirp4netns uses a TAP device to connect to the internet in an >> unprivileged way. Without the required kernel support (TAP/TUN), >> slirp4netns will fail at runtime. >> >> Signed-off-by: Andrei Gherzan <[email protected]> >> --- >> recipes-networking/slirp4netns/slirp4netns_git.bb | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/recipes-networking/slirp4netns/slirp4netns_git.bb >> b/recipes-networking/slirp4netns/slirp4netns_git.bb >> index a63871c..4bf25b8 100644 >> --- a/recipes-networking/slirp4netns/slirp4netns_git.bb >> +++ b/recipes-networking/slirp4netns/slirp4netns_git.bb >> @@ -18,4 +18,6 @@ DEPENDS = "glib-2.0 libcap libseccomp libslirp" >> >> S = "${WORKDIR}/git" >> >> +RDEPENDS:${PN} += "kernel-module-tun" > > This needs to be a RRECOMMENDS, since we can suggest, but not enforce > a specific configuration.
Agreed. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7431): https://lists.yoctoproject.org/g/meta-virtualization/message/7431 Mute This Topic: https://lists.yoctoproject.org/mt/92309173/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
