From 871962e2319a656802bee434d88cb439dd522a56 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 18 Jul 2017 08:23:38 +0200 Subject: [PATCH] kernel-features: Fix CONFIG_BLK_CGROUP enabling Meanwhile, this became boolean, and trying to make it a module just leaves it off. Signed-off-by: Jan Kiszka Signed-off-by: Bruce Ashfield --- 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 fa2344a7..c25d60f9 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