generated from timoschneider/yocto-template
added custom distro
This commit is contained in:
33
layers/meta-devdistro/conf/distro/devdistro.conf
Normal file
33
layers/meta-devdistro/conf/distro/devdistro.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
DISTRO = "devdistro"
|
||||
DISTRO_NAME = "Custom Headless Distro for development"
|
||||
DISTRO_VERSION = "1.0"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
||||
|
||||
# Use systemd (recommended for networking & ssh)
|
||||
DISTRO_FEATURES:append = "\
|
||||
systemd \
|
||||
usrmerge \
|
||||
ipv4 \
|
||||
ipv6 \
|
||||
"
|
||||
|
||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
VIRTUAL-RUNTIME_initscripts = ""
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
|
||||
|
||||
# Explicitly remove graphics
|
||||
DISTRO_FEATURES:remove = "\
|
||||
x11 \
|
||||
wayland \
|
||||
opengl \
|
||||
directfb \
|
||||
"
|
||||
|
||||
# No display-related features
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED += "\
|
||||
x11 wayland opengl directfb \
|
||||
"
|
||||
|
||||
# Avoid pulling graphics via dependencies
|
||||
PACKAGECONFIG:remove:pn-qemu-system-native = "sdl gtk"
|
||||
Reference in New Issue
Block a user