summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-08-17 09:41:55 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-08-17 09:50:13 +0200
commit4e7d9fb883231b99c5955d6572b4a6d375185800 (patch)
treeba528e1803cdf4ad90907822a5dff43372ced19d
parent9e0a17b09e0216ab86555acc2cdb7c16a9a0d0d6 (diff)
tdx-xwayland-upstream-rt: correct basename
'upstream' has already been appended in tdx-xwayland-upstream.conf. Don't add a second one. I.e. don't create an image file name like this: Apalis-iMX6_Reference-Minimal-Image-upstream-rt-upstream-Tezi_5.0.0-devel-20200817071112+build.0 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 41d0ea6aa295e4e72ae01e539d2051f34d722413)
-rw-r--r--conf/distro/tdx-x11-upstream-rt.conf2
-rw-r--r--conf/distro/tdx-xwayland-upstream-rt.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/tdx-x11-upstream-rt.conf b/conf/distro/tdx-x11-upstream-rt.conf
index 1047f57..f07a7a8 100644
--- a/conf/distro/tdx-x11-upstream-rt.conf
+++ b/conf/distro/tdx-x11-upstream-rt.conf
@@ -8,4 +8,4 @@ DISTRO_NAME = "TDX X11 Upstream RT"
DISTROOVERRIDES .= ":preempt-rt"
DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)"
-IMAGE_BASENAME_append = "-rt-upstream"
+IMAGE_BASENAME_append = "-rt"
diff --git a/conf/distro/tdx-xwayland-upstream-rt.conf b/conf/distro/tdx-xwayland-upstream-rt.conf
index 2b711e3..2bf880b 100644
--- a/conf/distro/tdx-xwayland-upstream-rt.conf
+++ b/conf/distro/tdx-xwayland-upstream-rt.conf
@@ -8,4 +8,4 @@ DISTRO_NAME = "TDX Wayland with XWayland Upstream RT"
DISTROOVERRIDES .= ":preempt-rt"
DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)"
-IMAGE_BASENAME_append = "-rt-upstream"
+IMAGE_BASENAME_append = "-rt"