Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44582
to look at the new patch set (#3).
Change subject: tint: introduce the new tint build system with checksum verification ......................................................................
tint: introduce the new tint build system with checksum verification
Three stages of the new tint build system:
1) generate_core.sh extracts the core part from buildgcc script, most importantly the checksum calculation/verification functions.
2) tintify_core.sh adds the tint-specific footer/header to the core, such as the properties of current version including its checksum.
3) tint.sh - generated and "tintified" core script - builds a tint.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I2f540676521ac33558d9f1c131bd1ed70bcc82e2 --- M payloads/external/tint/Makefile A payloads/external/tint/generate_core.sh R payloads/external/tint/tint-0.04-nmu1_libpayload.patch A payloads/external/tint/tintify_core.sh 4 files changed, 252 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/44582/3