Re: [OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-26 Thread Jagadeesh Krishnanjanappa
> > > >> The change above have the effect of inhibiting the package strip even if >> ptest is not enabled at all. I think this have to be something specific to >> ptest. >> You may consider using INSANE_SKIP_${PN}-ptest [1] and add unstripped >> binaries needed for ptest in {PN}-ptest (along with

Re: [OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-26 Thread Jagadeesh Krishnanjanappa
Hi Tudor, > Hi Jagadeesh, > > > The patch include below changes: > ... > > 2. Some of the libunwind test cases such as run-check-namespace, > >run-coredump-unwind require debug symbols to be present in > >libunwind library. So set INHIBIT_PACKAGE_STRIP to "1". > > ---

Re: [OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-25 Thread Tudor Florea
Hi Jagadeesh, > The patch include below changes: ... > 2. Some of the libunwind test cases such as run-check-namespace, >    run-coredump-unwind require debug symbols to be present in >    libunwind library. So set INHIBIT_PACKAGE_STRIP to "1". > ---

[OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-24 Thread Jagadeesh Krishnanjanappa
The patch include below changes: 1. Add do_compile_ptest task, which compiles and runs builtin test cases. The libunwind test scripts has relink commands, which needs to be run at host in order to create ELF test binaries which can be readily executed at target. Hence pass "-i" option