From: Jan Kiszka <[email protected]> Meanwhile, this became boolean, and trying to make it a module just leaves it off.
Signed-off-by: Jan Kiszka <[email protected]> --- Do we still needs these config fragments? yocto-kernel-cache seems to carry similar things by now. recipes-kernel/linux/linux-yocto/lxc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg index fa2344a..c25d60f 100644 --- a/recipes-kernel/linux/linux-yocto/lxc.cfg +++ b/recipes-kernel/linux/linux-yocto/lxc.cfg @@ -15,7 +15,7 @@ CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_CLS_CGROUP=m -CONFIG_BLK_CGROUP=m +CONFIG_BLK_CGROUP=y CONFIG_NETPRIO_CGROUP=m CONFIG_DEVPTS_MULTIPLE_INSTANCES=y -- 2.12.3 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
