Re: [OE-core] [PATCH v3] package.py: New EXTRA_STRIPFLAGS variable

2016-11-01 Thread Burton, Ross
On 26 October 2016 at 07:51, Michael Blättler wrote: > +++ b/meta/lib/oe/package.py > @@ -10,7 +10,7 @@ def runstrip(arg): > > import stat, subprocess > > -(file, elftype, strip) = arg > +(file, elftype, strip, extraflags) = arg > This causes sysroot_strip to fail: File: '/home/ros

Re: [OE-core] [PATCH v3] package.py: New EXTRA_STRIPFLAGS variable

2016-10-26 Thread Ulf Magnusson
Hello, On Wed, Oct 26, 2016 at 8:51 AM, Michael Blättler wrote: > The EXTRA_STRIPFLAGS variable can be used to pass additional parameters to > the strip command. > This can be used to remove additional sections or to keep symbols. > The removal of additional sections can be useful to enable repr

[OE-core] [PATCH v3] package.py: New EXTRA_STRIPFLAGS variable

2016-10-26 Thread Michael Blättler
The EXTRA_STRIPFLAGS variable can be used to pass additional parameters to the strip command. This can be used to remove additional sections or to keep symbols. The removal of additional sections can be useful to enable reproducible builds. Sections which contain paths or md5sums of the debug bina