mbox series

[isar-cip-core,0/5] Add ci for secure-boot and swupdate

Message ID 20210527131741.8828-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Add ci for secure-boot and swupdate | expand

Message

Gylstorff Quirin May 27, 2021, 1:17 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Add the following ci builds:
 - qemu-amd64 ebg-secure-boot-snakeoil
 - qemu-amd64 ebg-swu (efibootguard + swupdate)
 - qemu-amd65 ebg-snakeoil-swu (efibootguard + secure-boot + swupdate)

This patch set also fixes issues for these ci builds.

Quirin Gylstorff (5):
  swupdate-config: add dependency to u-boot-${MACHINE}-config
  kas/opt: Allow override of WKS_FILE in swupdate option
  .gitlabci.yml: add secureboot build
  .gitlabci.yml: add swupdate build
  .gitlabci.yml: Add secure-boot and swupdate build

 .gitlab-ci.yml                  | 33 +++++++++++++++++++++++++++++++++
 classes/swupdate-config.bbclass |  4 +++-
 kas/opt/ebg-snakeoil-swu.yml    | 17 +++++++++++++++++
 kas/opt/ebg-swu.yml             | 16 ++++++++++++++++
 kas/opt/efibootguard.yml        |  2 ++
 kas/opt/swupdate.yml            |  4 ++--
 6 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 kas/opt/ebg-snakeoil-swu.yml
 create mode 100644 kas/opt/ebg-swu.yml

Comments

Jan Kiszka May 31, 2021, 12:49 p.m. UTC | #1
On 27.05.21 15:17, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> Add the following ci builds:
>  - qemu-amd64 ebg-secure-boot-snakeoil
>  - qemu-amd64 ebg-swu (efibootguard + swupdate)
>  - qemu-amd65 ebg-snakeoil-swu (efibootguard + secure-boot + swupdate)
> 
> This patch set also fixes issues for these ci builds.
> 
> Quirin Gylstorff (5):
>   swupdate-config: add dependency to u-boot-${MACHINE}-config
>   kas/opt: Allow override of WKS_FILE in swupdate option
>   .gitlabci.yml: add secureboot build
>   .gitlabci.yml: add swupdate build
>   .gitlabci.yml: Add secure-boot and swupdate build
> 
>  .gitlab-ci.yml                  | 33 +++++++++++++++++++++++++++++++++
>  classes/swupdate-config.bbclass |  4 +++-
>  kas/opt/ebg-snakeoil-swu.yml    | 17 +++++++++++++++++
>  kas/opt/ebg-swu.yml             | 16 ++++++++++++++++
>  kas/opt/efibootguard.yml        |  2 ++
>  kas/opt/swupdate.yml            |  4 ++--
>  6 files changed, 73 insertions(+), 3 deletions(-)
>  create mode 100644 kas/opt/ebg-snakeoil-swu.yml
>  create mode 100644 kas/opt/ebg-swu.yml
> 

Thanks, applied to next, with weak IMAGE_TYPE in patch 2 (complain if
that is not appropriate).

Jan