Re: [OE-core] [PATCH 2/2] perf: Fix for recent kernel upgrades

2022-09-20 Thread Bruce Ashfield
On Tue, Sep 20, 2022 at 6:12 PM Richard Purdie wrote: > > With recent kernel changes in stable, the full path to python was being > encoded into binaries and python install files. Add some workarounds > for both issues to fix build reproducibility issues. Ack'd. Looks good to me. I was looking i

[OE-core] [PATCH 2/2] perf: Fix for recent kernel upgrades

2022-09-20 Thread Richard Purdie
With recent kernel changes in stable, the full path to python was being encoded into binaries and python install files. Add some workarounds for both issues to fix build reproducibility issues. Signed-off-by: Richard Purdie --- meta/recipes-kernel/perf/perf.bb | 6 ++ 1 file changed, 6 inser