27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
#@NAME: openstlinux-eglfs
|
|
#@DESCRIPTION: OpenSTLinux featuring eglfs - no X11, no 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-eglfs
|
|
# =========================================================================
|
|
DISTRO = "openstlinux-eglfs"
|
|
DISTRO_NAME = "ST OpenSTLinux - EGLfs - (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_eglfs"
|
|
# Warning: '-' are forbidden between each word of SDK_VENDOR
|
|
SDK_VENDOR = "-openstlinux_eglfs_sdk"
|
|
|
|
# =========================================================================
|
|
# DISTRO features
|
|
# =========================================================================
|
|
DISTRO_FEATURES_append = " opengl "
|
|
DISTRO_FEATURES_remove = " wayland x11 "
|
|
|
|
DISTRO_FEATURES_append = " gplv3 "
|