summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2017-07-18 08:23:38 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-25 09:08:56 -0400
commit871962e2319a656802bee434d88cb439dd522a56 (patch)
tree1751b74f800966d19ca4e7f837988336a50f17a2 /recipes-kernel/linux/linux-yocto
parentde50b560876d1bb3fdc0a4e87b09a1790745e0a2 (diff)
downloadmeta-virtualization-871962e2319a656802bee434d88cb439dd522a56.tar.gz
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 <jan.kiszka@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto')
-rw-r--r--recipes-kernel/linux/linux-yocto/lxc.cfg2
1 files changed, 1 insertions, 1 deletions
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
15CONFIG_NET_NS=y 15CONFIG_NET_NS=y
16 16
17CONFIG_CLS_CGROUP=m 17CONFIG_CLS_CGROUP=m
18CONFIG_BLK_CGROUP=m 18CONFIG_BLK_CGROUP=y
19CONFIG_NETPRIO_CGROUP=m 19CONFIG_NETPRIO_CGROUP=m
20 20
21CONFIG_DEVPTS_MULTIPLE_INSTANCES=y 21CONFIG_DEVPTS_MULTIPLE_INSTANCES=y