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:
parent
4f88e8969a
commit
682b2aec84
|
|
@ -77,10 +77,19 @@ CONTAINER_MANAGEMENT = " \
|
||||||
podman-trimmed \
|
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"
|
NO_RECOMMENDATIONS = "1"
|
||||||
|
|
||||||
IMAGE_INSTALL = " \
|
IMAGE_INSTALL = " \
|
||||||
${CORE_ESSENTIALS} \
|
${CORE_ESSENTIALS} \
|
||||||
${CORE_TOOLS} \
|
${CORE_TOOLS} \
|
||||||
${CONTAINER_MANAGEMENT} \
|
${CONTAINER_MANAGEMENT} \
|
||||||
|
${HOTPLUG_SUPPORT} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue