# 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" DISTROOVERRIDES .= ":tdx-x11" DISTRO_FLAVOUR = "" # Remove conflicting backends. DISTRO_FEATURES_remove = "wayland " # These are X11 specific DISTRO_FEATURES_append = " x11"