generated from timoschneider/yocto-template
13 lines
276 B
BlitzBasic
13 lines
276 B
BlitzBasic
DESCRIPTION = "Minimal image with networking"
|
|
|
|
require dev-image-minimal.bb
|
|
|
|
IMAGE_INSTALL += "\
|
|
ethtool \
|
|
iproute2 \
|
|
ssh \
|
|
"
|
|
|
|
SYSTEMD_AUTO_ENABLE += "systemd-networkd systemd-resolved systemd-sshd"
|
|
IMAGE_INSTALL:remove = "dropbear packagegroup-core-ssh-dropbear"
|