]> code.ossystems Code Review - openembedded-core.git/commit
sign_rpm: support signing files in RPM payload
authorLans Zhang <jia.zhang@windriver.com>
Tue, 11 Jul 2017 04:43:03 +0000 (12:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jul 2017 12:48:56 +0000 (13:48 +0100)
commit95b9ee33d5595078e90c633f6155ec9ba3d184f0
treea29d144f3a644d62159efd0ae03053804f65a90a
parent2fda41cef26b600d599dfb7f2e61c5829e2b309c
sign_rpm: support signing files in RPM payload

Currently, RPM4 supports to sign the files in RPM payload with plugin
mechanism. We introduce more definitions to make the file signing
available for the users:

- RPM_FILE_CHECKSUM_DIGEST
  Global switch to enable file signing.
- RPM_FSK_PATH
  The file signing key.
- RPM_FSK_PASSWORD
  The password of file signing key.
- RPM_FILE_CHECKSUM_DIGEST
  The file checksum digest.

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sign_rpm.bbclass
meta/lib/oe/gpg_sign.py