diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-23 08:34:55 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-23 08:34:55 +0000 |
commit | aa525142aa872d805d3085819365ce8d51cb93d7 (patch) | |
tree | f50136b9765878ba26a85efc88926c72739b913e /config/grub/patches/0002-luks2 | |
parent | 465077bc4aa0cb0b5806494d67d635a0f7619899 (diff) |
update/trees: fix infinite loop
when make-all is being executed on a coreboot tree,
the "./vendor download target" command is used, where
target is the tree/board name.
that script then checks whether cbfstool and ifdtool
are built, and if they're not, they then call
./update trees -b coreboot utils bla bla bla
in this scenario, project=coreboot and mode="", meaning
make-all, and the same check that checks whether the
vendor download script should be run, is executed,
which in turn then checks cbutils again
fix the infinite loop by checking whether it was coreboot
utils, as opposed to *firmware*, that is to be built, before
running ./vendor download
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/patches/0002-luks2')
0 files changed, 0 insertions, 0 deletions