openbmc/entity-manager

cannot stat blocklist.json

feistjj opened this issue · 4 comments

| 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?

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

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.

Is this still an issue?