Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v5 0/3] IPK signing for the gpg_sign module
@ 2016-02-17 15:41 Ioan-Adrian Ratiu
  2016-02-17 15:41 ` [PATCH v5 1/3] gpg_sign: add local ipk package signing functionality Ioan-Adrian Ratiu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Ioan-Adrian Ratiu @ 2016-02-17 15:41 UTC (permalink / raw)
  To: openembedded-core

This patch series extends the gpg_sign module to support ipk signing.

v5 is a rebase on top of Markus' refactoring of the gpg_sign module.
Most notably signature types have been reworked to function parameters
with default values in accordance with the refactoring.

Ioan-Adrian Ratiu (3):
  gpg_sign: add local ipk package signing functionality
  gpg_sign: detached_sign: add signature type support
  package_manager: sign IPK package feeds

 meta/classes/package_ipk.bbclass       |  6 ++++
 meta/classes/sign_ipk.bbclass          | 55 ++++++++++++++++++++++++++++++++++
 meta/classes/sign_package_feed.bbclass | 10 ++++++-
 meta/lib/oe/gpg_sign.py                | 45 ++++++++++++++++++++++++++--
 meta/lib/oe/package_manager.py         | 17 +++++++++--
 5 files changed, 128 insertions(+), 5 deletions(-)
 create mode 100644 meta/classes/sign_ipk.bbclass

-- 
2.7.1



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

end of thread, other threads:[~2016-02-19 13:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 15:41 [PATCH v5 0/3] IPK signing for the gpg_sign module Ioan-Adrian Ratiu
2016-02-17 15:41 ` [PATCH v5 1/3] gpg_sign: add local ipk package signing functionality Ioan-Adrian Ratiu
2016-02-18  9:04   ` Markus Lehtonen
2016-02-18  9:28     ` Ioan-Adrian Ratiu
2016-02-18 15:26       ` Markus Lehtonen
2016-02-19 11:18       ` Ioan-Adrian Ratiu
2016-02-19 13:42         ` Ioan-Adrian Ratiu
2016-02-17 15:41 ` [PATCH v5 2/3] gpg_sign: detached_sign: add signature type support Ioan-Adrian Ratiu
2016-02-18  9:06   ` Markus Lehtonen
2016-02-17 15:41 ` [PATCH v5 3/3] package_manager: sign IPK package feeds Ioan-Adrian Ratiu
2016-02-18  9:09   ` Markus Lehtonen

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