Fail to start org.openbmc.managers.System.service

Lei YU mine260309 at gmail.com
Wed May 30 15:44:12 AEST 2018


On Wed, May 30, 2018 at 1:34 PM, Henbin Chang <henbinchang at gmail.com> wrote:
>>
>> It looks like your build is missing the `pyinventorymgr`
>> A quick check:
>> 1. It comes from obmc-mgr-inventory.bb;
>> 2. This recipe is added by packagegroup-obmc-apps.bbappend in meta-openpower
>> layer, with openpower distro feature:
>>     RDEPENDS_${PN}-inventory_append_df-openpower = " obmc-mgr-inventory"
>> Since you are missing this recipe, I guess your build is not openpower?
>
>
> Thanks for your response.
> Yes, my build is x86 not opeppower.
>
> I tried to add the line into meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend.
> RDEPENDS_${PN}-inventory_append_df-openpower = " obmc-mgr-inventory"
>

The "_append_df-openpower" means this is valid only when openpower
distro feature is enabled.
You are on x86 build so there is not openpower distro feature, so you
still do not get this recipe.
You can remove "_append_df-openpower" and it should work.

> But I still couldn't find the inventory in the /usr/lib/python2.7/site-packages/obmc/
>


More information about the openbmc mailing list