From 682b2aec84cf20e610fccc0cee19d179f6ffe998 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Fri, 27 Mar 2026 16:24:04 +0100 Subject: [PATCH] dey-image-container-manager: restore hotplug support Package recommendations are disable, so some recommended packages might be missed. For HW detecting add the next explicit packages, which solves the microSD card detection. https://onedigi.atlassian.net/browse/DEL-10042 Signed-off-by: Isaac Hermida --- .../recipes-core/images/dey-image-container-manager.bb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb b/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb index 4e4e795d2..b99ea52b9 100644 --- a/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb +++ b/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb @@ -77,10 +77,19 @@ CONTAINER_MANAGEMENT = " \ podman-trimmed \ " +# Keep the systemd/udev hotplug support packages that are otherwise +# dropped when recommendations are disabled. +HOTPLUG_SUPPORT = " \ + systemd-conf \ + systemd-extra-utils \ + udev-hwdb \ +" + NO_RECOMMENDATIONS = "1" IMAGE_INSTALL = " \ ${CORE_ESSENTIALS} \ ${CORE_TOOLS} \ ${CONTAINER_MANAGEMENT} \ + ${HOTPLUG_SUPPORT} \ "