Re: [OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-29 Thread Mikko Rapeli
On Thu, Jan 28, 2021 at 04:38:08PM +, Richard Purdie wrote: > On Thu, 2021-01-28 at 08:45 +, mikko.rap...@bmw.de wrote: > > Interesting series! Do you already have some numbers how this affects > > bitbake builds? > > We do now have measurements: > > https://autobuilder.yocto.io/pub/non-r

Re: [OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-28 Thread Richard Purdie
On Thu, 2021-01-28 at 08:45 +, mikko.rap...@bmw.de wrote: > Interesting series! Do you already have some numbers how this affects > bitbake builds? We do now have measurements: https://autobuilder.yocto.io/pub/non-release/20210128-10/testresults/buildperf-centos7/perf-centos7.yoctoproject.org

Re: [OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-28 Thread Richard Purdie
On Thu, 2021-01-28 at 10:35 +, mikko.rap...@bmw.de wrote: > On Thu, Jan 28, 2021 at 09:02:39AM +, Richard Purdie wrote: > > On Thu, 2021-01-28 at 08:45 +, mikko.rap...@bmw.de wrote: > > > Interesting series! Do you already have some numbers how this affects > > > bitbake builds? > > >

Re: [OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-28 Thread Mikko Rapeli
On Thu, Jan 28, 2021 at 09:02:39AM +, Richard Purdie wrote: > On Thu, 2021-01-28 at 08:45 +, mikko.rap...@bmw.de wrote: > > Interesting series! Do you already have some numbers how this affects > > bitbake builds? > > Not yet. I should really have split the series into two, the files > red

Re: [OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-28 Thread Richard Purdie
On Thu, 2021-01-28 at 08:45 +, mikko.rap...@bmw.de wrote: > Interesting series! Do you already have some numbers how this affects > bitbake builds? Not yet. I should really have split the series into two, the files reduction and the native PACKAGES pieces as the latter is proving quite unstabl

Re: [OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-28 Thread Mikko Rapeli
Hi Richard, Interesting series! Do you already have some numbers how this affects bitbake builds? Cheers, -Mikko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#147385): https://lists.openembedded.org/g/openembedded-core/message/147385 Mute This T

[OE-core] [PATCH 1/7] ncurses: Don't put terminfo into the sysroot

2021-01-27 Thread Richard Purdie
This recudes the file count from ~2850 to ~100 which is a huge win for reducing build directory clutter, its unlikely anything uses the terminfo data or man pages in the sysroot. This is especially helpful as we usually end up with two copies of these sets of files. Signed-off-by: Richard Purdie