mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-16 00:55:18 +00:00
Repro: - sed -i 's/24.02.01/2412/g' boards/*/*.config - docker_repro.sh - git status | grep boards | awk -F "/" {'print $2'} | while read board; do make BOARD=$board coreboot.save_in_oldconfig_format_in_place; done Manually modify CircleCI board dependencies. As of now, librem + dasharo reuses 24.02.01 crossgcc buildstack, and all other coreboot dependent boards rely on 2412 - save cache switched to reuse x230-hotp-maximized since most boards depend on 2412 coreboot buildstack Signed-off-by: Thierry Laurion <insurgo@riseup.net>