summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Dziezyk <kamil.dziezyk@arm.com>2021-10-19 17:12:12 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-28 15:31:38 -0400
commit6f83fc75cb9891c373d0f12201e4e40e156d9b9e (patch)
treea423e3c5a2bbc4814f8f69936d6a3602493eee37
parent50097acec3ca5476b50ee3d58caf3fd3b2eaf0c4 (diff)
downloadmeta-virtualization-6f83fc75cb9891c373d0f12201e4e40e156d9b9e.tar.gz
k3s: Add xt-statistic kernel module to rrecommends
Include the xt-statistic kernel module required by K3S for iptables configuration. Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: I7592261c65c7c0831ce553ee907fba9e3e458b6f Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/k3s/k3s_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index adccb087..e24a8db5 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -95,6 +95,7 @@ RRECOMMENDS:${PN} = "\
95 kernel-module-xt-connmark \ 95 kernel-module-xt-connmark \
96 kernel-module-vxlan \ 96 kernel-module-vxlan \
97 kernel-module-xt-masquerade \ 97 kernel-module-xt-masquerade \
98 kernel-module-xt-statistic \
98 " 99 "
99 100
100RCONFLICTS:${PN} = "kubectl" 101RCONFLICTS:${PN} = "kubectl"