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