Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com> Change-Id: I11f49ac918cfc061e9364edf4671d892e3071e71
23 lines
949 B
Plaintext
23 lines
949 B
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)"
|
|
|
|
# =========================================================================
|
|
# DISTRO features
|
|
# =========================================================================
|
|
DISTRO_FEATURES:append = " opengl"
|
|
DISTRO_FEATURES:remove = " x11 "
|
|
# with X11
|
|
#PREFERRED_PROVIDER_virtual/xserver = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', 'xserver-xorg', d)}"
|
|
|
|
DISTRO_FEATURES:append = " gplv3 "
|