Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-07-12 Thread varun bhatnagar
:18 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Sunday 30 June 2013 00:05:58 varun bhatnagar wrote: Yes Paul that was the entry was there in CORE_IMAGE_EXTRA_INSTALL. I have removed it from there but I need to add the command provided by these packages in my image. So I have

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-29 Thread varun bhatnagar
, it gives me a message saying Nothing provides test-ea. What shall I do? (I have build the recipe file of test-ea without any error.) On Fri, Jun 28, 2013 at 1:55 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 27 June 2013 23:28:05 varun bhatnagar wrote: Thanks a ton Paul

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-27 Thread varun bhatnagar
Thanks a ton Paul and Saul for the reply. Your suggestion worked. :) But after building my recipe file I executed bitbake -k core-image-minimal and I got the following error: NOTE: Resolving any missing task queue dependencies Missing or unbuildable dependency chain was: ['app-ea'] ERROR:

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-25 Thread varun bhatnagar
paul.eggle...@linux.intel.com wrote: On Sunday 23 June 2013 00:34:17 varun bhatnagar wrote: I am trying to compile my code using yocto. For that I have created two layers: meta-networking and meta-oe. I have added these dependencies in bblayer.conf too. But these are not getting build. Can

[yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-22 Thread varun bhatnagar
Hi, Sorry I am sending this again but can anybody suggest something for this problem please (please go through the mail chain below). // Varun Forwarded conversation Subject: Yocto Layers not getting recognized by bitbake From: *varun bhatnagar* varun292...@gmail.com

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-19 Thread varun bhatnagar
:11 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-06-18 17:28, varun bhatnagar wrote: I am building one of my application using yocto by giving bitbake -k core-image-minimal command but I am facing some errors as this application requires two libraries *1) net-snmp* *2) fuse* * * I

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-18 Thread varun bhatnagar
..! If you don't mind..!! Or explain with equivalent clarity. It l will good if you can also put in your directory structure. - Sudhangathan BS Ph:(+91) 9731-905-205 - On Mon, Jun 17, 2013 at 11:33 PM, varun bhatnagar

[yocto] Yocto Layers not getting recognized by bitbake

2013-06-17 Thread varun bhatnagar
Hi, I am trying to compile my code using yocto. For that I have created two layers: meta-networking and meta-oe. I have added these dependencies in bblayer.conf too. But these are not getting build. Can anyone please tell me what should I do to make this work. // Varun

Re: [yocto] Yocto Layers not getting recognized by bitbake

2013-06-17 Thread varun bhatnagar
all this stuff I am again trying to recompile my code but still I am getting the same error saying that it is not able to find those libraries provided by me in the form of layers. On Mon, Jun 17, 2013 at 11:03 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-06-17 18:08, varun bhatnagar wrote

[yocto] qemu: keyboard mapping got changed

2013-05-28 Thread varun bhatnagar
Hi, I have build an image by using *bitbake -k core-image-minimal. *After that I booted the image through qemu. But when I tried logging in I found out that the key mapping of the keyboard got changed and correct alphabets are not getting typed. I am attaching a screenshot below. I checked

Re: [yocto] runqemu: vnc server running on ::1:5900

2013-05-23 Thread varun bhatnagar
, Burton, Ross ross.bur...@intel.comwrote: On 22 May 2013 18:12, varun bhatnagar varun292...@gmail.com wrote: Thanks Burton, Ross Will try this at my workplace. And is this a bug? No. Make it require SDL and people object, make it always build without SDL and people object. So

[yocto] runqemu: vnc server running on ::1:5900

2013-05-22 Thread varun bhatnagar
Hi, I have successfully created a PowerPC image using* bitbake -k core-image-minimal*. When I am trying to boot it using *runqemu qemuppc* I am getting a message saying* vnc server running on ::1:5900.* I searched on internet and it was written that to resolve this error *SDL *and *SDL-devel*

Re: [yocto] runqemu: vnc server running on ::1:5900

2013-05-22 Thread varun bhatnagar
the image getting booted. But in my case I am not getting anything and it is getting stuck. On Wed, May 22, 2013 at 10:21 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Wed, May 22, 2013 at 6:45 PM, varun bhatnagar varun292...@gmail.comwrote: I have successfully created

Re: [yocto] runqemu: vnc server running on ::1:5900

2013-05-22 Thread varun bhatnagar
Thanks Burton, Ross Will try this at my workplace. And is this a bug? On Wed, May 22, 2013 at 10:26 PM, Burton, Ross ross.bur...@intel.comwrote: On 22 May 2013 17:45, varun bhatnagar varun292...@gmail.com wrote: Hi, I have successfully created a PowerPC image using* bitbake -k

[yocto] Yocto Doubts

2013-05-14 Thread varun bhatnagar
Hi, I am trying to understand Yocto build process and I have couple of doubts. 1) After specifying the architecture in local.conf when I give bitbake -k core-image-minimal the build process gets kicked off. My doubt is how are the executables getting cross

[yocto] How to install own package using yocto

2013-05-07 Thread varun bhatnagar
Hi, I am new to Yocto. I have a tar package and I want to install this package in my image created by Yocto. I want to perform three steps to install the package: 1) Build directory named build (*mkdir build*) 2) Change the directory to build (*cd build*) 3) Execute cmake command (*cmake ..*)

Re: [yocto] Hob terminal is getting terminated

2013-03-07 Thread varun bhatnagar
be on the public mailing list. That way others can help and/or learn from the discussion. I hope you don't mind be bringing it back to the mailing list. On Wed, Mar 6, 2013 at 11:32 AM, varun bhatnagar varun292...@gmail.com wrote: YesI have...I tried running bitbake todayit also

[yocto] Hob terminal is getting terminated

2013-03-05 Thread varun bhatnagar
Hi, I am using yocto-1.2 release. I have imported the bitbake project and I am trying to launch hob from the eclipse Project menu item. There I gave my build directory as input and clicked OK. I got a window where in hob is launched but there I am having problem. It is trying to download quiltbut