From: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v4 0/3] IPK signing for gpg_sign module
Date: Tue, 9 Feb 2016 16:22:25 +0200 [thread overview]
Message-ID: <cover.1455027565.git.adrian.ratiu@ni.com> (raw)
v4 of this patch series is a complete refactoring of the IPK signing
logic on top of the gpg_sign module. It extends the module to add
support for both ascii armored and binary signatures, ipk package
signing and opkg package feed signing.
Ioan-Adrian Ratiu (3):
gpg_sign: add support for gpg signature types
gpg_sign: add local ipk package signing functionality
package_manager: sign IPK package feeds
meta/classes/package_ipk.bbclass | 6 ++++
meta/classes/sign_ipk.bbclass | 53 ++++++++++++++++++++++++++++++++++
meta/classes/sign_package_feed.bbclass | 10 ++++++-
meta/classes/sign_rpm.bbclass | 12 +++++++-
meta/lib/oe/gpg_sign.py | 51 +++++++++++++++++++++++++++++---
meta/lib/oe/package_manager.py | 19 ++++++++++--
meta/recipes-core/meta/signing-keys.bb | 6 ++--
7 files changed, 146 insertions(+), 11 deletions(-)
create mode 100644 meta/classes/sign_ipk.bbclass
--
2.7.0
next reply other threads:[~2016-02-09 14:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-09 14:22 Ioan-Adrian Ratiu [this message]
2016-02-09 14:22 ` [PATCH v4 1/3] gpg_sign: add support for gpg signature types Ioan-Adrian Ratiu
2016-02-16 11:54 ` Burton, Ross
2016-02-16 14:03 ` Ioan-Adrian Ratiu
2016-02-09 14:22 ` [PATCH v4 2/3] gpg_sign: add local ipk package signing functionality Ioan-Adrian Ratiu
2016-02-09 14:22 ` [PATCH v4 3/3] package_manager: sign IPK package feeds Ioan-Adrian Ratiu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1455027565.git.adrian.ratiu@ni.com \
--to=adrian.ratiu@ni.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox