mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCHv2 0/3] Add basic support for the RAUC update tool
@ 2017-03-20 11:36 Enrico Jorns
  2017-03-20 11:36 ` [ptxdist] [PATCH 1/3] rauc: new package Enrico Jorns
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Enrico Jorns @ 2017-03-20 11:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Enrico Jorns, jlu

These patches add recipes for building the RAUC update tool as well as a recipe
for creating basic update Bundles using RAUC and genimage.

Enrico Jorns (3):
  rauc: new package
  image-rauc: new package
  scripts: add script that generates test certificates for RAUC

 config/images/rauc.config                          |  17 +++
 platforms/image-rauc.in                            |  28 +++++
 projectroot/etc/rauc/ca.cert.pem                   |   7 ++
 projectroot/etc/rauc/system.conf                   |  36 ++++++
 .../lib/systemd/system/rauc-mark-good.service      |  10 ++
 rules/host-rauc.in                                 |   8 ++
 rules/host-rauc.make                               |  32 ++++++
 rules/image-rauc.make                              |  69 +++++++++++
 rules/rauc.in                                      |  34 ++++++
 rules/rauc.make                                    |  90 +++++++++++++++
 scripts/rauc-gen-test-certs.sh                     | 128 +++++++++++++++++++++
 11 files changed, 459 insertions(+)
 create mode 100644 config/images/rauc.config
 create mode 100644 platforms/image-rauc.in
 create mode 100644 projectroot/etc/rauc/ca.cert.pem
 create mode 100644 projectroot/etc/rauc/system.conf
 create mode 100644 projectroot/lib/systemd/system/rauc-mark-good.service
 create mode 100644 rules/host-rauc.in
 create mode 100644 rules/host-rauc.make
 create mode 100644 rules/image-rauc.make
 create mode 100644 rules/rauc.in
 create mode 100644 rules/rauc.make
 create mode 100755 scripts/rauc-gen-test-certs.sh

-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-24 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 11:36 [ptxdist] [PATCHv2 0/3] Add basic support for the RAUC update tool Enrico Jorns
2017-03-20 11:36 ` [ptxdist] [PATCH 1/3] rauc: new package Enrico Jorns
2017-03-20 11:36 ` [ptxdist] [PATCH 2/3] image-rauc: " Enrico Jorns
2017-03-20 11:36 ` [ptxdist] [PATCH 3/3] scripts: add script that generates test certificates for RAUC Enrico Jorns
2017-03-24 14:34 ` [ptxdist] [PATCHv2 0/3] Add basic support for the RAUC update tool Michael Olbrich
2017-03-24 19:00   ` Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox