Re: [yocto] Usage of apt-get package in yocto

2015-05-20 Thread Raghavendra Kakarla
Hi Alimon, After adding the lines what you mentioned in the local.conf file and tried to get the git packages with "apt-get " it also give the error but this time it is different. It gives the error "unable to locate package git". I have a doubt here, when I run the apt-get in yocto distribut

Re: [yocto] Adding machine in own layer with the same name as machine in different layer

2015-05-20 Thread Khem Raj
> On May 20, 2015, at 5:35 AM, Marcin Krzemiński > wrote: > > Hi, > > I have my own layer and I want to add machine named qemuarm to use runqemu > scrips ac close as possible original scripts from poky. When I try to build > this machine it seems that recipes from qemuarm are used. Is it pos

Re: [yocto] How to interface piTFT2.8" with Raspberrypi using fbtft driver?

2015-05-20 Thread Khem Raj
> On May 20, 2015, at 12:56 AM, abhishek srivastava > wrote: > > Hi > i need to interface piTFT2.8" resistive display with raspberrypi using fbtft > driver. i want to insert this driver in Yocto Image that I have built. > But I really dont know how? I can find fbtft driver under stagging direc

[yocto] How to set RPATH in SConscript?

2015-05-20 Thread Cai, Juliet Z
I am trying to create an image with a package built with scons. Inside a SConscript, it sets RPATH=[env.get('BUILD_DIR')]. I believe this is causing "QA Error: package contain bad RPATH" on some of the executables during do_package. If this is indeed the problem, what should I set RPATH to insid

Re: [yocto] Usage of apt-get package in yocto

2015-05-20 Thread Aníbal Limón
Hi Raghavendra, On 20/05/15 04:01, Raghavendra Kakarla wrote: Hi, I have some requirement with apt-get in yocto genearted rootfs. I built the yocto source code with enabling the apt package. But after booting the image on my machine and run the "apt-get" command for installing some packa

[yocto] Adding machine in own layer with the same name as machine in different layer

2015-05-20 Thread Marcin Krzemiński
Hi, I have my own layer and I want to add machine named qemuarm to use runqemu scrips ac close as possible original scripts from poky. When I try to build this machine it seems that recipes from qemuarm are used. Is it possible to do it or should I use different name? Regards, Marcin --

[yocto] Usage of apt-get package in yocto

2015-05-20 Thread Raghavendra Kakarla
Hi, I have some requirement with apt-get in yocto genearted rootfs. I built the yocto source code with enabling the apt package. But after booting the image on my machine and run the "apt-get" command for installing some package it gives the following error. Could not open the file /var/li

Re: [yocto] Issue with yocto ADT

2015-05-20 Thread Raghavendra Kakarla
Hi Todor, Thank you for your replies. Now I fixed this issue. Yocto ADT is now working. I am able to run/debug application on qemu using the yocto eclipse plugin. Regards, Raghavendra K. From: Minchev, Todor Sent: Tuesday, May 19, 2015 5:52 PM To: Ragh

[yocto] How to interface piTFT2.8" with Raspberrypi using fbtft driver?

2015-05-20 Thread abhishek srivastava
Hii need to interface piTFT2.8" resistive display with raspberrypi using fbtft driver. i want to insert this driver in Yocto Image that I have built.But I really dont know how? I can find fbtft driver under stagging directory (in linux3.18.11+) but when it would be officially available as featur