Skip to content
Commit fcc3cee2 authored by Ferry Toth's avatar Ferry Toth Committed by Richard Purdie
Browse files

package_manager: sign DEB package feeds



Implement debian package repository signature.
For each Release file created in repository subdirectory, a signature
Release.gpg is created.

Signature is performed using gpg backend when the following variables
are set in local.conf:
PACKAGE_CLASSES += "sign_package_feed"
PACKAGE_FEED_GPG_NAME = "<Id of GPG key>"
PACKAGE_FEED_GPG_PASSPHRASE_FILE="<path to password file>"

Signed-off-by: default avatarXavier Berger <xavier.berger@bio-logic.net>
Signed-off-by: default avatarFerry Toth <ftoth@exalondelft.nl>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent cfcaa54d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment