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". > --- a/meta/recipes-support/libunwind/libunwind_git.bb > +++ b/meta/recipes-support/libunwind/libunwind_git.bb ... > +INHIBIT_PACKAGE_STRIP = "1" > +
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 the original - stripped - ones) or simply consider the appropriate tests as XFAIL for openembedded. Regards, Tudor. [1] http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#ref-classes-insane
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core