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
156 B
Plaintext
6 lines
156 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
define KFEATURE_DESCRIPTION "Enable hugetlb cgroup"
|
|
define KFEATURE_COMPATIBILITY all
|
|
|
|
kconf non-hardware cgroup-hugetlb.cfg
|