Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-17 Thread Richard Purdie
On Thu, 2022-12-15 at 08:32 -0800, Khem Raj wrote: > On Wed, Dec 7, 2022 at 11:11 PM Ola x Nilsson wrote: > > > > Signed-off-by: Ola x Nilsson > > --- > > meta/conf/distro/time64.conf | 23 +++ > > 1 file changed, 23 insertions(+) > > create mode 100644

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-16 Thread Khem Raj
I ran a build with time64 enabled on meta-openembedded + few more layers enabled on qemuarm/clang using yoe distro settings. there are some failures as below. https://errors.yoctoproject.org/Errors/Build/156858/ On Wed, Dec 7, 2022 at 11:11 PM Ola x Nilsson wrote: > > Signed-off-by: Ola x

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-15 Thread Khem Raj
On Wed, Dec 7, 2022 at 11:11 PM Ola x Nilsson wrote: > > Signed-off-by: Ola x Nilsson > --- > meta/conf/distro/time64.conf | 23 +++ > 1 file changed, 23 insertions(+) > create mode 100644 meta/conf/distro/time64.conf > > diff --git a/meta/conf/distro/time64.conf

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Khem Raj
On Fri, Dec 9, 2022 at 2:31 AM Ola x Nilsson wrote: > > > On Fri, Dec 09 2022, Khem Raj wrote: > > > Thanks for the patches > > > > On 12/7/22 23:11, Ola x Nilsson wrote: > >> Signed-off-by: Ola x Nilsson > >> --- > >> meta/conf/distro/time64.conf | 23 +++ > >> 1 file

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Khem Raj
On Fri, Dec 9, 2022 at 5:09 AM Alexandre Belloni wrote: > > On 09/12/2022 10:55:16+0100, Ola x Nilsson wrote: > > > > On Fri, Dec 09 2022, Khem Raj wrote: > > > > > Thanks for the patches > > > > > > On 12/7/22 23:11, Ola x Nilsson wrote: > > >> Signed-off-by: Ola x Nilsson > > >> --- > > >>

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Richard Purdie
On Fri, 2022-12-09 at 14:13 +0100, Alexander Kanavin wrote: > I'd rather not maintain a list of those that *are* affected, This isn't actually too bad since these are architectures, not machines or tunes and the list should remain static, nobody is creating new 32 bit platforms with the bug. So

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexander Kanavin
I'd rather not maintain a list of those that *are* affected, even if we then include those that aren't. It's only build flags, and they should be ignored when the platform has already done the right things from the start. Alex On Fri, 9 Dec 2022 at 14:09, Alexandre Belloni via

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 10:55:16+0100, Ola x Nilsson wrote: > > On Fri, Dec 09 2022, Khem Raj wrote: > > > Thanks for the patches > > > > On 12/7/22 23:11, Ola x Nilsson wrote: > >> Signed-off-by: Ola x Nilsson > >> --- > >> meta/conf/distro/time64.conf | 23 +++ > >> 1 file

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 11:36:03+0100, Ola x Nilsson wrote: > > On Thu, Dec 08 2022, Alexander Kanavin wrote: > > > On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: > >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" > >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" > >> +# pipewire-v4l2 explicitly sets

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Richard Purdie
On Fri, 2022-12-09 at 10:55 +0100, Ola x Nilsson wrote: > On Fri, Dec 09 2022, Khem Raj wrote: > > > Thanks for the patches > > > > On 12/7/22 23:11, Ola x Nilsson wrote: > > > Signed-off-by: Ola x Nilsson > > > --- > > > meta/conf/distro/time64.conf | 23 +++ > > > 1

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Ola x Nilsson
On Thu, Dec 08 2022, Alexander Kanavin wrote: > On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" >> +# pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to >> +# both 32 and 64 bit file APIs.

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Ola x Nilsson
On Thu, Dec 08 2022, Richard Purdie wrote: > On Thu, 2022-12-08 at 11:00 +0100, Alexander Kanavin wrote: >> On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: >> > +# TODO: Only for 32-bit architectures? >> > +TARGET_CC_ARCH:append:arm = " ${GLIBC_64BIT_TIME_FLAGS}" >> >

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Ola x Nilsson
On Fri, Dec 09 2022, Khem Raj wrote: > Thanks for the patches > > On 12/7/22 23:11, Ola x Nilsson wrote: >> Signed-off-by: Ola x Nilsson >> --- >> meta/conf/distro/time64.conf | 23 +++ >> 1 file changed, 23 insertions(+) >> create mode 100644

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-08 Thread Khem Raj
Thanks for the patches On 12/7/22 23:11, Ola x Nilsson wrote: Signed-off-by: Ola x Nilsson --- meta/conf/distro/time64.conf | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/conf/distro/time64.conf diff --git a/meta/conf/distro/time64.conf

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-08 Thread Richard Purdie
On Thu, 2022-12-08 at 11:00 +0100, Alexander Kanavin wrote: > On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: > > +# TODO: Only for 32-bit architectures? > > +TARGET_CC_ARCH:append:arm = " ${GLIBC_64BIT_TIME_FLAGS}" > > +TARGET_CC_ARCH:append:armeb = " ${GLIBC_64BIT_TIME_FLAGS}" > >

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-08 Thread Alexander Kanavin
On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: > +# TODO: Only for 32-bit architectures? > +TARGET_CC_ARCH:append:arm = " ${GLIBC_64BIT_TIME_FLAGS}" > +TARGET_CC_ARCH:append:armeb = " ${GLIBC_64BIT_TIME_FLAGS}" > +TARGET_CC_ARCH:append:mips32el = " ${GLIBC_64BIT_TIME_FLAGS}" On the contrary,

[OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-07 Thread Ola x Nilsson
Signed-off-by: Ola x Nilsson --- meta/conf/distro/time64.conf | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/conf/distro/time64.conf diff --git a/meta/conf/distro/time64.conf b/meta/conf/distro/time64.conf new file mode 100644 index