[OE-core] [PATCH v3] package.py: New EXTRA_STRIPFLAGS variable
Burton, Ross
ross.burton at intel.com
Tue Nov 1 17:45:29 UTC 2016
On 26 October 2016 at 07:51, Michael Blättler <michael.blaettler at siemens.com
> 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/ross/Yocto/poky/meta/classes/staging.bbclass', lineno: 164,
function: sysroot_strip
0160: elf_file = int(elffiles[file])
0161: #bb.note("Strip %s" % file)
0162: sfiles.append((file, elf_file, strip))
0163:
*** 0164: oe.utils.multiprocess_exec(sfiles, oe.package.runstrip)
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161101/096435c2/attachment-0002.html>
More information about the Openembedded-core
mailing list