diff options
| author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-08-07 19:13:06 +0200 |
|---|---|---|
| committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-08-18 15:46:35 +0200 |
| commit | 5f5bb288dfa4cdab611631e923d718b90ae7e347 (patch) | |
| tree | f3fd2912c287c57445b49fedc3b4f5c4786dd3fa | |
| parent | d6ca1e9f30698dba8a72d16256c9b6c11dcbe58c (diff) | |
tdx-xwayland: keep the reference distro in demos
tdxref keeps tdx-xwayland as the single reference image distro while
dropping the dependency on meta-toradex-distro.
Move only tdx-xwayland to meta-toradex-demos. BSP flavour selection
stays outside the distro so the upcoming variants work can own that
policy through machine settings and normal configuration.
Related-to: ELB-7009
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
| -rw-r--r-- | conf/distro/tdx-xwayland.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf new file mode 100644 index 0000000..47c31cf --- /dev/null +++ b/conf/distro/tdx-xwayland.conf @@ -0,0 +1,9 @@ +# Toradex Distro for Wayland with XWayland. + +require conf/distro/include/tdx-base.inc + +DISTRO = "tdx-xwayland" +DISTRO_NAME = "TDX Wayland with XWayland" + +# lxqt requires polkit +DISTRO_FEATURES:append = " opengl wayland x11 polkit" |
