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