summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11.conf
AgeCommit message (Collapse)Author
2024-04-26distros: drop distros with x11 as the graphical backendMax Krummenacher
They are unmaintained for a while now. Likely built images will not run if they even build. Drop them for BSP 7. Remove them to not create unmet expectation. Related-to: ELB-5740 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: ../openembedded-core/scripts/contrib/convert-overrides.py . +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-12-08tdx distros: add x11 to image filename and descriptionsMax Krummenacher
So far the graphical backend (X11 / Wayland) did not show in the created image names or the Toradex Easy Installer meta data at all. As we now build by default only Wayland, leave those alone. If one builds for X11 then add this to the file name and the descriptive meta data. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18distros: define imx default bspMax Krummenacher
meta-freescale handles use-mainline-bsp in the common imx-base.inc file. Follow that change. While at it, simplify the upstream-rt distros by including the corresponding upstream distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-01meta: avoid overridding DISTROOVERRIDESMing Liu
'DISTRO' is in DISTROOVERRIDES by default, we should not use "=" to override that when adding 'tdx' to DISTROOVERRIDES, use ".=" to append to it. With the above change, we do not need to append 'tdx-x11' and 'tdx-xwayland' to DISTROOVERRIDES, drop them. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 9a93acdeda3fed168b74c33788f385ac42702ed4)
2020-02-13tdx distros: provide a distro override with the distro nameMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 74a602aa995bf0331e6aa0619874487dd14ba49c)
2019-11-11tdx* distros: add polkit to distro featuresMax Krummenacher
Most of the desktop like images require polkit. E.g. liblxqt depends on it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09tdx distros: set opengl as a featureMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-01distros: provide a variable describing the distro flavourMax Krummenacher
This is used in generating the image name, so that one sees in the Toradex Easy Installer which is which. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-18tdx distros: add a distro which builds with the downstream rt kernelMax Krummenacher
This defines preempt-rt in distro overrides. The individual machine configuration then needs to choose the RT kernel flavour. While at it, unify comment. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06populate inital distroMax Krummenacher
Only adds a tdx-x11 distro. Additional flavours to follow. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>