kas: Fix old-style overrides for compat-arch feature

Message ID 20231011103202.24791-1-ubely@ilbers.de
State Accepted, archived
Headers show
Series kas: Fix old-style overrides for compat-arch feature | expand

Commit Message

Uladzimir Bely Oct. 11, 2023, 10:32 a.m. UTC
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(-)

Comments

Uladzimir Bely Oct. 12, 2023, 5:25 p.m. UTC | #1
On Wed, 2023-10-11 at 12:32 +0200, Uladzimir Bely wrote:
> 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(-)
> 

Applied to next.

Patch

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"