27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
#@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-weston-
|
|
# =========================================================================
|
|
DISTRO = "openstlinux-weston"
|
|
DISTRO_NAME = "ST OpenSTLinux - Weston - (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_weston"
|
|
# Warning: '-' are forbidden between each word of SDK_VENDOR
|
|
SDK_VENDOR = "-openstlinux_weston_sdk"
|
|
|
|
# =========================================================================
|
|
# DISTRO features
|
|
# =========================================================================
|
|
DISTRO_FEATURES_append = " opengl"
|
|
#DISTRO_FEATURES_remove = " x11 "
|
|
|
|
DISTRO_FEATURES_append = " gplv3 "
|