mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
k3s: rrecommend required kernel modules
If the required modules aren't in the image, k3s will fail to start. Set the requirements as RRECOMMENDS for image types that don't install the kernel-modules meta-package. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
d891808b45
commit
5d7d39943f
|
@ -83,7 +83,17 @@ RDEPENDS_${PN} = "k3s-cni conntrack-tools coreutils findutils iptables iproute2
|
|||
RDEPENDS_${PN}-server = "${PN}"
|
||||
RDEPENDS_${PN}-agent = "${PN}"
|
||||
|
||||
RRECOMMENDS_${PN} = "kernel-module-xt-comment kernel-module-xt-mark kernel-module-xt-connmark kernel-module-vxlan"
|
||||
RRECOMMENDS_${PN} = "\
|
||||
kernel-module-xt-addrtype \
|
||||
kernel-module-xt-nat \
|
||||
kernel-module-xt-multiport \
|
||||
kernel-module-xt-conntrack \
|
||||
kernel-module-xt-comment \
|
||||
kernel-module-xt-mark \
|
||||
kernel-module-xt-connmark \
|
||||
kernel-module-vxlan \
|
||||
kernel-module-xt-masquerade \
|
||||
"
|
||||
|
||||
RCONFLICTS_${PN} = "kubectl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user