Hi All,

I have been using the rpm signing facility of poky for sometime now.

Looks like
https://git.yoctoproject.org/cgit.cgi/poky/commit/meta/recipes-support/gnupg/gnupg?id=2d678cd3f4746adce9d89b8daa877fd669f2ca2d
introduced a patch for gnupg native to change the socket name from
S.gpg-agent to S.gpg-agent.yocto-native.

This might break builds when you have gnupg socket redirection setup as
below in the host.

https://wiki.gnupg.org/NFS.

One could easily setup docker to volume mount the agent socket to the
container and setup S.gpg-agent as above to redirect requests to the
host's socket. You would just need the public keys in the container.
This is one such case where this patch could cause problems.

Thoughts?


- Vijai Kumar K
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to