mbox series

[isar-cip-core,v3,0/4] Reduce difference to debian

Message ID 20240216153024.260416-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Reduce difference to debian | expand

Message

Gylstorff Quirin Feb. 16, 2024, 3:30 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>


This patchset introduces a new configuration package for SWUpdate:
  - It adds /etc/hwrevision to allow removal of the
    swupdate.pkg.nohwcompat build options
  - It moves the swupdate.cfg from customizations to allow the reusage
    in downstream layers


Changes v3:
 - add entry to README.swupdate.md
 - correct hwrevision.tmpl
 - rework commit message

Changes v2:
 - drop Add patch to copy the server_wfx.lua to /usr/share as Debian
   upstream is also enabling CONFIG_EMBEDDED_SURICATTA_LUA[1]
 - Use RDEPENDS in customization


Quirin Gylstorff (4):
  swupdate-config: move swupdate.cfg from customizations to own recipe
  swupdate: set SWU_HW_COMPAT
  swupdate.bbclass: weak default assignment for SWU_HW_COMPAT
  doc/README.swupdate.md: Add documentation for hardware compatibility

 classes/swupdate.bbclass                      |  2 +-
 doc/README.swupdate.md                        | 10 +++++++
 recipes-core/customizations/common.inc        |  8 ++----
 recipes-core/images/swupdate.inc              |  2 +-
 .../swupdate-config/files/hwrevision.tmpl     |  1 +
 .../files/swupdate.cfg                        |  0
 .../swupdate-config/swupdate-config_0.1.bb    | 27 +++++++++++++++++++
 recipes-core/swupdate/swupdate.inc            |  3 ---
 8 files changed, 42 insertions(+), 11 deletions(-)
 create mode 100644 recipes-core/swupdate-config/files/hwrevision.tmpl
 rename recipes-core/{customizations => swupdate-config}/files/swupdate.cfg (100%)
 create mode 100644 recipes-core/swupdate-config/swupdate-config_0.1.bb