All of lore.kernel.org
 help / color / mirror / Atom feed
* [isar-cip-dev] [PATCH] Uprevision the ISAR to latest one
@ 2021-10-06 10:14 ` Srinuvasan A
  0 siblings, 0 replies; 4+ messages in thread
From: Srinuvasan A @ 2021-10-06 10:14 UTC (permalink / raw)
  To: cip-dev; +Cc: Srinuvasan A

From: Srinuvasan A <srinuvasan_a@mentor.com>

Update to latest ISAR.

When we build the images with efibootguard wic plugin it is expecting
the KERNEL_IMAGE and INITRD_IMAGE variable, but it is removed in
Upstream ISAR due to cleanup the unused variables.

Ref: https://github.com/ilbers/isar/commit/6fa0197ac36a86b2ae5c27f5b7804dd9a46d3c0b

But those variables we used in downstream layer with efibootguard wic
plugin hence added required WIC variables in efibootguard.yml to genereate successful wic images.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 kas-cip.yml              | 2 +-
 kas/opt/efibootguard.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kas-cip.yml b/kas-cip.yml
index 8522957..4eadaa7 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -22,7 +22,7 @@ repos:
 
   isar:
     url: https://github.com/ilbers/isar.git
-    refspec: 03124cca669f50b682336a0bdf4ede5a4238e144
+    refspec: 9b31dae3284127d4aed4b9331af1b1c3c31152f5
     layers:
       meta:
 
diff --git a/kas/opt/efibootguard.yml b/kas/opt/efibootguard.yml
index 705a76d..580c315 100644
--- a/kas/opt/efibootguard.yml
+++ b/kas/opt/efibootguard.yml
@@ -22,7 +22,7 @@ local_conf_header:
 
   efibootguard-wic: |
     WDOG_TIMEOUT ?= "60"
-    WICVARS += "WDOG_TIMEOUT"
+    WICVARS += "WDOG_TIMEOUT KERNEL_IMAGE INITRD_IMAGE"
     IMAGE_TYPE ?= "wic-img"
     WKS_FILE ?= "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
 
-- 
2.25.1



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

* [cip-dev] [isar-cip-dev] [PATCH] Uprevision the ISAR to latest one
@ 2021-10-06 10:14 ` Srinuvasan A
  0 siblings, 0 replies; 4+ messages in thread
From: Srinuvasan A @ 2021-10-06 10:14 UTC (permalink / raw)
  To: cip-dev; +Cc: Srinuvasan A

