Attention is currently required from: Martin Roth. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51362 )
Change subject: util/genbuild_h: add support to print SOURCE_DATE_EPOCH ......................................................................
Patch Set 1:
(2 comments)
File util/genbuild_h/genbuild_h.sh:
https://review.coreboot.org/c/coreboot/+/51362/comment/0872da40_bc7009fd PS1, Line 84: printf "#define COREBOOT_MAJOR_VERSION %d\n#define COREBOOT_MINOR_VERSION %d\n" `git describe --match [0-9].[0-9]* | sed 's/([0-9]).([0-9]+).*/\1 \2/'` line over 96 characters
https://review.coreboot.org/c/coreboot/+/51362/comment/7455b11e_e447fd0c PS1, Line 93: printf "#define ASL_VERSION 0x%d\n" `$IASL -v | grep version | sed 's/.*version //'` line over 96 characters