Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-03 Thread Peter Bergin
On 2019-12-03 16:28, Bruce Ashfield wrote: I'm assuming that you mean those headers are in a separate package and are installed into the dependent packages sysroot (or the SDK in your descriptin) via other means that linux-libc-headers .. if so, yes, that is the right thing to do. Thanks Bruce!

Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-03 Thread Bruce Ashfield
On Tue, Dec 3, 2019 at 2:59 AM Peter Bergin wrote: > > On 2019-12-02 14:44, Bruce Ashfield wrote: > > On Mon, Dec 2, 2019 at 4:14 AM Mike Looijmans > > wrote: > >> On 01-12-19 22:57, Peter Bergin via Lists.Yoctoproject.Org wrote: > >>> Hi, > >>> > >>> I'm currently working in a project using

Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-03 Thread Peter Bergin
On 2019-12-02 14:44, Bruce Ashfield wrote: On Mon, Dec 2, 2019 at 4:14 AM Mike Looijmans wrote: On 01-12-19 22:57, Peter Bergin via Lists.Yoctoproject.Org wrote: Hi, I'm currently working in a project using Yocto 2.6 (thud) release. It has default kernel v4.18 and also linux-libc-headers

Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-02 Thread Mikko Rapeli
Hi, On Mon, Dec 02, 2019 at 09:28:03AM +, Mike Looijmans wrote: > One solution I can think of is to put the header into it's own > recipe/repository and then refer to it like any other library would. Refer to > that recipe from the module (or kernel) recipe that needs it. This way you >

Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-02 Thread Mikko Rapeli
Hi, On Mon, Dec 02, 2019 at 09:13:47AM +, Mike Looijmans wrote: > On 01-12-19 22:57, Peter Bergin via Lists.Yoctoproject.Org wrote: > > Hi, > > > > I'm currently working in a project using Yocto 2.6 (thud) release. It has > > default kernel v4.18 and also linux-libc-headers from kernel

Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-02 Thread Mike Looijmans
On 01-12-19 22:57, Peter Bergin via Lists.Yoctoproject.Org wrote: > Hi, > > I'm currently working in a project using Yocto 2.6 (thud) release. It has > default kernel v4.18 and also linux-libc-headers from kernel v4.18. In my > project we will use kernel v4.1. I would like advice how to handle

Re: [yocto] linux-libc-headers - how to handle for older kernels?

2019-12-02 Thread Mikko Rapeli
Hi, On Sun, Dec 01, 2019 at 10:57:15PM +0100, Peter Bergin wrote: > Hi, > > I'm currently working in a project using Yocto 2.6 (thud) release. It has > default kernel v4.18 and also linux-libc-headers from kernel v4.18. In my > project we will use kernel v4.1. I would like advice how to handle

[yocto] linux-libc-headers - how to handle for older kernels?

2019-12-01 Thread Peter Bergin
Hi, I'm currently working in a project using Yocto 2.6 (thud) release. It has default kernel v4.18 and also linux-libc-headers from kernel v4.18. In my project we will use kernel v4.1. I would like advice how to handle the linux-libc-headers package for my project, should I use the v4.18