mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-26 05:48:45 +00:00
linux-yocto-efi-secure-boot: fix typo
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -78,7 +78,7 @@ do_deploy_append() {
|
||||
fi
|
||||
|
||||
if [ -f "${B}/$type.initramfs.unsigned" ]; then
|
||||
install -m 0644 "${B}/$type.initramfs.unsigned" "${DEPLOYDIR}/efi-unsigned/type.initramfs"
|
||||
install -m 0644 "${B}/$type.initramfs.unsigned" "${DEPLOYDIR}/efi-unsigned/$type.initramfs"
|
||||
fi
|
||||
|
||||
if [ -f "${D}/boot/$type-initramfs-${MACHINE}.bin.p7b" ]; then
|
||||
|
||||
Reference in New Issue
Block a user