Re: [yocto] Missing dependencies on driver header

2017-04-03 Thread Colin Helliwell
> On 31 March 2017 at 14:56 Fabien Lahoudere > wrote: > > On Fri, 2017-03-31 at 14:42 +0100, colin.helliw...@ln-systems.com wrote: > > > I have a niggly problem I keep running into, especially with fresh image > > builds. > > I have a custom driver, and a user-space library for controlling it;

Re: [yocto] Missing dependencies on driver header

2017-03-31 Thread Fabien Lahoudere
On Fri, 2017-03-31 at 14:42 +0100, colin.helliw...@ln-systems.com wrote: > I have a niggly problem I keep running into, especially with fresh image > builds. > I have a custom driver, and a user-space library for controlling it; > therefore the library includes one of the driver's header files (IOC

[yocto] Missing dependencies on driver header

2017-03-31 Thread colin.helliwell
I have a niggly problem I keep running into, especially with fresh image builds. I have a custom driver, and a user-space library for controlling it; therefore the library includes one of the driver's header files (IOCTL defs etc). However I can't get the dependencies correct in the library recipe