From 8853e39b1e1d1103dbbb252288989c7466968690 Mon Sep 17 00:00:00 2001 From: Liwei Song Date: Thu, 27 Feb 2020 05:20:07 +0000 Subject: [PATCH] initramfs: adjust task order to aviod initrd symlink unavailable adjust task order to make sure initrd symlink is ready before do package. Signed-off-by: Liwei Song --- .../recipes-core/images/kernel-initramfs-efi-secure-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efi-secure-boot/recipes-core/images/kernel-initramfs-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-core/images/kernel-initramfs-efi-secure-boot.inc index 478be22..8053794 100644 --- a/meta-efi-secure-boot/recipes-core/images/kernel-initramfs-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-core/images/kernel-initramfs-efi-secure-boot.inc @@ -21,7 +21,7 @@ do_deploy() { install -m 0644 ${SIG} ${DEPLOYDIR} done } -addtask deploy after do_install before do_build +addtask deploy after do_install before do_package python do_package_prepend () { ext = d.expand('${SB_FILE_EXT}')