Re: [yocto] Third Party Components Integration in Yocto

2014-05-09 Thread Alex J Lennon
On 09/05/2014 06:56, Meenakumari Shedole wrote: > Thanks for your response Alex. > > I gone with all these steps but not helpful. > Hi Meena, I'm sorry to hear that. I think your installation line is still incorrect, and should probably be ${S}/bb-example or ${WORKDIR}/bb-example I'm not sure w

Re: [yocto] Third Party Components Integration in Yocto

2014-05-09 Thread Burton, Ross
On 9 May 2014 06:56, Meenakumari Shedole wrote: > install: cannot stat `bb-example': No such file or directory Your compile task didn't actually work. Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Third Party Components Integration in Yocto

2014-05-08 Thread Meenakumari Shedole
oblem. Regards Meena From: Alex J Lennon [ajlen...@dynamicdevices.co.uk] Sent: Thursday, May 08, 2014 3:52 PM To: Meenakumari Shedole Cc: yocto@yoctoproject.org Subject: Re: [yocto] Third Party Components Integration in Yocto Hi Meena, On 08/05/2014 11:05, Meenakumari Shedole

Re: [yocto] Third Party Components Integration in Yocto

2014-05-08 Thread Alex J Lennon
; *Sent:* Tuesday, May 06, 2014 9:17 PM > *To:* Meenakumari Shedole; yocto@yoctoproject.org; Beauchesne, Gwenole > *Subject:* Re: [yocto] Third Party Components Integration in Yocto > > > > > > On 06/05/2014 15:57, Meenakumari Shedole wrote: > > Hi, > >

Re: [yocto] Third Party Components Integration in Yocto

2014-05-08 Thread Meenakumari Shedole
...@dynamicdevices.co.uk] Sent: Tuesday, May 06, 2014 9:17 PM To: Meenakumari Shedole; yocto@yoctoproject.org; Beauchesne, Gwenole Subject: Re: [yocto] Third Party Components Integration in Yocto On 06/05/2014 15:57, Meenakumari Shedole wrote: Hi, To add 3rd party components in yocto we created bb file and

Re: [yocto] Third Party Components Integration in Yocto

2014-05-06 Thread Alex J Lennon
On 06/05/2014 15:57, Meenakumari Shedole wrote: > Hi, > > To add 3rd party components in yocto we created bb file and modified > local.conf file. > After a yocto build, 3rd party component executing the binaries and > rpm packages but executed binaries are not loading inside the rpm > packages, rp

[yocto] Third Party Components Integration in Yocto

2014-05-06 Thread Meenakumari Shedole
Hi, To add 3rd party components in yocto we created bb file and modified local.conf file. After a yocto build, 3rd party component executing the binaries and rpm packages but executed binaries are not loading inside the rpm packages, rpm package is empty. Used below function in bb file.  do