mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
tegra-uefi-capsules: fix signing with external server
- 'mv generate_bup_payload.sh doflash.sh' should be conditional on TEGRA_SIGNING_EXCLUDE_TOOLS. Those who use external signing servers will set this to "1" which skips the generation of generate_bup_payload.sh. See invocations of tegraflash_generate_bupgen_script in image_types_tegra.bbclass. Signed-off-by: Chad McQuillen <chad.mcquillen@lexmark.com>
This commit is contained in:
committed by
Matt Madison
parent
54ca488dd9
commit
7400e5ef9b
@@ -26,7 +26,9 @@ do_compile() {
|
||||
# BUP generator really wants to use 'boot.img' for the LNX
|
||||
# partition contents
|
||||
tegraflash_populate_package ${IMAGE_TEGRAFLASH_KERNEL} boot.img ${@tegra_bootcontrol_overlay_list(d, bup=True)}
|
||||
if [ "${TEGRA_SIGNING_EXCLUDE_TOOLS}" != "1" ]; then
|
||||
mv generate_bup_payload.sh doflash.sh
|
||||
fi
|
||||
tegraflash_create_flash_config flash.xml.in boot.img ${STAGING_DATADIR}/tegraflash/bupgen-internal-flash.xml
|
||||
. ./flashvars
|
||||
tegraflash_custom_sign_bup
|
||||
|
||||
Reference in New Issue
Block a user