diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-01-10 14:27:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-10 22:14:53 +0000 |
commit | 08fef6198122fe79d4c1213f9a64b862162ed6cd (patch) | |
tree | 98fe4b6a61ffb911abd1a7235194258d324b9c39 /README.LSB | |
parent | 3945ddd6eea9d84f7b0f82c66e6d4512bc239bb2 (diff) | |
download | openembedded-core-08fef6198122fe79d4c1213f9a64b862162ed6cd.tar.gz openembedded-core-08fef6198122fe79d4c1213f9a64b862162ed6cd.tar.bz2 openembedded-core-08fef6198122fe79d4c1213f9a64b862162ed6cd.zip |
gnupg: use native version for signing, rather than one provided by host
Using host gpg has been problematic, and particularly this removes
the need to serialize package creation, as long as --auto-expand-secmem
is passed to gpg-agent, and gnupg >= 2.2.4 is in use
(https://dev.gnupg.org/T3530).
Sadly, gpg-agent itself is single-threaded, so in the longer run
we might want to seek alternatives:
https://lwn.net/Articles/742542/
(a smaller issue is that rpm itself runs the gpg fronted in a serial
fashion, which slows down the build in cases of recipes with very
large amount of packages, e.g. glibc-locale)
Note that sstate signing and verification continues to use host
gpg, as depending on native gpg would create circular dependencies.
[YOCTO #12022]
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.LSB')
0 files changed, 0 insertions, 0 deletions