generated from timoschneider/yocto-template
added custom distro
This commit is contained in:
10
layers/meta-devdistro/recipes-core/images/dev-image-net.bb
Normal file
10
layers/meta-devdistro/recipes-core/images/dev-image-net.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
DESCRIPTION = "Minimal image with networking"
|
||||
|
||||
require dev-image-minimal.bb
|
||||
|
||||
IMAGE_INSTALL += "\
|
||||
iproute2 \
|
||||
ethtool \
|
||||
"
|
||||
|
||||
SYSTEMD_AUTO_ENABLE += "systemd-networkd systemd-resolved"
|
||||
Reference in New Issue
Block a user