mbox series

[isar-cip-core,v2,0/3] Update to SWUpdate

Message ID 20240318125144.634700-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Update to SWUpdate | expand

Message

Gylstorff Quirin March 18, 2024, 12:51 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This will use the latest release on salsa for swupdate. It activates
WFX by default and fixes a regression with postinstall scripts.

SWUpdate 2023.12.1 will replace 2023.05.

Changes v2:
 - fix whitespaces and Copyright
 - Remove Preferred_version for Sid as we use the upstream binary
 - remove preferred_version for libubootenv -> unnecessary

Quirin Gylstorff (3):
  swupdate: Add recipe for 2023.12.1
  conf/distro/cip-core-*: prefer swupdate 2023.12 for all distro except
    buster
  remove SWUpdate recipe 2023.05

 conf/distro/cip-core-bookworm.conf            |  2 +-
 conf/distro/cip-core-bullseye.conf            |  2 +-
 conf/distro/cip-core-sid.conf                 |  1 -
 ...tch-to-add-the-build-version-to-swup.patch | 94 -------------------
 ...s-Add-option-to-enable-suricatta_wfx.patch | 30 ------
 ...rate-build_profile-option-for-delta-.patch | 10 +-
 ...nstall-Fix-path-for-debian-bullseye.patch} |  6 +-
 ...wupdate_2023.05.bb => swupdate_2023.12.bb} | 22 ++---
 8 files changed, 21 insertions(+), 146 deletions(-)
 delete mode 100644 recipes-core/swupdate/files/2023.05/0002-d-patches-Add-patch-to-add-the-build-version-to-swup.patch
 delete mode 100644 recipes-core/swupdate/files/2023.05/0003-d-rules-Add-option-to-enable-suricatta_wfx.patch
 rename recipes-core/swupdate/files/{2023.05 => 2023.12}/0001-d-rules-Add-seperate-build_profile-option-for-delta-.patch (87%)
 rename recipes-core/swupdate/files/{2023.05/0004-d-swupdate-www.install-Fix-path-for-debian-bullseye.patch => 2023.12/0002-d-swupdate-www.install-Fix-path-for-debian-bullseye.patch} (84%)
 rename recipes-core/swupdate/{swupdate_2023.05.bb => swupdate_2023.12.bb} (54%)

Comments

Jan Kiszka March 18, 2024, 2:09 p.m. UTC | #1
On 18.03.24 13:51, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> This will use the latest release on salsa for swupdate. It activates
> WFX by default and fixes a regression with postinstall scripts.
> 
> SWUpdate 2023.12.1 will replace 2023.05.
> 
> Changes v2:
>  - fix whitespaces and Copyright
>  - Remove Preferred_version for Sid as we use the upstream binary
>  - remove preferred_version for libubootenv -> unnecessary
> 
> Quirin Gylstorff (3):
>   swupdate: Add recipe for 2023.12.1
>   conf/distro/cip-core-*: prefer swupdate 2023.12 for all distro except
>     buster
>   remove SWUpdate recipe 2023.05
> 
>  conf/distro/cip-core-bookworm.conf            |  2 +-
>  conf/distro/cip-core-bullseye.conf            |  2 +-
>  conf/distro/cip-core-sid.conf                 |  1 -
>  ...tch-to-add-the-build-version-to-swup.patch | 94 -------------------
>  ...s-Add-option-to-enable-suricatta_wfx.patch | 30 ------
>  ...rate-build_profile-option-for-delta-.patch | 10 +-
>  ...nstall-Fix-path-for-debian-bullseye.patch} |  6 +-
>  ...wupdate_2023.05.bb => swupdate_2023.12.bb} | 22 ++---
>  8 files changed, 21 insertions(+), 146 deletions(-)
>  delete mode 100644 recipes-core/swupdate/files/2023.05/0002-d-patches-Add-patch-to-add-the-build-version-to-swup.patch
>  delete mode 100644 recipes-core/swupdate/files/2023.05/0003-d-rules-Add-option-to-enable-suricatta_wfx.patch
>  rename recipes-core/swupdate/files/{2023.05 => 2023.12}/0001-d-rules-Add-seperate-build_profile-option-for-delta-.patch (87%)
>  rename recipes-core/swupdate/files/{2023.05/0004-d-swupdate-www.install-Fix-path-for-debian-bullseye.patch => 2023.12/0002-d-swupdate-www.install-Fix-path-for-debian-bullseye.patch} (84%)
>  rename recipes-core/swupdate/{swupdate_2023.05.bb => swupdate_2023.12.bb} (54%)
> 

Thanks, applied.

Jan