diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2017-07-18 08:23:38 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-07-25 09:08:56 -0400 |
commit | 871962e2319a656802bee434d88cb439dd522a56 (patch) | |
tree | 1751b74f800966d19ca4e7f837988336a50f17a2 | |
parent | de50b560876d1bb3fdc0a4e87b09a1790745e0a2 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-kernel/linux/linux-yocto/lxc.cfg | 2 |
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 | |||
15 | CONFIG_NET_NS=y | 15 | CONFIG_NET_NS=y |
16 | 16 | ||
17 | CONFIG_CLS_CGROUP=m | 17 | CONFIG_CLS_CGROUP=m |
18 | CONFIG_BLK_CGROUP=m | 18 | CONFIG_BLK_CGROUP=y |
19 | CONFIG_NETPRIO_CGROUP=m | 19 | CONFIG_NETPRIO_CGROUP=m |
20 | 20 | ||
21 | CONFIG_DEVPTS_MULTIPLE_INSTANCES=y | 21 | CONFIG_DEVPTS_MULTIPLE_INSTANCES=y |