[yocto] Query in yocto

2014-06-02 Thread Bharath Chandra
bb tool. Any help on this topic would be appreciated. -- Thanks & Regards, Bharath Chandra Elluru. Contact Number:785-979-4875. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Build History Folder

2014-06-04 Thread Bharath Chandra
taining-build-output-quality But, the problem is buildhistory/images folder is being created but *buildhistory/packages* folder is *not being created*. Any kind of suggestions on this issue would be helpful. -- Thanks & Regards, Bharath Chandra Elluru. Con

Re: [yocto] Build History Folder

2014-06-04 Thread Bharath Chandra
, 2014 at 8:35 PM, Bharath Chandra > > > > wrote: > > > I want to capture build history while building an image and I have done > > > the > > > following settings in conf/local.conf file. > > > > > > INHERIT += "buildhistory" &

[yocto] List of Binary Files from a recipe

2014-06-05 Thread Bharath Chandra
Hi, I am working on a reverse enginnering project and I want to know by looking at an executable , the recipe file from which it is generated. So, first I need to understand by using what commands in a recipe file, we can generate an executable. -- Thanks & Regards, Bharath Chandra El

Re: [yocto] List of Binary Files from a recipe

2014-06-05 Thread Bharath Chandra
Hi Ross, Thank you for the response. rpm -qf would give us the package name. Thanks, Bharath On Thu, Jun 5, 2014 at 4:13 PM, Burton, Ross wrote: > On 5 June 2014 21:50, Bharath Chandra wrote: > > I am working on a reverse enginnering project and I want to know by > looki

Re: [yocto] List of Binary Files from a recipe

2014-06-06 Thread Bharath Chandra
Hi Ross, Using rpm, I was able to trace back recipe files for all the files except for files in a folder called as media. When I try to trace for any file inside media, it does not show me any package name. Could anyone please tell me what is this media folder?? Thanks & Regards, Bharath Cha

[yocto] Installing a new software

2014-06-13 Thread Bharath Chandra
Hi, I am a newbee to yocto and I have a query. what is the process to add a new software to the image which is up and running. Should I add that package to recipe and build the image again and deploy it or is there any other simple way to do that?? -- Thanks & Regards, Bharath Chandra El

[yocto] Cross compiler in yocto

2014-06-23 Thread Bharath Chandra
help. -- Thanks & Regards, Bharath Chandra Elluru. Contact Number:785-979-4875. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] List of Recipes

2014-07-07 Thread Bharath Chandra
Hi All, I have an image deployed on gumstix board and I do not know the recipe file used to build that image. I want to know list of recipes used to build that image. Is it possible?? Thanks & Regards, Bharath Chandra Elluru. Contact Number:785-979-

[yocto] IMAGE_INSTALL

2014-07-08 Thread Bharath Chandra
Hi All, I want to include coreutils package in my image. I have included IMAGE_INSTALL += " \ coreutils \ " in my image file. But, I do not see any coreutils package in tmp folder. Let me know if my understanding is wrong. Thanks & Regards, Bharath Chandra Elluru. Contact

Re: [yocto] IMAGE_INSTALL

2014-07-08 Thread Bharath Chandra
in tmp folder. >> Let me know if my understanding is wrong. >> >> > It should be in tmp/work/i586-poky-linux/coreutils/ if you are building > for x86. > > Did you check your image too? > > > Best regards, > Rudi > -- Thanks & Regards, Bharath C

[yocto] Boot Process of gumstix

2014-07-15 Thread Bharath Chandra
where I can get good documentation about the startup process. -- Thanks & Regards, Bharath Chandra Elluru. Contact Number:785-979-4875. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Bharath Chandra
the recipe, then binary >> RPMs have a Source RPM metadata field and the srpm is named after the >> recipe: >> >> $ rpm -qpi connman-tests-1.24-r0.15.corei7_64.rpm | grep Source >> Source RPM : connman-1.24-r0.15.src.rpm >> >> Ross >> > > > > -

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Bharath Chandra
is > configured (which changes this rpm file name from the default one). > > > > On Tue, Jul 22, 2014 at 5:50 PM, Bharath Chandra < > ellurubharat...@gmail.com> wrote: > >> Hi Anooj, >> >> I guess you are looking at a wrong version of the recipe file, yo