summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2022-12-01 09:19:46 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-12-03 04:50:08 +0300
commit30d2a115c4dfc3dfbe87427e1b362b72cf4f9977 (patch)
tree64ac196d2254b5c563e2ca969005266f4578cfe1 /meta-phosphor
parent9762c8415adafba589d81139c06a2cceceaac310 (diff)
downloadopenbmc-30d2a115c4dfc3dfbe87427e1b362b72cf4f9977.tar.xz
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 <timlee660101@gmail.com> Change-Id: I602ad0fdd95f207978b7dd2ed492ff7ef40573fb
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass2
1 files changed, 1 insertions, 1 deletions
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 \