diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-06-20 10:27:09 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-06-20 13:11:47 +0800 |
commit | 231fc4906f0335f8c4507d0c5149116b9c0de420 (patch) | |
tree | c59a5d2fa4b9c4097cdabb92f3a1ece2093b494f | |
parent | a4fda23803ca429d041da7287888542cba59736c (diff) | |
download | meta-secure-core-231fc4906f0335f8c4507d0c5149116b9c0de420.tar.gz |
linux-yocto-efi-secure-boot: fix typo
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc index ae2aeca..6452bc3 100644 --- a/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc | |||
@@ -78,7 +78,7 @@ do_deploy_append() { | |||
78 | fi | 78 | fi |
79 | 79 | ||
80 | if [ -f "${B}/$type.initramfs.unsigned" ]; then | 80 | if [ -f "${B}/$type.initramfs.unsigned" ]; then |
81 | install -m 0644 "${B}/$type.initramfs.unsigned" "${DEPLOYDIR}/efi-unsigned/type.initramfs" | 81 | install -m 0644 "${B}/$type.initramfs.unsigned" "${DEPLOYDIR}/efi-unsigned/$type.initramfs" |
82 | fi | 82 | fi |
83 | 83 | ||
84 | if [ -f "${D}/boot/$type-initramfs-${MACHINE}.bin.p7b" ]; then | 84 | if [ -f "${D}/boot/$type-initramfs-${MACHINE}.bin.p7b" ]; then |