Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Joshua Watt
On 1/22/20 10:06 AM, Richard Purdie wrote: On Wed, 2020-01-22 at 10:02 -0600, Joshua Watt wrote: On 1/22/20 9:53 AM, Richard Purdie wrote: On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: Do not strip packages when testing reproducible builds. In some cases, stripped data differs betwee

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Richard Purdie
On Wed, 2020-01-22 at 10:02 -0600, Joshua Watt wrote: > On 1/22/20 9:53 AM, Richard Purdie wrote: > > On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: > > > Do not strip packages when testing reproducible builds. In some cases, > > > stripped data differs between builds, but then gets removed.

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Joshua Watt
On 1/22/20 9:53 AM, Richard Purdie wrote: On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: Do not strip packages when testing reproducible builds. In some cases, stripped data differs between builds, but then gets removed. However, the contents affect the generation of the GCC build-id, w

Re: [OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-22 Thread Richard Purdie
On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote: > Do not strip packages when testing reproducible builds. In some cases, > stripped data differs between builds, but then gets removed. However, > the contents affect the generation of the GCC build-id, which then > differs in the resulting ELF

[OE-core] [PATCH 3/3] oeqa: reproducible: Do not strip packages

2020-01-19 Thread Joshua Watt
Do not strip packages when testing reproducible builds. In some cases, stripped data differs between builds, but then gets removed. However, the contents affect the generation of the GCC build-id, which then differs in the resulting ELF files, even though the data that caused this is no longer ther