mbox series

[isar-cip-core,v2,0/1] swupdate add new round robin handler

Message ID 20210618180836.3387-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series swupdate add new round robin handler | expand

Message

Quirin Gylstorff June 18, 2021, 6:08 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Add the SWUpdate round-robin Lua handler from [1].

[1]: https://gitlab.com/cip-project/cip-sw-updates/swupdate-handler-roundrobin

Changes in V2:
 - fix build
 - removed unnecessary ustate variable
 - adapted repository path

Quirin Gylstorff (1):
  swupdate: Add option to use swupdate-handler-roundrobin

 classes/swupdate-config.bbclass               |  14 +-
 kas/opt/ebg-secure-boot-base.yml              |   1 +
 .../files/secure-boot/sw-description.tmpl     |  14 +-
 recipes-core/images/files/sw-description.tmpl |  21 +-
 .../swupdate.handler.efibootguard.ini         |  16 +
 .../files/swupdate.handler.efibootguard.ini   |  26 +
 .../swupdate/files/swupdate_handlers.lua      | 453 ------------------
 recipes-core/swupdate/swupdate.bb             |  13 +-
 8 files changed, 90 insertions(+), 468 deletions(-)
 create mode 100644 recipes-core/swupdate/files/secureboot/swupdate.handler.efibootguard.ini
 create mode 100644 recipes-core/swupdate/files/swupdate.handler.efibootguard.ini
 delete mode 100644 recipes-core/swupdate/files/swupdate_handlers.lua