Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-28 Thread Xu, Lizhi via lists.openembedded.org
On Tue, 28 Nov 2023 16:44:46 +0800, Lizhi wrote: > > > > > > tzdata.bb by default pulls in all possible timezone data packages > > > > > > which increases size of the final root filesystem considerably. > > > > > > The customer would like to have extra timezones configurable so > > > > > > that onl

Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-28 Thread Peter Marko via lists.openembedded.org
-core] tzdata: Reduced time zone configuration > On Tue, 28 Nov 2023 08:13:57 +, Marko, Peter wrote: > > > > > > tzdata.bb by default pulls in all possible timezone data > > > > > > packages which increases size of the final root filesystem > > &

Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-28 Thread Xu, Lizhi via lists.openembedded.org
On Tue, 28 Nov 2023 08:13:57 +, Marko, Peter wrote: > > > > > tzdata.bb by default pulls in all possible timezone data packages > > > > > which increases size of the final root filesystem considerably. > > > > > The customer would like to have extra timezones configurable so > > > > > that only

Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-28 Thread Peter Marko via lists.openembedded.org
-Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Xu, Lizhi via lists.openembedded.org Sent: Tuesday, November 28, 2023 3:38 To: alex.kier...@gmail.com Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH V2] [OE-core] tzdata: Reduced time zone

Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-27 Thread Xu, Lizhi via lists.openembedded.org
On Fri, 24 Nov 2023 16:50:04 +, Alex Kiernan wrote: > > > tzdata.bb by default pulls in all possible timezone data packages which > > > increases size of the final root filesystem considerably. > > > The customer would like to have extra timezones configurable so that only > > > tzdata-core is

Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-24 Thread Alex Kiernan
On Fri, Nov 24, 2023 at 2:12 PM Alex Kiernan via lists.openembedded.org wrote: > > On Fri, Nov 24, 2023 at 6:21 AM Xu, Lizhi via lists.openembedded.org > wrote: > > > > tzdata.bb by default pulls in all possible timezone data packages which > > increases size of the final root filesystem consider

Re: [PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-24 Thread Alex Kiernan
On Fri, Nov 24, 2023 at 6:21 AM Xu, Lizhi via lists.openembedded.org wrote: > > tzdata.bb by default pulls in all possible timezone data packages which > increases size of the final root filesystem considerably. > The customer would like to have extra timezones configurable so that only > tzdata-c

[PATCH V2] [OE-core] tzdata: Reduced time zone configuration

2023-11-23 Thread Xu, Lizhi via lists.openembedded.org
tzdata.bb by default pulls in all possible timezone data packages which increases size of the final root filesystem considerably. The customer would like to have extra timezones configurable so that only tzdata-core is chosen by default and rest of the zones are optional. This change would make th