mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
linux-yocto: remove signing
Remove secure boot signature from kernel image. It's signed as part of uki image now which signs kernel, initramfs etc. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
KERNEL_FEATURES += "cfg/efi-ext.scc"
|
||||
|
||||
inherit sbsign
|
||||
|
||||
# shell variable set inside do_compile task
|
||||
SBSIGN_TARGET_BINARY = "$KERNEL_IMAGE"
|
||||
|
||||
do_compile:append() {
|
||||
KERNEL_IMAGE=$(find ${B} -name ${KERNEL_IMAGETYPE} -print -quit)
|
||||
do_sbsign
|
||||
}
|
||||
|
||||
RRECOMMENDS:${PN} += "kernel-module-efivarfs"
|
||||
RRECOMMENDS:${PN} += "kernel-module-efivars"
|
||||
|
||||
Reference in New Issue
Block a user