Re: [coreboot] util/cbfstool in coreboot master

2017-08-21 Thread Alberto Bursi
On 21/08/2017 11:36, Patrick Georgi via coreboot wrote: > That's sad. The only fix I see is to take down the mirror. > > > Patrick How about adding a few lines in readme aimed at github users? The README is most likely the first thing most sane perople read before compiling, or if there are is

Re: [coreboot] util/cbfstool in coreboot master

2017-08-21 Thread Patrick Georgi via coreboot
2017-08-21 11:25 GMT+02:00 John Lewis : > Do you think there's something that could be also be done in > this regard on https://github.com/coreboot/coreboot (like customise the > message in the "clone or download" button? GitHub is not our platform, we're merely guests there (and that's the reason

Re: [coreboot] util/cbfstool in coreboot master

2017-08-21 Thread Patrick Georgi via coreboot
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 : > Thanks Patrick - is that written somewhere reasonably obvious that I missed? > Just thinking f

Re: [coreboot] util/cbfstool in coreboot master

2017-08-21 Thread Patrick Georgi via coreboot
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 : > Hi Guys, > > Apparently, in coreboot master, util/cbfstool has a reference to

[coreboot] util/cbfstool in coreboot master

2017-08-21 Thread John Lewis
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 cbfst