* [PATCH] kas: Fix old-style overrides for compat-arch feature
@ 2023-10-11 10:32 Uladzimir Bely
2023-10-12 17:25 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2023-10-11 10:32 UTC (permalink / raw)
To: isar-users
Originally it was wrongly copied from old config file.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
kas/opt/compat-arch.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kas/opt/compat-arch.yaml b/kas/opt/compat-arch.yaml
index 520bc705..a8fbdb70 100644
--- a/kas/opt/compat-arch.yaml
+++ b/kas/opt/compat-arch.yaml
@@ -6,5 +6,5 @@ header:
local_conf_header:
compat-arch: |
- ISAR_ENABLE_COMPAT_ARCH_amd64 = "1"
- ISAR_ENABLE_COMPAT_ARCH_arm64 = "1"
+ ISAR_ENABLE_COMPAT_ARCH:amd64 = "1"
+ ISAR_ENABLE_COMPAT_ARCH:arm64 = "1"
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-12 17:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 10:32 [PATCH] kas: Fix old-style overrides for compat-arch feature Uladzimir Bely
2023-10-12 17:25 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox