summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorYong Zhao <yozhao@google.com>2022-03-30 12:09:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-03-31 18:50:15 +0300
commit9a99f62c6705c8985bd1058f66e8e9cf3480d989 (patch)
tree7cd52eb4187139979a220ea1c798ee86ec69268d /meta-phosphor/classes
parent58ac3731910c3d9cfcee2d8da2c04fd0c7cef060 (diff)
downloadopenbmc-9a99f62c6705c8985bd1058f66e8e9cf3480d989.tar.xz
Fix the bug that devtool modify u-boot is not picked up by image-bmc
Previously when u-boot code was changed inside a devtool modify repo, the u-boot artifacts were updated but they could not be picked up by the final image-bmc. The reason was that the sstate version of u-boot was used because the dependency between u-boot and obmc-phosphor-image was not set up properly. Fix the issue by adding the proper inter-task dependency between the two. Tested: The image-bmc md5sum changes as expected when u-boot code is changed. Change-Id: Ic98d3097f66e351c774ced4ee435149b5441cf67 Signed-off-by: Yong Zhao <yozhao@google.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass b/meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass
index 0909273b67..8fefd827e0 100644
--- a/meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass
+++ b/meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass
@@ -22,6 +22,7 @@ do_prepare_bootloaders() {
}
do_prepare_bootloaders[depends] += " \
+ u-boot:do_deploy \
npcm7xx-bootblock:do_deploy \
npcm7xx-bingo-native:do_populate_sysroot \
npcm7xx-igps-native:do_populate_sysroot \