Add cgroupsv2 support to container manager 02/30602/2
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 1 Dec 2024 05:13:55 +0000 (14:13 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 1 Dec 2024 07:05:38 +0000 (16:05 +0900)
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>
meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb

index 0a0a527..0e6bfe0 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = " \
     file://container-manager.service \
     file://container-manager.json \
     "
-SRCREV = "0d1992efe362952003844904b046a174af205548"
+SRCREV = "665d8985e07688e8e8ec9dbaec63acd3ccd2d715"
 
 S = "${WORKDIR}/git"