Re: [yocto] deploy GPG keys into images

2020-05-22 Thread Damien LEFEVRE
Thanks for the tip Rudolf! I found out that gpg has a --homedir flag to do the obvious. Since gpg builds a database, I cannot simply copy the key. Knowing that now, I can just create the gpg database via a standard recipe using the native utility package and install the files. -Damien On Tue,

Re: [yocto] deploy GPG keys into images

2020-05-19 Thread Rudolf J Streif
Hi Damien, On 5/19/20 7:05 AM, Damien LEFEVRE wrote: > Hi, > > I've put GnuPG in my image, and I'd like to deploy a set to public and > private keys into the system images. > > How can I do that from recipes? > You do this with a shell function that is added to ROOTFS_POSTPROCESS_COMMAND. Here is

[yocto] deploy GPG keys into images

2020-05-19 Thread Damien LEFEVRE
Hi, I've put GnuPG in my image, and I'd like to deploy a set to public and private keys into the system images. How can I do that from recipes? Thanks, -Damien -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49442):