openbmc / entity-manager

Run-time JSON driven system configuration manager
Other
26 stars 48 forks source link

cannot stat blocklist.json #6

Open feistjj opened 3 years ago

feistjj commented 3 years ago

| install: cannot stat '/home/james/git/openbmc-openbmc/build/tmp/work/arm1176jzs-openbmc-linux-gnueabi/entity-manager/0.1+git999-r0/blocklist.json': No such file or directory

Guessing this is @bradbishop's update to the meson file?

feistjj commented 3 years ago

temporary W/A seems to be just installing a blocklist.json, but it seems unused

bradbishop commented 3 years ago

so blocklist.json is unconditionally in SRC_URI: https://github.com/openbmc/openbmc/blob/master/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb#L5

so it should be getting put into ${WORKDIR} during do_unpack (or is it do_fetch? I can never remember)

0.1+git999-r0

I think this means you are using devtool? Can you confirm? I'll give that a try to see if I can reproduce.

feistjj commented 3 years ago

Is the issue https://github.com/openbmc/entity-manager/blob/master/blacklist.json was never renamed?

edtanous commented 3 years ago

Is this still an issue?