mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Add kernel config fragment for CONFIG_CGROUP_HUGETLB This is a recommended config for Kubernetes and k8s will throw a warning if it is not present. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
6 lines
91 B
INI
6 lines
91 B
INI
# SPDX-License-Identifier: MIT
|
|
#
|
|
# This requires CONFIG_HUGETLBFS
|
|
|
|
CONFIG_CGROUP_HUGETLB=y
|