All of lore.kernel.org
 help / color / mirror / Atom feed
From: Quirin Gylstorff <Quirin.Gylstorff@siemens.com>
To: felix.moessbauer@siemens.com, cip-dev@lists.cip-project.org,
	jan.kiszka@siemens.com
Subject: [cip-dev][isar-cip-core][PATCH v2 0/3] Reduce difference to debian
Date: Wed,  7 Feb 2024 14:44:24 +0100	[thread overview]
Message-ID: <20240207134505.3286003-1-Quirin.Gylstorff@siemens.com> (raw)

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 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


[1]: https://salsa.debian.org/debian/swupdate/-/commit/3dede8b0bd8fe2a313905512fa738dcb37ff46481

Quirin Gylstorff (3):
  swupdate-config: move swupdate.cfg from customizations to own recipe
  swupdate: set SWU_HW_COMPAT
  swupdate.bbclass: weak default assignment for SWU_HW_COMPAT

 classes/swupdate.bbclass                      |  2 +-
 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 ---
 7 files changed, 32 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

-- 
2.43.0



             reply	other threads:[~2024-02-07 13:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07 13:44 Quirin Gylstorff [this message]
2024-02-07 13:44 ` [cip-dev][isar-cip-core][PATCH v2 1/3] swupdate-config: move swupdate.cfg from customizations to own recipe Quirin Gylstorff
2024-02-12 18:46   ` Jan Kiszka
2024-02-07 13:44 ` [cip-dev][isar-cip-core][PATCH v2 2/3] swupdate: set SWU_HW_COMPAT Quirin Gylstorff
2024-02-12 18:46   ` Jan Kiszka
2024-02-07 13:44 ` [cip-dev][isar-cip-core][PATCH v2 3/3] swupdate.bbclass: weak default assignment for SWU_HW_COMPAT Quirin Gylstorff
2024-02-12 18:41 ` [cip-dev][isar-cip-core][PATCH v2 0/3] Reduce difference to debian Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240207134505.3286003-1-Quirin.Gylstorff@siemens.com \
    --to=quirin.gylstorff@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=felix.moessbauer@siemens.com \
    --cc=jan.kiszka@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.