diff options
4 files changed, 5 insertions, 2 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend index 2890895..da3fda9 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend | |||
@@ -1,3 +1,4 @@ | |||
1 | DEPENDS += "openssl-native" | ||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/grub-efi:" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/grub-efi:" |
2 | 3 | ||
3 | EXTRA_SRC_URI = "\ | 4 | EXTRA_SRC_URI = "\ |
@@ -123,7 +124,7 @@ fakeroot python do_sign_class-target() { | |||
123 | uks_sel_sign(dir + 'password.inc', d) | 124 | uks_sel_sign(dir + 'password.inc', d) |
124 | } | 125 | } |
125 | 126 | ||
126 | fakeroot python do_sign() { | 127 | python do_sign() { |
127 | } | 128 | } |
128 | addtask sign after do_install before do_deploy do_package | 129 | addtask sign after do_install before do_deploy do_package |
129 | do_sign[prefuncs] += "check_deploy_keys" | 130 | do_sign[prefuncs] += "check_deploy_keys" |
diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb index 40ff582..0931af3 100644 --- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | |||
@@ -21,7 +21,7 @@ LICENSE = "BSD-3-Clause" | |||
21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bf404642f21afb4ad89f95d7bc91ee" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bf404642f21afb4ad89f95d7bc91ee" |
22 | 22 | ||
23 | DEPENDS += "\ | 23 | DEPENDS += "\ |
24 | gnu-efi sbsigntool-native \ | 24 | gnu-efi sbsigntool-native openssl-native \ |
25 | " | 25 | " |
26 | 26 | ||
27 | PV = "0.4.6+git${SRCPV}" | 27 | PV = "0.4.6+git${SRCPV}" |
diff --git a/meta-efi-secure-boot/recipes-core/images/kernel-initramfs.bbappend b/meta-efi-secure-boot/recipes-core/images/kernel-initramfs.bbappend index bb61f70..fb073a1 100644 --- a/meta-efi-secure-boot/recipes-core/images/kernel-initramfs.bbappend +++ b/meta-efi-secure-boot/recipes-core/images/kernel-initramfs.bbappend | |||
@@ -1,3 +1,4 @@ | |||
1 | DEPENDS += "openssl-native" | ||
1 | inherit user-key-store deploy | 2 | inherit user-key-store deploy |
2 | 3 | ||
3 | # Always fetch the latest initramfs image | 4 | # Always fetch the latest initramfs image |
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 27107aa..df594ba 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 | |||
@@ -1,3 +1,4 @@ | |||
1 | DEPENDS += "openssl-native" | ||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" |
2 | 3 | ||
3 | efi_secure_boot_sccs = "\ | 4 | efi_secure_boot_sccs = "\ |