public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: Jan Kiszka <jan.kiszka@siemens.com>,
	isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH] Kconfig: Fix some machine selections
Date: Mon, 02 Oct 2023 11:05:40 +0300	[thread overview]
Message-ID: <abb554d1be3365943c4511d7e57cf734ab8672a0.camel@ilbers.de> (raw)
In-Reply-To: <65a7ea71-1acd-4823-9f1a-425ccb59311b@siemens.com>

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.

  reply	other threads:[~2023-10-02  8:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-01  8:46 Jan Kiszka
2023-10-02  8:05 ` Uladzimir Bely [this message]
2023-10-03 16:11 ` 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=abb554d1be3365943c4511d7e57cf734ab8672a0.camel@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.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