Zoltan Baldaszti has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45482 )
Change subject: payloads/external: add support for BOOTBOOT payload ......................................................................
Patch Set 5:
(2 comments)
removed commands from checkout rule, except for the git clone
https://review.coreboot.org/c/coreboot/+/45482/2/payloads/external/BOOTBOOT/... File payloads/external/BOOTBOOT/Makefile:
https://review.coreboot.org/c/coreboot/+/45482/2/payloads/external/BOOTBOOT/... PS2, Line 23: @test -d ../../../../bootboot && ln -s ../../../../bootboot 2>/dev/null || true
This is the case when the bootboot git repository is cloned to the same directory as the coreboot re […]
Ok, I've just removed it, that's the safest.
https://review.coreboot.org/c/coreboot/+/45482/2/payloads/external/BOOTBOOT/... PS2, Line 29: git remote update ) )
Actually this part comes from the FILO external payload's Makefile. […]
Although it was copied from FILO, I've removed this too. I only left the git clone command, but I've kept the check for a symlink. Hope this is okay now.