generated from timoschneider/yocto-template
moved from dropbear to ssh since size is no constraint
This commit is contained in:
@@ -3,8 +3,10 @@ DESCRIPTION = "Minimal image with networking"
|
|||||||
require dev-image-minimal.bb
|
require dev-image-minimal.bb
|
||||||
|
|
||||||
IMAGE_INSTALL += "\
|
IMAGE_INSTALL += "\
|
||||||
iproute2 \
|
|
||||||
ethtool \
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user