diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-12-01 14:13:55 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-12-01 16:05:38 +0900 |
commit | 27116c59302f63f6f9e4a1fdf5c089092e987298 (patch) | |
tree | 9a100a1a5b65945d578eabc4b7c72883d420cba3 /meta-agl-ic-container/recipes-container | |
parent | fea5e862e33ded98f800a47b574cf945b63b9652 (diff) |
Add cgroupsv2 support to container manager
AGL was migrate to cgroup v2 integration from cgroup v1 and v2
mixin integration. Existing container-manager does not support
cgroupv2 based resource control.
At a f396483881a30f6ed08786114bf7a62355cd266e, it enable device
access protection. This patch enable cgroup v2 based cpu, memory,
and more resource control feature.
Bug-AGL: SPEC-5284
Change-Id: I9ba417d01913626781fde4e9d67b5499db8d7a40
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-container')
-rw-r--r-- | meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb b/meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb index 0a0a5276..0e6bfe07 100644 --- a/meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb +++ b/meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb @@ -15,7 +15,7 @@ SRC_URI = " \ file://container-manager.service \ file://container-manager.json \ " -SRCREV = "0d1992efe362952003844904b046a174af205548" +SRCREV = "665d8985e07688e8e8ec9dbaec63acd3ccd2d715" S = "${WORKDIR}/git" |