distro: add console distro
this distro used for terminal device.
This commit is contained in:
22
conf/distro/openstlinux-console.conf
Normal file
22
conf/distro/openstlinux-console.conf
Normal 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 "
|
||||||
Reference in New Issue
Block a user