Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39390 )
Change subject: cbfstool: Build vboot library ......................................................................
Patch Set 8:
(2 comments)
make[1]: execvp: /cb-build/coreboot-gerrit.0/chromeos/sharedutils/cbfstool/cbfstool: Permission denied
I am very confused why Jenkins is choking on your CL, but it is choking on something. Can you try to reproduce locally? You can run something like 'util/abuild/abuild -c max -t GOOGLE_BOB -x' to build a board similar to how Jenkins does it.
https://review.coreboot.org/c/coreboot/+/39390/7/.gitignore File .gitignore:
https://review.coreboot.org/c/coreboot/+/39390/7/.gitignore@55 PS7, Line 55: vboot_lib/
That's true for top-most make and futility. […]
Where does the rest of the build output go when you just run 'make' in util/cbfstool? Looks like it is just put in that same directory? Does anything .gitignore those files? If not, don't think we need to worry about handling this directory either.
https://review.coreboot.org/c/coreboot/+/39390/7/Makefile File Makefile:
https://review.coreboot.org/c/coreboot/+/39390/7/Makefile@45 PS7, Line 45: VBOOT_BUILD
Do you mean to rename this variable for futility as well? When running make from the top-level Makef […]
Yes, I mean rename this everywhere it is used.