mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-02 05:17:52 +00:00
Add functions for signing the tegraflash package and for signing BUP packages. If TEGRA_SIGNING_ARGS is defined, the signing functions will run the scripts with the additional arguments (which should be -u <file> for the PKC key, -v <file> for the SBK key) to generate the signed files. Alternatively, the signing functions can be overridden in another layer to send the files to a code signing server. If TEGRA_SIGNING_ARGS is not defined, no signing will be performed for tegraflash packages; the -u/-v options can be specified when invoking doflash.sh to have the images signed during flashing. (BUP packages will be signed with the all-zeros key.) Signed-off-by: Matt Madison <matt@madison.systems>