Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-11-03 Thread Bruce Ashfield
On Fri, Nov 3, 2023 at 3:49 AM Jörg Sommer wrote: > > On 30.10.23 14:24, Jörg Sommer via lists.openembedded.org wrote: > > On 30.10.23 13:29, Bruce Ashfield wrote: > >> On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer > >> wrote: > >>> On 26.10.23 17:25, Bruce Ashfield wrote: > > > I ran into

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-11-03 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 14:24, Jörg Sommer via lists.openembedded.org wrote: > On 30.10.23 13:29, Bruce Ashfield wrote: >> On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer >> wrote: >>> On 26.10.23 17:25, Bruce Ashfield wrote: > I ran into issues with some kernel versions, but we may have moved on far

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 13:29, Bruce Ashfield wrote: > On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer wrote: >> On 26.10.23 17:25, Bruce Ashfield wrote: >>> I ran into issues with some kernel versions, but we may have moved on >>> far enough that it is no longer an issue. >> >> Do you remember what kind of

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Bruce Ashfield
On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer wrote: > > On 26.10.23 17:25, Bruce Ashfield wrote: > > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer > > wrote: > >> > >> On 26.10.23 10:34, Jose Quaresma wrote: > >>> > >>> > >>> Khem Raj mailto:raj.k...@gmail.com>> escreveu no > >>> dia quarta,

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 17:25, Bruce Ashfield wrote: > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: >> >> On 26.10.23 10:34, Jose Quaresma wrote: >>> >>> >>> Khem Raj mailto:raj.k...@gmail.com>> escreveu no >>> dia quarta, 25/10/2023 à(s) 18:18: >>> >>> I wonder if something like below would help

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Khem Raj
On Thu, Oct 26, 2023 at 8:26 AM Bruce Ashfield wrote: > > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: > > > > On 26.10.23 10:34, Jose Quaresma wrote: > > > > > > > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > > > dia quarta, 25/10/2023 à(s) 18:18: > > > > > > I wonder if

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Bruce Ashfield
On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: > > On 26.10.23 10:34, Jose Quaresma wrote: > > > > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > > dia quarta, 25/10/2023 à(s) 18:18: > > > > I wonder if something like below would help > > > > diff --git > >

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 10:34, Jose Quaresma wrote: > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > dia quarta, 25/10/2023 à(s) 18:18: > > I wonder if something like below would help > > diff --git > a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb >

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Jose Quaresma
Hi Martin Martin Jansa escreveu no dia quinta, 26/10/2023 à(s) 09:47: > But something like this inside of the external kernel module should work, > right? If yes, then it could be moved to module.bbclass or something. > > At least as long as the RPATH is set correctly, that worked for me with >

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Martin Jansa
But something like this inside of the external kernel module should work, right? If yes, then it could be moved to module.bbclass or something. At least as long as the RPATH is set correctly, that worked for me with some old 4.9 kernels in:

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Jose Quaresma
Khem Raj escreveu no dia quarta, 25/10/2023 à(s) 18:18: > I wonder if something like below would help > > diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb > b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb > index 2cff48c39c3..6133721334c 100644 > ---

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Khem Raj
I wonder if something like below would help diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index 2cff48c39c3..6133721334c 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Bruce Ashfield
On Wed, Oct 25, 2023 at 7:40 AM Jose Quaresma wrote: > > Hi Joerg, > > This topic has already been discussed previously in > https://lists.openembedded.org/g/openembedded-core/topic/98296212 > > Bruce even sent a patch but it was never integrated, probably because it was > a very invasive

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu no dia quarta, 25/10/2023 à(s) 12:41: > Hi Joerg, > > This topic has already been discussed previously in > https://lists.openembedded.org/g/openembedded-core/topic/98296212 > > Bruce even sent a patch but it was never integrated, probably

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Jose Quaresma
Hi Joerg, This topic has already been discussed previously in https://lists.openembedded.org/g/openembedded-core/topic/98296212 Bruce even sent a patch but it was never integrated, probably because it was a very invasive change. https://lists.openembedded.org/g/openembedded-core/message/182024