From bd9a4e157cf7894d5c6d9d37c756a0fdd9618738 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Tue, 26 Nov 2024 02:28:58 +0900 Subject: Update container-manager to support rootfs bind mount feature Existing container-manager is designed for multi partition integration. The test image for drm lease require to each guest image mix in to single rootfs. This update enable rootfs bind mount feature to enable host guest mix in integration. This patch tested in NanoPC-T6 board only. Bug-AGL: SPEC-5308 Change-Id: I57f408bc872513c79c6e3e1a3c8adffcf92a1d48 Signed-off-by: Naoto Yamaguchi --- .../recipes-container/container-manager/container-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-ic-container/recipes-container') 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 7a024125..0a0a5276 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 = "49a2bd8dc221125ac3b4859dab23a6870275c619" +SRCREV = "0d1992efe362952003844904b046a174af205548" S = "${WORKDIR}/git" -- cgit 1.2.3-korg