From cc25d8efd8d5ab03e8d0db2bd456ff0060e781ad Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 6 Jul 2020 14:00:00 +0500 Subject: [PATCH] lxc: drop RT_GROUP_SCHED The group scheduling options in the lxc fragment were initially used to support performance guaranteed systems using containers. This option now causes issues with systemd runtimes and the original feature it implemented is no longer relevant Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto/lxc.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg index 3fefc034..e195c15b 100644 --- a/recipes-kernel/linux/linux-yocto/lxc.cfg +++ b/recipes-kernel/linux/linux-yocto/lxc.cfg @@ -4,7 +4,6 @@ CONFIG_PROC_PID_CPUSET=y CONFIG_MEMCG=y CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y -CONFIG_RT_GROUP_SCHED=y CONFIG_CHECKPOINT_RESTORE=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y