generated from timoschneider/yocto-template
added custom distro
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DESCRIPTION = "Full headless image"
|
||||
|
||||
require dev-image-full.bb
|
||||
|
||||
IMAGE_INSTALL += "\
|
||||
dtc \
|
||||
gptfdisk \
|
||||
util-linux \
|
||||
"
|
||||
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 \
|
||||
"
|
||||
@@ -0,0 +1,10 @@
|
||||
DESCRIPTION = "Minimal headless image"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
packagegroup-core-boot \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL:remove = "grub grub-efi grub-pc"
|
||||
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