mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +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 = " \
|
RDEPENDS:packagegroup-cni = " \
|
||||||
cni \
|
cni \
|
||||||
|
iptables \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
|
ipset \
|
||||||
bridge-utils \
|
bridge-utils \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -70,5 +72,6 @@ RDEPENDS:packagegroup-containerd = " \
|
||||||
packagegroup-cni \
|
packagegroup-cni \
|
||||||
containerd-cni \
|
containerd-cni \
|
||||||
nerdctl \
|
nerdctl \
|
||||||
|
tini \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user