From 41d0ea6aa295e4e72ae01e539d2051f34d722413 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 17 Aug 2020 09:41:55 +0200 Subject: 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 --- conf/distro/tdx-x11-upstream-rt.conf | 2 +- conf/distro/tdx-xwayland-upstream-rt.conf | 2 +- 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" -- cgit v1.2.3