Hi Guys,
Apparently, in coreboot master, util/cbfstool has a reference to some vboot code that isn't pulled in. Can someone (possibly Patrick) tell me why? This looks like a barrier to people being able to use/compile things.
root@beaglebone:~/coreboot/util/cbfstool# make HOSTCC cbfstool/cbfstool.o In file included from /root/coreboot/util/cbfstool/cbfstool.c:27:0: /root/coreboot/util/cbfstool/cbfs.h:23:21: fatal error: vb2_api.h: No such file or directory #include <vb2_api.h>
Cheers,
John.
It's used for the hashing features and pulled in by one of the submodules. Use `git submodule update --init` to pull in all of them (except blobs, which is disabled by default).
2017-08-21 10:55 GMT+02:00 John Lewis jlewis@johnlewis.ie:
Hi Guys,
Apparently, in coreboot master, util/cbfstool has a reference to some vboot code that isn't pulled in. Can someone (possibly Patrick) tell me why? This looks like a barrier to people being able to use/compile things.
root@beaglebone:~/coreboot/util/cbfstool# make HOSTCC cbfstool/cbfstool.o In file included from /root/coreboot/util/cbfstool/cbfstool.c:27:0: /root/coreboot/util/cbfstool/cbfs.h:23:21: fatal error: vb2_api.h: No such file or directory #include <vb2_api.h>
Cheers,
John.
-- coreboot mailing list: coreboot@coreboot.org https://mail.coreboot.org/mailman/listinfo/coreboot