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 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 \ > +/opt/ltp/testcases/*

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

2015-03-19 Thread Khem Raj
e layer >> Subject: Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories >> >> On Wed, Mar 18, 2015 at 3:34 PM, Joe Slater wrote: >>> INHIBIT_PACKAGE_STRIP = "1" >>> +# However, test_arch_stripped is already stripped, so... >>>

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 > &

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 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 -- ___