Re: [OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-28 Thread Alexander Kanavin
Come to think of it, let's downgrade this check to WARN_QA. It's not a critical error, not yet :) Alex On Fri, 28 Apr 2023 at 09:05, Alexander Kanavin via lists.openembedded.org wrote: > > They all need INSANE_SKIP = "32bit-time". > > I'll send patches. > > Alex > > On Fri, 28 Apr 2023 at 05:20,

Re: [OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-28 Thread Alexander Kanavin
They all need INSANE_SKIP = "32bit-time". I'll send patches. Alex On Fri, 28 Apr 2023 at 05:20, Khem Raj wrote: > > I see this error triggering for meta-openembedded builds > > qemuarm - https://errors.yoctoproject.org/Errors/Build/163136/ > > On Wed, Apr 26, 2023 at 2:50 AM Alexander Kanavin >

Re: [OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-27 Thread Khem Raj
I see this error triggering for meta-openembedded builds qemuarm - https://errors.yoctoproject.org/Errors/Build/163136/ On Wed, Apr 26, 2023 at 2:50 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > meta/classes-global/insane.bbclass | 7 ++- > 1 file changed, 6 inse

Re: [OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-27 Thread Alexander Kanavin
On Wed, 26 Apr 2023 at 23:18, Luca Ceresoli wrote: > > already-stripped installed-vs-shipped ldflags > > compile-host-path \ > > install-host-path pn-overrides unknown-configure-option \ > > useless-rpaths rpaths staticdev empty-dirs \ > > -patch

Re: [OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-26 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, On Wed, 26 Apr 2023 11:50:36 +0200 "Alexander Kanavin" wrote: > Signed-off-by: Alexander Kanavin > --- > meta/classes-global/insane.bbclass | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/meta/classes-global/insane.bbclass > b/meta/classes-global/insan

[OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes-global/insane.bbclass | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index 8788f58fc5b..38126d89a58 100644 --- a/meta/classes-global/insane.bbclass