generated from timoschneider/yocto-template
10 lines
187 B
BlitzBasic
10 lines
187 B
BlitzBasic
DESCRIPTION = "Minimal image with networking"
|
|
|
|
require dev-image-minimal.bb
|
|
|
|
IMAGE_INSTALL += "\
|
|
iproute2 \
|
|
ethtool \
|
|
"
|
|
|
|
SYSTEMD_AUTO_ENABLE += "systemd-networkd systemd-resolved" |