summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-23 19:22:28 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-23 19:24:18 +0000
commitcd448b3de63bd6085ddd400f931186b8bbde71ff (patch)
treedff0fdea762ca7e24102d1e29e706039780dfada
parenta0ad18ea2832446f8a827a8a0ffe38c1f23ccb38 (diff)
downloadmeta-virtualization-cd448b3de63bd6085ddd400f931186b8bbde71ff.tar.gz
kernel/cfg: change CONFIG_TUN to module
Currently Xen expected a tun module to be packaged. We need a better way to resolve dependencies such as this (perhaps by the kernel providing the package requested when functionality is built in). But for now, without a compelling need for criu to have tun built in, we tweak this config to match and keep the xen builds happy and with no conditional package requirements. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto/criu.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto/criu.cfg b/recipes-kernel/linux/linux-yocto/criu.cfg
index 314addfa..dc9502a6 100644
--- a/recipes-kernel/linux/linux-yocto/criu.cfg
+++ b/recipes-kernel/linux/linux-yocto/criu.cfg
@@ -5,4 +5,4 @@ CONFIG_INET_UDP_DIAG=y
5CONFIG_PACKET_DIAG=y 5CONFIG_PACKET_DIAG=y
6CONFIG_NETLINK_DIAG=y 6CONFIG_NETLINK_DIAG=y
7CONFIG_NETFILTER_XT_MARK=y 7CONFIG_NETFILTER_XT_MARK=y
8CONFIG_TUN=y 8CONFIG_TUN=m