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 <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2026-03-27 16:24:04 +01:00
parent 4f88e8969a
commit 682b2aec84
1 changed files with 9 additions and 0 deletions

View File

@ -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} \
"