Re: [OE-core] [PATCH V2] boost: Improve reproducibility

2018-06-18 Thread Yu, Mingli
On 2018年06月17日 22:04, Khem Raj wrote: On Sun, Jun 17, 2018 at 2:17 AM Richard Purdie mailto:richard.pur...@linuxfoundation.org>> wrote: On Fri, 2018-06-15 at 16:35 +0800, mingli...@windriver.com wrote: > From: Mingli Yu

Re: [OE-core] [PATCH V2] boost: Improve reproducibility

2018-06-17 Thread Khem Raj
On Sun, Jun 17, 2018 at 2:17 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2018-06-15 at 16:35 +0800, mingli...@windriver.com wrote: > > From: Mingli Yu > > > > Set .file section explicitly for .S files to avoid > > the linker introduces the host path in symbols for >

Re: [OE-core] [PATCH V2] boost: Improve reproducibility

2018-06-17 Thread Richard Purdie
On Fri, 2018-06-15 at 16:35 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > Set .file section explicitly for .S files to avoid > the linker introduces the host path in symbols for > object files whose source file is .S > Otherwise, there is a host path in the symbols as > below: > $

[OE-core] [PATCH V2] boost: Improve reproducibility

2018-06-15 Thread mingli.yu
From: Mingli Yu Set .file section explicitly for .S files to avoid the linker introduces the host path in symbols for object files whose source file is .S Otherwise, there is a host path in the symbols as below: $ readelf --wide --symbols