From c152bca6461c72d527af8f38545d8a0bc2324747 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 1 Dec 2024 15:30:31 +0900 Subject: Remove integration type without container manager from container integration Existing container integration was supporing with container-manager and without container-manager integration. After the scarthgap update, systemd cgroup-v1 and v2 mixed support was disabled. It require to big rework in resource controle feature. The lxc only integration (without container-manager integration) has some limitation for device support. For example, it can't handle dynamic device/network interface change, it' can't protect device access from guest using mknod. On the other hand, if I mantain to this integration, it need many human resource. The lxc only integration does not have value for these work. This change drop lxc only integration. This strategy was discussed in gerrit 30506. Bug-AGL: SPEC-5283 Change-Id: I66b209cdf7fa6bf77439a24211de4da7dcdfa873 Signed-off-by: Naoto Yamaguchi --- meta-agl-ic-container/conf/include/drm-lease-multi-display.inc | 6 ------ meta-agl-ic-container/conf/include/mc-conf-default.inc | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 meta-agl-ic-container/conf/include/drm-lease-multi-display.inc delete mode 100644 meta-agl-ic-container/conf/include/mc-conf-default.inc (limited to 'meta-agl-ic-container/conf') diff --git a/meta-agl-ic-container/conf/include/drm-lease-multi-display.inc b/meta-agl-ic-container/conf/include/drm-lease-multi-display.inc deleted file mode 100644 index 398958f5..00000000 --- a/meta-agl-ic-container/conf/include/drm-lease-multi-display.inc +++ /dev/null @@ -1,6 +0,0 @@ -HAS_MULTI_DISPLAY ?= "" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("AGL_FEATURES", "kingfisher", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("AGL_FEATURES", "agl-refhw-h3", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("MACHINE", "raspberrypi4-64", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("MACHINE", "raspberrypi5", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("MACHINE", "salvator-x", "1", "" ,d)}" diff --git a/meta-agl-ic-container/conf/include/mc-conf-default.inc b/meta-agl-ic-container/conf/include/mc-conf-default.inc deleted file mode 100644 index 1d3022e4..00000000 --- a/meta-agl-ic-container/conf/include/mc-conf-default.inc +++ /dev/null @@ -1,2 +0,0 @@ -# We don't want the app framework or demo bits in the host image. -AGL_FEATURES:remove = "agl-app-fw agldemo agl-flutter" -- cgit 1.2.3-korg