[meta-virtualization] [PATCH] kernel-features: Fix CONFIG_BLK_CGROUP enabling

Jan Kiszka jan.kiszka at web.de
Mon Jul 17 23:23:38 PDT 2017


From: Jan Kiszka <jan.kiszka at siemens.com>

Meanwhile, this became boolean, and trying to make it a module just
leaves it off.

Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---

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


More information about the meta-virtualization mailing list