facebook / openbmc

OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).
627 stars 280 forks source link

mfg-tool build failed #235

Open jack206 opened 4 months ago

jack206 commented 4 months ago

when i bitbake mfg-tool,it always report an error.

ERROR: Nothing PROVIDES 'sdbusplus' (but /openbmc/yocto/lf-master/../../common/recipes-lfopenbmc/mfg-tool/mfg-tool_1.0.bb DEPENDS on or otherwise requires it)
ERROR: Required build target 'mfg-tool' has no buildable providers.
Missing or unbuildable dependency chain was: ['mfg-tool', 'sdbusplus']
or
ERROR: Nothing PROVIDES 'phosphor-dbus-interfaces' (but /openbmc/yocto/lf-master/../../common/recipes-lfopenbmc/mfg-tool/mfg-tool_1.0.bb DEPENDS on or otherwise requires it)
ERROR: Required build target 'mfg-tool' has no buildable providers.
Missing or unbuildable dependency chain was: ['mfg-tool', 'phosphor-dbus-interfaces']
or
ERROR: Nothing PROVIDES 'phosphor-logging' (but /openbmc/yocto/lf-master/../../common/recipes-lfopenbmc/mfg-tool/mfg-tool_1.0.bb DEPENDS on or otherwise requires it)
ERROR: Required build target 'mfg-tool' has no buildable providers.
Missing or unbuildable dependency chain was: ['mfg-tool', 'phosphor-logging']

Does anyone know how to fix it?