Re: [OE-core] [PATCH 4/5] piglit: upgrade to latest revision

2022-10-04 Thread Khem Raj
On Tue, Oct 4, 2022 at 7:15 AM Ross Burton wrote: > > On 4 Oct 2022, at 15:08, Khem Raj wrote: > > > > On Tue, Oct 4, 2022 at 6:39 AM Ross Burton wrote: > >> > >> On 4 Oct 2022, at 14:36, Khem Raj via lists.openembedded.org > >> wrote: > >>> How does debugging piglet looks like after this chan

Re: [OE-core] [PATCH 4/5] piglit: upgrade to latest revision

2022-10-04 Thread Ross Burton
On 4 Oct 2022, at 15:08, Khem Raj wrote: > > On Tue, Oct 4, 2022 at 6:39 AM Ross Burton wrote: >> >> On 4 Oct 2022, at 14:36, Khem Raj via lists.openembedded.org >> wrote: >>> How does debugging piglet looks like after this change ? I wonder if we can >>> reduce debug info by >>> Using somet

Re: [OE-core] [PATCH 4/5] piglit: upgrade to latest revision

2022-10-04 Thread Khem Raj
On Tue, Oct 4, 2022 at 6:39 AM Ross Burton wrote: > > On 4 Oct 2022, at 14:36, Khem Raj via lists.openembedded.org > wrote: > > How does debugging piglet looks like after this change ? I wonder if we can > > reduce debug info by > > Using something like -g1 maybe a good middle ground > > The bi

Re: [OE-core] [PATCH 4/5] piglit: upgrade to latest revision

2022-10-04 Thread Ross Burton
On 4 Oct 2022, at 14:36, Khem Raj via lists.openembedded.org wrote: > How does debugging piglet looks like after this change ? I wonder if we can > reduce debug info by > Using something like -g1 maybe a good middle ground The binaries have been stripped since 2016, this change simply stops do

Re: [OE-core] [PATCH 4/5] piglit: upgrade to latest revision

2022-10-04 Thread Khem Raj
On Tue, Oct 4, 2022 at 3:51 AM Ross Burton wrote: > Also disable any attempt at debug splitting/stripping. Piglit installs > over 2GB of files which we install stripped, so the action of attempting > to split/strip takes a long time and achieves nothing. > > Signed-off-by: Ross Burton > --- >

[OE-core] [PATCH 4/5] piglit: upgrade to latest revision

2022-10-04 Thread Ross Burton
Also disable any attempt at debug splitting/stripping. Piglit installs over 2GB of files which we install stripped, so the action of attempting to split/strip takes a long time and achieves nothing. Signed-off-by: Ross Burton --- meta/recipes-graphics/piglit/piglit_git.bb | 6 -- 1 file cha