Files
meta-tegra/classes
Matt Madison f04da20a43 image_types_tegra.bbclass: add signed image support
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>
2019-10-27 14:24:30 -07:00
..