You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: Wipe coreboot_dir and board_dir cleanup in canary dev cycle helper for reproducible builds in dev cycles
Otherwise qemu roms which injects distinct public key with entropy at each build are wiped.
TODO : revisit approach when flashrom/flashprog/qemu supports 16MB SPI flash emulation so we can use flashprog to flash internally, which will require refactoring
Signed-off-by: Thierry Laurion <[email protected]>
@echo "This approach economizes time since most build artifacts do not need to be rebuilt, as the file dates should be the same as when you originally built them."
975
975
@echo "Only a minimal time is needed for rebuilding, which is also good for your SSD."
976
976
@echo "*** USE THIS APPROACH FIRST ***"
977
-
find ./build/ -type f -name ".canary" -print -delete
0 commit comments