blob: 6bc703a2b54c19b5e413c716d16206c6232c25e1 (
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"
|