moved from dropbear to ssh since size is no constraint

This commit is contained in:
2026-02-12 00:20:22 +01:00
parent a66dd76f28
commit 239aa740a0

View File

@@ -3,8 +3,10 @@ DESCRIPTION = "Minimal image with networking"
require dev-image-minimal.bb
IMAGE_INSTALL += "\
iproute2 \
ethtool \
iproute2 \
ssh \
"
SYSTEMD_AUTO_ENABLE += "systemd-networkd systemd-resolved"
SYSTEMD_AUTO_ENABLE += "systemd-networkd systemd-resolved systemd-sshd"
IMAGE_INSTALL:remove = "dropbear packagegroup-core-ssh-dropbear"