mbox series

[meta-swupdate,00/12] simplify swupdate config

Message ID 20191023211101.16591-1-adrian.freihofer@siemens.com
Headers show
Series simplify swupdate config | expand

Message

Freihofer, Adrian Oct. 23, 2019, 9:10 p.m. UTC
The main goal of this patch series is to simplify the configuration of swupdate.

It's tested with systemd but not with an init script based DISTRO.

Adrian Freihofer (12):
  swupdate: simplify find images added to swu
  swupdate: ensure scripts are added before images
  swupdate: support signed image with variable name
  libubootenv: bump git srcrev
  libubootenv: git define PV
  swupdate git define PV
  swupdate: bump git srcrev
  swupdate: add missing rdepends
  swupdate: improve systemd config
  swupdate: update, fixes in do_install
  swupdate-enc: add missing $
  swupdate: install key, cert

 README                                             |   9 +-
 classes/swupdate-common.bbclass                    |   8 +-
 classes/swupdate-enc.bbclass                       |  28 +++++-
 classes/swupdate.bbclass                           | 100 +++++++++++++++------
 recipes-bsp/libubootenv/libubootenv_git.bb         |   4 +-
 .../swupdate-progress.service                      |   0
 .../swupdate-usb.rules                             |   0
 .../swupdate-usb@.service                          |   0
 .../swupdate.service                               |   0
 .../systemd-tmpfiles-swupdate.conf                 |   0
 recipes-support/swupdate/swupdate.inc              |  60 +++++++------
 recipes-support/swupdate/swupdate_2019.04.bb       |  28 +++++-
 recipes-support/swupdate/swupdate_git.bb           |   8 +-
 recipes-support/swupdate/swupdate_tools.inc        |  24 -----
 14 files changed, 181 insertions(+), 88 deletions(-)
 rename recipes-support/swupdate/{swupdate => swupdate-2019.04}/swupdate-progress.service (100%)
 rename recipes-support/swupdate/{swupdate => swupdate-2019.04}/swupdate-usb.rules (100%)
 rename recipes-support/swupdate/{swupdate => swupdate-2019.04}/swupdate-usb@.service (100%)
 rename recipes-support/swupdate/{swupdate => swupdate-2019.04}/swupdate.service (100%)
 rename recipes-support/swupdate/{swupdate => swupdate-2019.04}/systemd-tmpfiles-swupdate.conf (100%)
 delete mode 100644 recipes-support/swupdate/swupdate_tools.inc