Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-27 Thread Richard Purdie
On Mon, 2024-02-26 at 20:16 -0500, Randy MacLeod via lists.openembedded.org wrote: >  On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: >  From: Xiangyu Chen > > > > Some locales are not listed in glibc locales support list, but can be > > generated, > > here using

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Xiangyu Chen
On 2/27/24 09:16, Randy MacLeod wrote: On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Khem Raj
On Mon, Feb 26, 2024 at 5:16 PM Randy MacLeod wrote: > > On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: > > From: Xiangyu Chen > > Some locales are not listed in glibc locales support list, but can be > generated, > here using ja_JP.SHIFT_JIS as an example. We can add

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Randy MacLeod via lists.openembedded.org
On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into local.conf to enable and generate it:

[OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Xiangyu Chen
From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into local.conf to enable and generate it: GLIBC_GENERATE_LOCALES += "en_GB.UTF-8 en_US.UTF-8 ja_JP.UTF-8 ja_JP.SHIFT_JIS"