tegra-kernel: fix sign_bootimg

- This matches the behavior in classes/image_types_cboot.bbclass
  whereby the signed kernel image is copied over the top of the
  original unsigned kernel image.

Signed-off-by: Chad McQuillen <chad.mcquillen@lexmark.com>
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Chad McQuillen
2024-10-11 11:17:48 -04:00
committed by Matt Madison
parent 4910dd248b
commit 67637b4a0d

View File

@@ -24,6 +24,8 @@ addtask sign_kernel after do_compile before do_install
sign_bootimg() {
tegra_uefi_attach_sign "$1"
rm "$1"
mv "$1.signed" "$1"
}
bootimg_from_bundled_initramfs() {