mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 12:57:53 +00:00
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:
committed by
Matt Madison
parent
4910dd248b
commit
67637b4a0d
@@ -24,6 +24,8 @@ addtask sign_kernel after do_compile before do_install
|
|||||||
|
|
||||||
sign_bootimg() {
|
sign_bootimg() {
|
||||||
tegra_uefi_attach_sign "$1"
|
tegra_uefi_attach_sign "$1"
|
||||||
|
rm "$1"
|
||||||
|
mv "$1.signed" "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
bootimg_from_bundled_initramfs() {
|
bootimg_from_bundled_initramfs() {
|
||||||
|
|||||||
Reference in New Issue
Block a user