mbox series

[isar-cip-core,v2,0/2] clean up kas/opt

Message ID 20220804100409.163990-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series clean up kas/opt | expand

Message

Quirin Gylstorff Aug. 4, 2022, 10:04 a.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Remove the kas option for efibootguard as it cannot build a image.
Move the package installation for swupdate to the include.

Changes V2:
 - Readd WICVARS(KERNEL_IMAGE INITRD_IMAGE DTB_FILES)
 - Fix setting WKS_FILE for ebg_swu

Quirin Gylstorff (2):
  kas: Remove efibootguard.yml
  kas/opt/swupdate: Move the package installation to swupdate.inc

 kas/opt/ebg-secure-boot-snakeoil.yml | 11 +++-----
 kas/opt/ebg-swu.yml                  |  7 ++---
 kas/opt/efibootguard.yml             | 39 ----------------------------
 kas/opt/swupdate.yml                 |  4 ---
 recipes-core/images/efibootguard.inc | 28 ++++++++++++++++++++
 recipes-core/images/swupdate.inc     |  3 +++
 6 files changed, 39 insertions(+), 53 deletions(-)
 delete mode 100644 kas/opt/efibootguard.yml
 create mode 100644 recipes-core/images/efibootguard.inc