Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Mittal, Anuj
On Thu, 2019-06-06 at 22:16 +0530, Gokul Raj wrote: > Hi Ross, > > Thanks for the suggestion. I have tried with inheriting autotools- > brokensep bbclass. Now bitbake got the path for compilation. But, > bitbake compilation refering to native kernel src path for module > compilation. For your info

Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Gokul Raj
Thanks Mark, I'll check them out. Regards, Gokul Raj K On Fri, 7 Jun, 2019, 2:54 AM Mark Hatle, wrote: > On 6/6/19 11:46 AM, Gokul Raj wrote: > > Hi Ross, > > > > Thanks for the suggestion. I have tried with inheriting > autotools-brokensep > > bbclass. Now bitbake got the path for compilation

Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Mark Hatle
On 6/6/19 11:46 AM, Gokul Raj wrote: > Hi Ross, > > Thanks for the suggestion. I have tried with inheriting autotools-brokensep > bbclass. Now bitbake got the path for compilation. But, bitbake compilation > refering to native kernel src path for module compilation. For your > information > this

Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Gokul Raj
Hi Ross, Thanks for the suggestion. I have tried with inheriting autotools-brokensep bbclass. Now bitbake got the path for compilation. But, bitbake compilation refering to native kernel src path for module compilation. For your information this package comes with both kernel module and userspace

Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Burton, Ross
Sounds like the makefiles are broken and can't handle out-of-tree builds. Try replacing inherit autotools with inherit autotools-brokensep (and if that fixes it, file a bug with jool as their build is broken). Ross On Thu, 6 Jun 2019 at 17:27, Gokul Raj wrote: > > Hi All, > > I'm new to yocto

[yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Gokul Raj
Hi All, I'm new to yocto and I'm trying to create recipe for Jool network translator package. Tried to compile this package in manually and I'm able to compile with following steps. *Manual Steps:* ./autogen.sh ./configure make make install *Yocto Receipe: * DESCRIPTION = "Jool is an Open Sourc