summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11.conf
blob: a707f3938a7920fb2981a680304b5521729c6333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Toradex Distro with X11 without wayland.
# Using the downstream kernel flavour.

require conf/distro/include/tdx-base.inc

DISTRO = "tdx-x11"
DISTRO_NAME = "TDX X11"
DISTRO_FLAVOUR = "(X11)"

IMAGE_BASENAME_append = "-x11"

IMX_DEFAULT_BSP = "nxp"

# Remove conflicting backends.
DISTRO_FEATURES_remove = "wayland "

# we use graphics, so set opengl
DISTRO_FEATURES_append = " opengl"

# These are X11 specific
DISTRO_FEATURES_append = " x11"

# lxqt requires this
DISTRO_FEATURES_append = " polkit"