mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
packagegroups: add iproute, iptables and tini
As it turns out CNI needs iptables to configure some plugins, and without it we get a silent fail. It will also be added to the recipe as a RRECOMMENDS, but we also put it in the packagegroup for more visibility. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
eb5c2bc4a5
commit
7afd21085b
|
@ -41,7 +41,9 @@ RDEPENDS:packagegroup-podman = " \
|
|||
|
||||
RDEPENDS:packagegroup-cni = " \
|
||||
cni \
|
||||
iptables \
|
||||
iproute2 \
|
||||
ipset \
|
||||
bridge-utils \
|
||||
"
|
||||
|
||||
|
@ -70,5 +72,6 @@ RDEPENDS:packagegroup-containerd = " \
|
|||
packagegroup-cni \
|
||||
containerd-cni \
|
||||
nerdctl \
|
||||
tini \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user