]> granicus.if.org Git - esp-idf/commit
bootloader_support: move embedding key after component registration
authorRenz Christian Bagaporo <renz@espressif.com>
Thu, 9 May 2019 02:25:08 +0000 (10:25 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Fri, 28 Jun 2019 02:50:52 +0000 (10:50 +0800)
commit2adf31383816b1049bc4c12f66420428441507d2
treec2fc34cf8f8447d866a00ac0c440c254a7c8b042
parent13d9c483b3ebb5bbf70a93dca21b780b2f96db3f
bootloader_support: move embedding key after component registration

Bootloader build requires verification key to be embedded in the binary.
Under specific configs, this key is generated during build time from the
signing key. Move the key generation to after the component
registration, since non scriptable commands are used in the process
(during early expansion)
components/bootloader_support/CMakeLists.txt