summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:19:21 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:19:21 +0200
commitbba15ef9b50cee1b71662ae785fb3c13af96c90d (patch)
tree19e9d569a107fe71df96f6254bf49b8e83f8e70c /conf/distro/tdx-x11.conf
parentf23fb3cf65dfc02fb2cf26ad7083695118e18ddc (diff)
layer: convert to new override syntax
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>
Diffstat (limited to 'conf/distro/tdx-x11.conf')
-rw-r--r--conf/distro/tdx-x11.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf
index a707f39..47ff7c1 100644
--- a/conf/distro/tdx-x11.conf
+++ b/conf/distro/tdx-x11.conf
@@ -7,19 +7,19 @@ DISTRO = "tdx-x11"
DISTRO_NAME = "TDX X11"
DISTRO_FLAVOUR = "(X11)"
-IMAGE_BASENAME_append = "-x11"
+IMAGE_BASENAME:append = "-x11"
IMX_DEFAULT_BSP = "nxp"
# Remove conflicting backends.
-DISTRO_FEATURES_remove = "wayland "
+DISTRO_FEATURES:remove = "wayland "
# we use graphics, so set opengl
-DISTRO_FEATURES_append = " opengl"
+DISTRO_FEATURES:append = " opengl"
# These are X11 specific
-DISTRO_FEATURES_append = " x11"
+DISTRO_FEATURES:append = " x11"
# lxqt requires this
-DISTRO_FEATURES_append = " polkit"
+DISTRO_FEATURES:append = " polkit"