[-- Attachment #1: Type: text/plain, Size: 1443 bytes --]

From: Srinuvasan A <srinuvasan_a@mentor.com>

Update to latest ISAR.

When we build the images with efibootguard wic plugin it is expecting
the KERNEL_IMAGE and INITRD_IMAGE variable, but it is removed in
Upstream ISAR due to cleanup the unused variables.

Ref: https://github.com/ilbers/isar/commit/6fa0197ac36a86b2ae5c27f5b7804dd9a46d3c0b

But those variables we used in downstream layer with efibootguard wic
plugin hence added required WIC variables in efibootguard.yml to genereate successful wic images.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 kas-cip.yml              | 2 +-
 kas/opt/efibootguard.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kas-cip.yml b/kas-cip.yml
index 8522957..4eadaa7 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -22,7 +22,7 @@ repos:
 
   isar:
     url: https://github.com/ilbers/isar.git
-    refspec: 03124cca669f50b682336a0bdf4ede5a4238e144
+    refspec: 9b31dae3284127d4aed4b9331af1b1c3c31152f5
     layers:
       meta:
 
diff --git a/kas/opt/efibootguard.yml b/kas/opt/efibootguard.yml
index 705a76d..580c315 100644
--- a/kas/opt/efibootguard.yml
+++ b/kas/opt/efibootguard.yml
@@ -22,7 +22,7 @@ local_conf_header:
 
   efibootguard-wic: |
     WDOG_TIMEOUT ?= "60"
-    WICVARS += "WDOG_TIMEOUT"
+    WICVARS += "WDOG_TIMEOUT KERNEL_IMAGE INITRD_IMAGE"
     IMAGE_TYPE ?= "wic-img"
     WKS_FILE ?= "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
 
-- 
2.25.1


[-- Attachment #2: Type: text/plain, Size: 429 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6792): https://lists.cip-project.org/g/cip-dev/message/6792
Mute This Topic: https://lists.cip-project.org/mt/86115871/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/10495289/4520388/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


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

* Re: [isar-cip-dev] [PATCH] Uprevision the ISAR to latest one
@ 2021-10-06 17:44   ` Jan Kiszka
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2021-10-06 17:44 UTC (permalink / raw)
  To: Srinuvasan A, cip-dev

On 06.10.21 12:14, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to latest ISAR.
> 
> When we build the images with efibootguard wic plugin it is expecting
> the KERNEL_IMAGE and INITRD_IMAGE variable, but it is removed in
> Upstream ISAR due to cleanup the unused variables.
> 
> Ref: https://github.com/ilbers/isar/commit/6fa0197ac36a86b2ae5c27f5b7804dd9a46d3c0b
> 
> But those variables we used in downstream layer with efibootguard wic
> plugin hence added required WIC variables in efibootguard.yml to genereate successful wic images.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  kas-cip.yml              | 2 +-
>  kas/opt/efibootguard.yml | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kas-cip.yml b/kas-cip.yml
> index 8522957..4eadaa7 100644
> --- a/kas-cip.yml
> +++ b/kas-cip.yml
> @@ -22,7 +22,7 @@ repos:
>  
>    isar:
>      url: https://github.com/ilbers/isar.git
> -    refspec: 03124cca669f50b682336a0bdf4ede5a4238e144
> +    refspec: 9b31dae3284127d4aed4b9331af1b1c3c31152f5
>      layers:
>        meta:
>  
> diff --git a/kas/opt/efibootguard.yml b/kas/opt/efibootguard.yml
> index 705a76d..580c315 100644
> --- a/kas/opt/efibootguard.yml
> +++ b/kas/opt/efibootguard.yml
> @@ -22,7 +22,7 @@ local_conf_header:
>  
>    efibootguard-wic: |
>      WDOG_TIMEOUT ?= "60"
> -    WICVARS += "WDOG_TIMEOUT"
> +    WICVARS += "WDOG_TIMEOUT KERNEL_IMAGE INITRD_IMAGE"
>      IMAGE_TYPE ?= "wic-img"
>      WKS_FILE ?= "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
>  
> 

Thanks, applied.

Jan

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


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

* Re: [cip-dev] [isar-cip-dev] [PATCH] Uprevision the ISAR to latest one
@ 2021-10-06 17:44   ` Jan Kiszka
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2021-10-06 17:44 UTC (permalink / raw)
  To: Srinuvasan A, cip-dev

[-- Attachment #1: Type: text/plain, Size: 1656 bytes --]

On 06.10.21 12:14, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to latest ISAR.
> 
> When we build the images with efibootguard wic plugin it is expecting
> the KERNEL_IMAGE and INITRD_IMAGE variable, but it is removed in
> Upstream ISAR due to cleanup the unused variables.
> 
> Ref: https://github.com/ilbers/isar/commit/6fa0197ac36a86b2ae5c27f5b7804dd9a46d3c0b
> 
> But those variables we used in downstream layer with efibootguard wic
> plugin hence added required WIC variables in efibootguard.yml to genereate successful wic images.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  kas-cip.yml              | 2 +-
>  kas/opt/efibootguard.yml | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kas-cip.yml b/kas-cip.yml
> index 8522957..4eadaa7 100644
> --- a/kas-cip.yml
> +++ b/kas-cip.yml
> @@ -22,7 +22,7 @@ repos:
>  
>    isar:
>      url: https://github.com/ilbers/isar.git
> -    refspec: 03124cca669f50b682336a0bdf4ede5a4238e144
> +    refspec: 9b31dae3284127d4aed4b9331af1b1c3c31152f5
>      layers:
>        meta:
>  
> diff --git a/kas/opt/efibootguard.yml b/kas/opt/efibootguard.yml
> index 705a76d..580c315 100644
> --- a/kas/opt/efibootguard.yml
> +++ b/kas/opt/efibootguard.yml
> @@ -22,7 +22,7 @@ local_conf_header:
>  
>    efibootguard-wic: |
>      WDOG_TIMEOUT ?= "60"
> -    WICVARS += "WDOG_TIMEOUT"
> +    WICVARS += "WDOG_TIMEOUT KERNEL_IMAGE INITRD_IMAGE"
>      IMAGE_TYPE ?= "wic-img"
>      WKS_FILE ?= "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks"
>  
> 

Thanks, applied.

Jan

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

[-- Attachment #2: Type: text/plain, Size: 429 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6795): https://lists.cip-project.org/g/cip-dev/message/6795
Mute This Topic: https://lists.cip-project.org/mt/86115871/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/10495289/4520388/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


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

end of thread, other threads:[~2021-10-06 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 10:14 [isar-cip-dev] [PATCH] Uprevision the ISAR to latest one Srinuvasan A
2021-10-06 10:14 ` [cip-dev] " Srinuvasan A
2021-10-06 17:44 ` Jan Kiszka
2021-10-06 17:44   ` [cip-dev] " 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.