distro: add console distro

this distro used for terminal device.
This commit is contained in:
2024-12-06 16:11:59 +08:00
parent 6aeafe877f
commit 7b5faabd03

View File

@ -0,0 +1,22 @@
#@NAME: openstlinux-weston
#@DESCRIPTION: OpenSTLinux featuring Weston/Wayland (with GPLv3 software)
require include/st-default-distro-rules.inc
require include/st-default-distro-providers.inc
require include/openstlinux.inc
# =========================================================================
# Distribution definition for: st-openstlinux-console-
# =========================================================================
DISTRO = "openstlinux-console"
DISTRO_NAME = "ST OpenSTLinux - Console - (A Yocto Project Based Distro)"
# =========================================================================
# DISTRO features
# =========================================================================
DISTRO_FEATURES:append = " pam"
DISTRO_FEATURES:remove = " x11 opengl wayland alsa wifi bluetooth bluez5 usbgadget "
# with X11
#PREFERRED_PROVIDER_virtual/xserver = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', 'xserver-xorg', d)}"
# DISTRO_FEATURES:append = " gplv3 "