blob: 739f2402c67d0b44723fefe7a93572128c2d2831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Toradex Distro for Wayland with XWayland.
# Using the upstream kernel flavour.
require conf/distro/tdx-xwayland.conf
DISTRO = "tdx-xwayland-upstream"
DISTRO_NAME = "TDX Wayland with XWayland Upstream"
DISTROOVERRIDES .= ":upstream"
DISTRO_FLAVOUR = " (UPSTREAM)"
IMX_DEFAULT_BSP = "mainline"
IMAGE_BASENAME:append = "-upstream"
|