For repro:
- To remove all files created by patches (would error to help dev remove them manually)
- echo "bogus" | tee build/x86/coreboot-t480/.canary
- sudo rm -rf build/x86/coreboot-t480/src/mainboard/lenovo/sklkbl_thinkpad/variants/t480*
- sudo rm build/x86/libgpg-error-1.46/src/syscfg/lock-obj-pub.powerpc64le-unknown-linux-musl.h
- Remove all .canary files, outside of detected git forks to speedup local builds, rebuilding only new files with make magic
- ./docker_repro.sh make BOARD=t480-maximized real.remove_canary_files-extract_patch_rebuild_what_changed
- Rebuild from sources: unpack archives/git clone, patch, build from source
- ./docker_repro.sh make BOARD=t480-maximized
Signed-off-by: Thierry Laurion <insurgo@riseup.net>