blob: e1c08d9e1f21d8a685646e9d80c76ef620d07f7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Toradex Distro for Wayland with XWayland.
# Using the downstream kernel flavour with rt-patch applied.
require conf/distro/tdx-xwayland.conf
DISTRO = "tdx-xwayland-rt"
DISTRO_NAME = "TDX Wayland with XWayland RT"
DISTROOVERRIDES .= ":preempt-rt"
DISTRO_FLAVOUR = " (PREEMPT_RT)"
IMAGE_BASENAME:append = "-rt"
|