Re: [yocto] New Recipe Integration Issue

2018-04-29 Thread Shakthi Pradeep (tpradeep)
Thanks Andre. Inclusion of -Wl,-soname,libmvudrv.so.1.0.1 in Makefile solved the problem Regards, Shakthi On 27/04/18, 12:42 AM, "Andre McCurdy" wrote: On Thu, Apr 26, 2018 at 11:36 AM, Shakthi Pradeep (tpradeep) wrote: > Thanks for the

Re: [yocto] New Recipe Integration Issue

2018-04-26 Thread Andre McCurdy
On Thu, Apr 26, 2018 at 11:36 AM, Shakthi Pradeep (tpradeep) wrote: > Thanks for the info Andre. What you are suggesting it to be done while > building an application over these libraries right? No. The soname needs to be set when the library is linked. > Any idea why the

Re: [yocto] New Recipe Integration Issue

2018-04-26 Thread Shakthi Pradeep (tpradeep)
Thanks for the info Andre. What you are suggesting it to be done while building an application over these libraries right? Any idea why the packaging is failing? Regards, Shakthi On 27/04/18, 12:00 AM, "Andre McCurdy" wrote: On Thu, Apr 26, 2018 at 11:03 AM, Shakthi

Re: [yocto] New Recipe Integration Issue

2018-04-26 Thread Andre McCurdy
On Thu, Apr 26, 2018 at 11:03 AM, Shakthi Pradeep (tpradeep) wrote: > Hello Folks, > > I am trying to integrate an SDK which is very simple and small. Building the > SDK generates an executable and few .so libraries. > > “bitbake sdk” command goes through fine but when I run

[yocto] New Recipe Integration Issue

2018-04-26 Thread Shakthi Pradeep (tpradeep)
Hello Folks, I am trying to integrate an SDK which is very simple and small. Building the SDK generates an executable and few .so libraries. “bitbake sdk” command goes through fine but when I run “bitbake wrlinux-image-glibc-std” to generate an ISO with SDK packages I am get following error