1
Firmware / Re: talos-openbmc: build failure
« on: January 15, 2021, 11:18:36 am »
holy brittle build toolchain, batman!
the fix here ended up being to determine which bitbake recipes were responsible for the missing files, then forcing a clean and install on those specific recipes:
bitbake -f -b /home/user/talos-openbmc/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb -c clean
bitbake -f -b /home/user/talos-openbmc/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb -c install
i also had to do the same for meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb. after this, you can restart the build with the usual bitbake obmc-phosphor-image command.
this really should be documented in the wiki so anyone else having the same issues doesn't have to figure out how bitbake works.
the fix here ended up being to determine which bitbake recipes were responsible for the missing files, then forcing a clean and install on those specific recipes:
bitbake -f -b /home/user/talos-openbmc/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb -c clean
bitbake -f -b /home/user/talos-openbmc/meta-rcs/recipes-phosphor/binary-block-editor/binary-block-editor.bb -c install
i also had to do the same for meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb. after this, you can restart the build with the usual bitbake obmc-phosphor-image command.
this really should be documented in the wiki so anyone else having the same issues doesn't have to figure out how bitbake works.