public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Kconfig: Fix some machine selections
@ 2023-10-01  8:46 Jan Kiszka
  2023-10-02  8:05 ` Uladzimir Bely
  2023-10-03 16:11 ` Uladzimir Bely
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2023-10-01  8:46 UTC (permalink / raw)
  To: isar-users; +Cc: Uladzimir Bely

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 kas/machine/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index f117724c..66debfe5 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -114,10 +114,10 @@ config KAS_INCLUDE_MACHINE
 	default "kas/machine/container-amd64.yaml" if MACHINE_CONTAINER_AMD64
 	default "kas/machine/de0-nano-soc.yaml" if MACHINE_DE0_NANO_SOC
 	default "kas/machine/hikey.yaml" if MACHINE_HIKEY
-	default "kas/machine/imx6-sabrelite" if MACHINE_IMX6_SABRELITE
-	default "kas/machine/nanopi-neo" if MACHINE_NANOPI_NEO
-	default "kas/machine/nanopi-neo-efi" if MACHINE_NANOPI_NEO_EFI
-	default "kas/machine/phyboard-mira" if MACHINE_PHIBOARD_MIRA
+	default "kas/machine/imx6-sabrelite.yaml" if MACHINE_IMX6_SABRELITE
+	default "kas/machine/nanopi-neo.yaml" if MACHINE_NANOPI_NEO
+	default "kas/machine/nanopi-neo-efi.yaml" if MACHINE_NANOPI_NEO_EFI
+	default "kas/machine/phyboard-mira.yaml" if MACHINE_PHIBOARD_MIRA
 	default "kas/machine/qemuamd64-sb.yaml" if MACHINE_QEMU_AMD64_SB
 	default "kas/machine/qemuamd64.yaml" if MACHINE_QEMU_AMD64
 	default "kas/machine/qemuarm.yaml" if MACHINE_QEMU_ARM
-- 
2.35.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Kconfig: Fix some machine selections
  2023-10-01  8:46 [PATCH] Kconfig: Fix some machine selections Jan Kiszka
@ 2023-10-02  8:05 ` Uladzimir Bely
  2023-10-03 16:11 ` Uladzimir Bely
  1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2023-10-02  8:05 UTC (permalink / raw)
  To: Jan Kiszka, isar-users

On Sun, 2023-10-01 at 10:46 +0200, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  kas/machine/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
> index f117724c..66debfe5 100644
> --- a/kas/machine/Kconfig
> +++ b/kas/machine/Kconfig
> @@ -114,10 +114,10 @@ config KAS_INCLUDE_MACHINE
>         default "kas/machine/container-amd64.yaml" if
> MACHINE_CONTAINER_AMD64
>         default "kas/machine/de0-nano-soc.yaml" if
> MACHINE_DE0_NANO_SOC
>         default "kas/machine/hikey.yaml" if MACHINE_HIKEY
> -       default "kas/machine/imx6-sabrelite" if
> MACHINE_IMX6_SABRELITE
> -       default "kas/machine/nanopi-neo" if MACHINE_NANOPI_NEO
> -       default "kas/machine/nanopi-neo-efi" if
> MACHINE_NANOPI_NEO_EFI
> -       default "kas/machine/phyboard-mira" if MACHINE_PHIBOARD_MIRA
> +       default "kas/machine/imx6-sabrelite.yaml" if
> MACHINE_IMX6_SABRELITE
> +       default "kas/machine/nanopi-neo.yaml" if MACHINE_NANOPI_NEO
> +       default "kas/machine/nanopi-neo-efi.yaml" if
> MACHINE_NANOPI_NEO_EFI
> +       default "kas/machine/phyboard-mira.yaml" if
> MACHINE_PHIBOARD_MIRA
>         default "kas/machine/qemuamd64-sb.yaml" if
> MACHINE_QEMU_AMD64_SB
>         default "kas/machine/qemuamd64.yaml" if MACHINE_QEMU_AMD64
>         default "kas/machine/qemuarm.yaml" if MACHINE_QEMU_ARM

Thanks, I yesterday also prepared the similar patch to fix missing
".yaml" extension for some targets but planned to send it today.

Actually, later I would like to rework "scripts/generate_yaml.sh" so
that it generated not only some "yaml" files, but this "repeating"
stuff in Kconfig files.

I guess, there would be some "Kconfig.in" files as input templates and
"Kconfig" files as a result of this generator.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Kconfig: Fix some machine selections
  2023-10-01  8:46 [PATCH] Kconfig: Fix some machine selections Jan Kiszka
  2023-10-02  8:05 ` Uladzimir Bely
@ 2023-10-03 16:11 ` Uladzimir Bely
  1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2023-10-03 16:11 UTC (permalink / raw)
  To: Jan Kiszka, isar-users

On Sun, 2023-10-01 at 10:46 +0200, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  kas/machine/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
> index f117724c..66debfe5 100644
> --- a/kas/machine/Kconfig
> +++ b/kas/machine/Kconfig
> @@ -114,10 +114,10 @@ config KAS_INCLUDE_MACHINE
>         default "kas/machine/container-amd64.yaml" if
> MACHINE_CONTAINER_AMD64
>         default "kas/machine/de0-nano-soc.yaml" if
> MACHINE_DE0_NANO_SOC
>         default "kas/machine/hikey.yaml" if MACHINE_HIKEY
> -       default "kas/machine/imx6-sabrelite" if
> MACHINE_IMX6_SABRELITE
> -       default "kas/machine/nanopi-neo" if MACHINE_NANOPI_NEO
> -       default "kas/machine/nanopi-neo-efi" if
> MACHINE_NANOPI_NEO_EFI
> -       default "kas/machine/phyboard-mira" if MACHINE_PHIBOARD_MIRA
> +       default "kas/machine/imx6-sabrelite.yaml" if
> MACHINE_IMX6_SABRELITE
> +       default "kas/machine/nanopi-neo.yaml" if MACHINE_NANOPI_NEO
> +       default "kas/machine/nanopi-neo-efi.yaml" if
> MACHINE_NANOPI_NEO_EFI
> +       default "kas/machine/phyboard-mira.yaml" if
> MACHINE_PHIBOARD_MIRA
>         default "kas/machine/qemuamd64-sb.yaml" if
> MACHINE_QEMU_AMD64_SB
>         default "kas/machine/qemuamd64.yaml" if MACHINE_QEMU_AMD64
>         default "kas/machine/qemuarm.yaml" if MACHINE_QEMU_ARM

Applied to next, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-03 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-01  8:46 [PATCH] Kconfig: Fix some machine selections Jan Kiszka
2023-10-02  8:05 ` Uladzimir Bely
2023-10-03 16:11 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox