Activity
From 04/16/2023 to 05/15/2023
04/17/2023
- MW 08:50 PM Software Development: RE: Set Preloader image timestamp to zero
- Hi Saumil,
Take a look here:
https://u-boot.readthedocs.io/en/latest/build/reproducible.html
Seems like defining the "SOURCE_DATE_EPOCH" in the command to the making uboot will get you the same binary?
-Mike
- Hello,
We have configured jenkins to create the preloader binary for us. We want the ability to generate the exact same binary if there are no code/version changes. Currently the binaries created are different most likely because the ...