From 30d2a115c4dfc3dfbe87427e1b362b72cf4f9977 Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Thu, 1 Dec 2022 14:19:46 +0800 Subject: meta-phosphor: npcm8xx.bbclass: change binary depends for do_pad_binary Before do_pad_binary be exectued, those binaries need to be ready for padding. Otherwise there are errors about "No such file or directory" for those binaries. Tested: build pass and boot up successfully Signed-off-by: Tim Lee Change-Id: I602ad0fdd95f207978b7dd2ed492ff7ef40573fb --- meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor') diff --git a/meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass b/meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass index 100102eb91..913286e842 100644 --- a/meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass +++ b/meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass @@ -114,7 +114,7 @@ python do_merge_bootloaders() { int(d.getVar('UBOOT_ALIGN', True)), int(d.getVar('ALIGN_END', True))) } -do_prepare_bootloaders[depends] += " \ +do_pad_binary[depends] += " \ npcm8xx-tip-fw:do_deploy \ npcm8xx-bootblock:do_deploy \ u-boot-nuvoton:do_deploy \ -- cgit v1.2.3