All of lore.kernel.org
 help / color / mirror / Atom feed
* [isar-cip-core] [PATCH] Kconfig: correct the name of image format
@ 2021-11-08 10:49 Srinuvasan A
  2021-11-08 15:18 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Srinuvasan A @ 2021-11-08 10:49 UTC (permalink / raw)
  To: cip-dev; +Cc: Srinuvasan A

From: Srinuvasan A <srinuvasan_a@mentor.com>

Update the exact image format name in kconfig menu.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Kconfig b/Kconfig
index 13c3315..8421f1b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -110,8 +110,8 @@ endchoice
 
 config KAS_INCLUDE_IMAGE_FORMAT
 	string
-	default "kas/opt/targz.yml" if IMAGE_ARTIFACTS && (TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
-	default "kas/opt/wic-targz.yml" if IMAGE_ARTIFACTS && !(TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
+	default "kas/opt/targz-img.yml" if IMAGE_ARTIFACTS && (TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
+	default "kas/opt/wic-targz-img.yml" if IMAGE_ARTIFACTS && !(TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
 
 config IMAGE_SECURITY
 	bool "Security extensions"
-- 
2.25.1



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

* Re: [isar-cip-core] [PATCH] Kconfig: correct the name of image format
  2021-11-08 10:49 [isar-cip-core] [PATCH] Kconfig: correct the name of image format Srinuvasan A
@ 2021-11-08 15:18 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2021-11-08 15:18 UTC (permalink / raw)
  To: Srinuvasan A, cip-dev

On 08.11.21 11:49, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update the exact image format name in kconfig menu.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Kconfig b/Kconfig
> index 13c3315..8421f1b 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -110,8 +110,8 @@ endchoice
>  
>  config KAS_INCLUDE_IMAGE_FORMAT
>  	string
> -	default "kas/opt/targz.yml" if IMAGE_ARTIFACTS && (TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
> -	default "kas/opt/wic-targz.yml" if IMAGE_ARTIFACTS && !(TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
> +	default "kas/opt/targz-img.yml" if IMAGE_ARTIFACTS && (TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
> +	default "kas/opt/wic-targz-img.yml" if IMAGE_ARTIFACTS && !(TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM)
>  
>  config IMAGE_SECURITY
>  	bool "Security extensions"
> 

Thanks, applied.

Jan

-- 
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux


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

end of thread, other threads:[~2021-11-08 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 10:49 [isar-cip-core] [PATCH] Kconfig: correct the name of image format Srinuvasan A
2021-11-08 15:18 ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.