Re: [yocto] unable to create softlink for precompilied libraries

2017-04-07 Thread Chandrasekhar S
Thank you Khem, it worked. Regards, Chandrasekhar -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Thursday, April 06, 2017 7:18 PM To: chandrasekhar c Cc: yocto@yoctoproject.org Subject: Re: [yocto] unable to create softlink for precompilied libraries On Thu, Apr 6

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Khem Raj
Apr 2017 14:39:04 GMT+0530 > To: "Fabien Lahoudere " > Cc: "yocto@yoctoproject.org" > > Subject: Re: [yocto] unable to create softlink for precompilied libraries > > Hi , > No, I will do the changes and let you know the result. > > Regards, > Chandrase

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Fabien Lahoudere
t; present > > Thanks  > Chandra > > From: chandrasekhar c > Sent: Thu, 6 Apr 2017 14:39:04 GMT+0530 > To: "Fabien Lahoudere " > Cc: "yocto@yoctoproject.org" > Subject: Re: [yocto] unable to create softlink for precompilied libraries > >

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi,I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my recipe still the issue is presentThanks ChandraFrom: chandrasekhar c Sent: Thu, 6 Apr 2017 14:39:04 GMT+0530To: "Fabien Lahoudere " Cc: "yocto@yoctoprojec

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi ,No, I will do the changes and let you know the result.Regards,ChandrasekharFrom: Fabien Lahoudere Sent: Thu, 6 Apr 2017 14:10:30 GMT+0530To: yocto@yoctoproject.orgSubject: Re: [yocto] unable to create softlink for precompilied librariesOn Thu, 2017-04-06 at

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Fabien Lahoudere
On Thu, 2017-04-06 at 08:08 +, chandrasekhar c wrote: > Hi,  > I have a third party precompilied libraries. I erota a recipe to copy to > rootfs and create  soft > links for the same. After doing bitbake it didnt throw any errors, but when I > check th rootfs it > didn't create any link file.

[yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi, I have a third party precompilied libraries. I erota a recipe to copy to rootfs and create  soft links for the same. After doing bitbake it didnt throw any errors, but when I check th rootfs it didn't create any link file.Below is my recipe do_install_append() { install -d ${D}${li