Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-19 Thread Burton, Ross
On 19 March 2015 at 00:34, Joe Slater jsla...@windriver.com wrote: FILES_${PN}-dbg += \ /opt/ltp/runtest/.debug \ -/opt/ltp/testcases/bin/.debug \ -/opt/ltp/testcases/bin/*/bin/.debug \ -/opt/ltp/testcases/bin/*/test/.debug \ +/opt/ltp/testcases/*/.debug \ +

Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-19 Thread Khem Raj
-core][PATCH 1/1] ltp: find all .debug directories On Wed, Mar 18, 2015 at 3:34 PM, Joe Slater jsla...@windriver.com wrote: INHIBIT_PACKAGE_STRIP = 1 +# However, test_arch_stripped is already stripped, so... +INSANE_SKIP_${PN} += already-stripped + Can this be avoided in the component make

Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-19 Thread Slater, Joseph
-Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, March 18, 2015 4:37 PM To: Slater, Joseph Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories On Wed, Mar 18, 2015 at 3:34

[OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-18 Thread Joe Slater
The list of directories for ltp-dbg is incomplete, so we generalize it. We also eliminate a non-fatal qa error that the file test_arch_stripped is stripped. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/ltp/ltp_20150119.bb |9 ++--- 1 file changed, 6

Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-18 Thread Khem Raj
On Wed, Mar 18, 2015 at 3:34 PM, Joe Slater jsla...@windriver.com wrote: INHIBIT_PACKAGE_STRIP = 1 +# However, test_arch_stripped is already stripped, so... +INSANE_SKIP_${PN} += already-stripped + Can this be avoided in the component make system instead --