Re: Build Linux kernel to have comparable zImages

2017-02-09 Thread Lukasz Majewski
On Thu, 9 Feb 2017 11:25:15 +1100 Andrew Donnellan wrote: > On 08/02/17 20:20, Lukasz Majewski wrote: > > Dear All, > > > > Maybe somebody can point me to solution to the following problem: > > > > Problem: > > > > I do want to be able to compare (with e.g. md5sum, sha1) two linux > > zImages. Th

Re: Build Linux kernel to have comparable zImages

2017-02-08 Thread Andrew Donnellan
On 08/02/17 20:20, Lukasz Majewski wrote: Dear All, Maybe somebody can point me to solution to the following problem: Problem: I do want to be able to compare (with e.g. md5sum, sha1) two linux zImages. The problem is that Linux compiles in current build time into the binary. Hence, even two i

Build Linux kernel to have comparable zImages

2017-02-08 Thread Lukasz Majewski
Dear All, Maybe somebody can point me to solution to the following problem: Problem: I do want to be able to compare (with e.g. md5sum, sha1) two linux zImages. The problem is that Linux compiles in current build time into the binary. Hence, even two identical builds will have different hash. W