Hello Hung-Te Lin, build bot (Jenkins), Joel Kitching, Raul Rangel, Patrick Georgi, Martin Roth, Nick Vaccaro, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39390
to look at the new patch set (#5).
Change subject: cbfstool: Build vboot library ......................................................................
cbfstool: Build vboot library
Currently cbfstool cherry-picks a few files from vboot and hopes these files will work standalone without any dependencies. This is pretty brittle (for example, CL:2084062 will break it), and could be improved by building the whole vboot library and then linking against it. Therefore, this patch creates a new target $(VBOOT_LIB) and includes it as a dependency for cbfstool and ifittool.
BRANCH=none BUG=none TEST=emerge-nami coreboot-utils
Change-Id: Ifc826896d895f53d69ea559a88f75672c2ec3146 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M util/cbfstool/Makefile.inc 1 file changed, 23 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/39390/5