Good call. I amended https://www.coreboot.org/Git to ask users to do `git clone --recurse-submodules` which will checkout the submodules as part of the download.
2017-08-21 11:07 GMT+02:00 John Lewis <[email protected]>: > Thanks Patrick - is that written somewhere reasonably obvious that I missed? > Just thinking from the POV of people new to the project or who aren't coding > mavens (like me). > > > On Mon, 21 Aug, 2017 at 10:04 AM, Patrick Georgi <[email protected]> wrote: > > 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 > <[email protected]>: > > 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: [email protected] > https://mail.coreboot.org/mailman/listinfo/coreboot > > -- > Google Germany GmbH, ABC-Str. 19, 20354 Hamburg Registergericht und -nummer: > Hamburg, HRB 86891, Sitz der Gesellschaft: Hamburg Geschäftsführer: Paul > Manicle, Halimah DeLaine Prado -- Google Germany GmbH, ABC-Str. 19, 20354 Hamburg Registergericht und -nummer: Hamburg, HRB 86891, Sitz der Gesellschaft: Hamburg Geschäftsführer: Paul Manicle, Halimah DeLaine Prado -- coreboot mailing list: [email protected] https://mail.coreboot.org/mailman/listinfo/coreboot

