34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
#@NAME: openstlinux-x11
|
|
#@DESCRIPTION: OpenSTLinux featuring X11 (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-x11
|
|
# =========================================================================
|
|
DISTRO = "openstlinux-x11"
|
|
DISTRO_NAME = "ST OpenSTLinux - X11 - (A Yocto Project Based Distro)"
|
|
|
|
# Warning: TARGET_VENDOR does not contains a valid OS/ARCH name like : linux, arm
|
|
# Warning: '-' are forbidden between each word of TARGET_VENDOR
|
|
TARGET_VENDOR = "-openstlinux_x11"
|
|
# Warning: '-' are forbidden between each word of SDK_VENDOR
|
|
SDK_VENDOR = "-openstlinux_x11_sdk"
|
|
|
|
# =========================================================================
|
|
# DISTRO features
|
|
# =========================================================================
|
|
DISTRO_FEATURES_append = " opengl"
|
|
DISTRO_FEATURES_remove = " wayland "
|
|
|
|
DISTRO_FEATURES_append = " gplv3 "
|
|
|
|
# With display manager: here lxdm
|
|
VIRTUAL-RUNTIME_graphical_init_manager = "lxdm"
|
|
|
|
# without display manager: here xserver-nodm-init
|
|
#VIRTUAL-RUNTIME_graphical_init_manager = "xserver-nodm-init"
|
|
#PREFERRED_VERSION_xserver-nodm-init = "3.0"
|