imagebuilder: complete support for local signing keys
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 24 Oct 2024 18:45:01 +0000 (20:45 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 28 Oct 2024 23:07:52 +0000 (00:07 +0100)
commit578f266ad7236d9d88fa955e63c5e4967e41c3b6
treee1c0bf2f205da3199f4a486c11f2919d0e277903
parenta8d17c21e4e8f089f229361c43f1b219cb8f2a96
imagebuilder: complete support for local signing keys

Complete support for local signing keys for APK.

A local key will be always generated, mkndx is always called with
--allow-untrusted as it needs to replace the sign key with the new local
one.

With CONFIG_SIGNATURE_CHECK the local index is signed with the local
key. Local public key is added with the ADD_LOCAL_KEY option.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
include/rootfs.mk
target/imagebuilder/files/Makefile