lbmk/resources/scripts/build
Alper Nebi Yasak 6d6bd5eee0 build/roms: Rebuild cbutils module before starting coreboot build
In recent coreboot versions, running distclean started to erase the
cbfstool binary we built earlier in the util/cbfstool dir via the
cbutils build script call. The coreboot build puts it in a different
directory, and the roms build script can't find it when trying to add
payloads to the roms. This doesn't make the script fail (because set -e
is stupid like that), and the build appears to succeed if you don't look
close enough to see the "cbfsutil not found" error.

Build the coreboot utils we want at the places we want them after
calling distclean, so that we can actually use cbfsutil and avoid
silently-broken roms with newer coreboot versions.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
2022-08-28 13:09:52 +03:00
..
boot build/roms: Rebuild cbutils module before starting coreboot build 2022-08-28 13:09:52 +03:00
clean update coreboot and nuke tianocore 2021-11-22 10:03:50 +00:00
dependencies Add script for installing dependencies on Fedora 35. Based on work done by qeeg. 2021-12-02 08:12:42 +08:00
descriptors libreboot! 2021-05-18 13:56:12 +01:00
module Do not treat warnings as errors when building flashrom. This fixes build failure with newer versions of GCC. 2021-12-02 08:12:01 +08:00
payload build/payload: Add helper script to build U-Boot as payload 2022-08-28 13:09:52 +03:00
release u-boot-libre: Add support for deblobbing U-Boot v2022.07 2022-08-27 17:35:55 +03:00