From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH] kas: Fix old-style overrides for compat-arch feature
Date: Wed, 11 Oct 2023 12:32:02 +0200 [thread overview]
Message-ID: <20231011103202.24791-1-ubely@ilbers.de> (raw)
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
next reply other threads:[~2023-10-11 10:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 10:32 Uladzimir Bely [this message]
2023-10-12 17:25 ` Uladzimir Bely
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231011103202.24791-1-ubely@ilbers.de \
--to=ubely@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox