It depends on cgroup v1 which has been deprecated by v2 and this config is not enabled without additional legacy configs. The config is effectively not enabled so remove.
Signed-off-by: Mikko Rapeli <[email protected]> --- cfg/lxc.cfg | 1 - features/cgroups/cgroups.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/cfg/lxc.cfg b/cfg/lxc.cfg index 090933190516..01108a764047 100644 --- a/cfg/lxc.cfg +++ b/cfg/lxc.cfg @@ -2,7 +2,6 @@ # Misc configs CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y -CONFIG_PROC_PID_CPUSET=y CONFIG_MEMCG=y CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y diff --git a/features/cgroups/cgroups.cfg b/features/cgroups/cgroups.cfg index d2d0c3eaccc4..5f6c8190d7ba 100644 --- a/features/cgroups/cgroups.cfg +++ b/features/cgroups/cgroups.cfg @@ -6,7 +6,6 @@ CONFIG_CGROUP_DEBUG=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y -CONFIG_PROC_PID_CPUSET=y CONFIG_CGROUP_CPUACCT=y CONFIG_CGROUP_PIDS=y CONFIG_CGROUP_NET_PRIO=y -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16140): https://lists.yoctoproject.org/g/linux-yocto/message/16140 Mute This Topic: https://lists.yoctoproject.org/mt/117176758/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
