Attention is currently required from: Martin Roth, Stefan Reinauer. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50991 )
Change subject: tint: introduce the new tint build system with checksum verification ......................................................................
Patch Set 1:
(6 comments)
File payloads/external/tint/generate_core.sh:
https://review.coreboot.org/c/coreboot/+/50991/comment/e278417f_a942e99c PS1, Line 40: sed -n "/^${start}/,/^${end}/{/^${start}/{p;n};/^${end}/{q};{p}}" "$source" >> "$destination" line over 96 characters
https://review.coreboot.org/c/coreboot/+/50991/comment/7c114c28_d35772ce PS1, Line 54: FUNCTIONS="please_install searchtool download compute_hash error_hash_mismatch verify_hash unpack_and_patch" line over 96 characters
https://review.coreboot.org/c/coreboot/+/50991/comment/b1c878b1_431423c6 PS1, Line 64: import_from_file "$buildgcc" "$corescript" "# Find all the required tools" "# Allow" "last_line_disabled" || exit "$?" line over 96 characters
https://review.coreboot.org/c/coreboot/+/50991/comment/2ea01b20_f76992a8 PS1, Line 99: sed -i -e "/$TAR $FLAGS "$(basename "$archive")"/a prepare_${package} || exit "$?"" "$corescript" line over 96 characters
File payloads/external/tint/tintify_core.sh:
https://review.coreboot.org/c/coreboot/+/50991/comment/9e97d5f4_f56280af PS1, Line 55: echo "rm -rf ./${TINT_DIR}/debian ./${TINT_DIR}/typedefs.h ./${TINT_DIR}/Makefile;" >> "$tintified" line over 96 characters
https://review.coreboot.org/c/coreboot/+/50991/comment/e600f9c5_30d2beed PS1, Line 70: sed -i -e "/download() {/a package=$1\narchive_link="$(eval echo \\$$package"_ARCHIVE_LINK")"" "$tintified" line over 96 characters