edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

Expired gpg keys #152

Closed raspberry-spy closed 7 months ago

raspberry-spy commented 1 year ago

An error occurs during compilation about the impossibility of using the secret key

htot commented 1 year ago

The keys expired, I will send a patch to update the keys. But you can generate your own following https://edison-fw.github.io/meta-intel-edison/5.0-Creating-a-deb-repository.html#generating-you-own-gpg-key.

lukedais commented 9 months ago

Can extend the expiry date by running the following:

gpg --edit-key E78D3359A86650AE key 1 expire desired extension

May need to repeat this exact process for the subkey.

htot commented 7 months ago

This is fixed now in master / kirkstone. Thanks.