[isar-cip-core][PATCH v2 0/1] swupdate add new round robin handler
Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
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 -- 2.20.1
|
|