From 4b62efe469a88332588cc0ef89d89762aa93640e Mon Sep 17 00:00:00 2001 From: He Zhe Date: Fri, 15 Mar 2019 11:04:25 +0800 Subject: lxc: Correct CONFIG_CGROUP_NET_PRIO setting Since af6363374cbd ("cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()"), CONFIG_CGROUP_NET_PRIO has become a bool option. Forcedly setting it to "m" would end up with "n". Change it to "y" here. Signed-off-by: He Zhe 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 9ff49f19..adaad3aa 100644 --- a/recipes-kernel/linux/linux-yocto/lxc.cfg +++ b/recipes-kernel/linux/linux-yocto/lxc.cfg @@ -15,7 +15,7 @@ CONFIG_NET_NS=y CONFIG_NET_CLS_CGROUP=m CONFIG_BLK_CGROUP=y -CONFIG_CGROUP_NET_PRIO=m +CONFIG_CGROUP_NET_PRIO=y # Virtual drivers CONFIG_HVC_DRIVER=y -- cgit v1.2.3-54-g00ecf