mbox series

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

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

Message

Freihofer, Adrian Oct. 24, 2019, 6:56 p.m. UTC
Changes from v1 to v2:
- Fix commit comments of release bump commits (2x)
- install certificates to /usr/share/swupdate
- Set systemd_system_unitdir in config step

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: fixes in do_install
  swupdate-enc: add missing $
  swupdate: install key, cert

 README                                             |   9 +-
 classes/swupdate-common.bbclass                    |   8 +-
 classes/swupdate-enc.bbclass                       |  30 ++++++-
 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              |  70 ++++++++-------
 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, 191 insertions(+), 90 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