Re: [yocto] Problem: Installation

2017-02-20 Thread Burton, Ross
On 20 February 2017 at 18:09, SatyaNarayana Sampangi wrote: > Problem Solved, I did not mention the path properly in the S variable, > > I changed, S = "${WORKDIR}/${PN}-${PV}", which works fine. > > Thanks to Ross, for triggering. > That's the default value, so you can

Re: [yocto] Problem: Installation

2017-02-20 Thread SatyaNarayana Sampangi
Problem Solved, I did not mention the path properly in the S variable, I changed, S = "${WORKDIR}/${PN}-${PV}", which works fine. Thanks to Ross, for triggering. Regards, satya On Mon, Feb 20, 2017 at 11:14 PM, SatyaNarayana Sampangi < satya.2...@gmail.com> wrote: > Hi Ross, > > Thanks for

Re: [yocto] Problem: Installation

2017-02-20 Thread SatyaNarayana Sampangi
Hi Ross, Thanks for your reply, by the way the tgz contains, hello.c helloprint.c helloprint.h, and moreover I could see in the ${S}, which is suppose to be ~/yocto/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/hellosatya/1.0-r0/hellosatya-1.0 tree hellosatya-1.0/ hellosatya-1.0/

Re: [yocto] Problem: Installation

2017-02-20 Thread Burton, Ross
On 20 February 2017 at 16:30, SatyaNarayana Sampangi wrote: > 14 SRC_URI = "file://hellosatya-1.0.tgz" > 15 > 16 S = "${WORKDIR}" > What files are in the tgz, and where do they expand to? The error says no such file or directory, so presumably it didn't unpack

[yocto] Problem: Installation

2017-02-20 Thread SatyaNarayana Sampangi
Dear All, I am newbie to this yocto project. I faced the problem as shown below, solutions will be greatly appreciated. 1. I wrote the .bb file as shown below ---+ 1 SUMMARY = "Simple Hello World Application" 2 3 DESCRIPTION = "A test