Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 4:50 AM Richard Purdie wrote: > > On Tue, 2020-03-24 at 13:27 +0200, Adrian Bunk wrote: > > On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > > > Distros which want to enable LTO can utilize this file, it only > > > covers > > > packages from OE-Core, other

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 4:37 AM Adrian Bunk wrote: > > On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > >... > > +LTO_pn-python3 = "" > >... > > Building Python with LTO works by passing --with-lto to configure. I think per recipe knobs I did not work on yet but perhaps worth adding

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 1:37 AM Richard Purdie wrote: > > On Mon, 2020-03-23 at 16:25 -0700, Khem Raj wrote: > > Distros which want to enable LTO can utilize this file, it only > > covers > > packages from OE-Core, other layers should include there own > > exclusion > > list for recipe which dont

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Adrian Bunk
On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > Distros which want to enable LTO can utilize this file, it only covers > packages from OE-Core, other layers should include there own exclusion > list for recipe which dont work with LTO >... More and more upstreams already default to

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 13:27 +0200, Adrian Bunk wrote: > On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > > Distros which want to enable LTO can utilize this file, it only > > covers > > packages from OE-Core, other layers should include there own > > exclusion > > list for recipe which

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Adrian Bunk
On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: >... > +LTO_pn-python3 = "" >... Building Python with LTO works by passing --with-lto to configure. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#136637):

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Adrian Bunk
On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > Distros which want to enable LTO can utilize this file, it only covers > packages from OE-Core, other layers should include there own exclusion > list for recipe which dont work with LTO >... > +++ b/meta/conf/distro/include/lto.inc > @@

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Richard Purdie
On Mon, 2020-03-23 at 16:25 -0700, Khem Raj wrote: > Distros which want to enable LTO can utilize this file, it only > covers > packages from OE-Core, other layers should include there own > exclusion > list for recipe which dont work with LTO > > Signed-off-by: Khem Raj > --- >

[OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-23 Thread Khem Raj
Distros which want to enable LTO can utilize this file, it only covers packages from OE-Core, other layers should include there own exclusion list for recipe which dont work with LTO Signed-off-by: Khem Raj --- meta/conf/distro/include/lto.inc | 23 +++ 1 file changed, 23