generated from timoschneider/yocto-template
added custom distro
This commit is contained in:
15
layers/meta-devdistro/recipes-core/images/dev-image-full.bb
Normal file
15
layers/meta-devdistro/recipes-core/images/dev-image-full.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "Full headless development image"
|
||||
|
||||
require dev-image-net.bb
|
||||
|
||||
IMAGE_FEATURES += "\
|
||||
ssh-server-dropbear \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += "\
|
||||
btop \
|
||||
ca-certificates \
|
||||
curl \
|
||||
htop \
|
||||
vim \
|
||||
"
|
||||
Reference in New Issue
Block a user