Re: [yocto] Build History Folder

2014-06-04 Thread Bharath Chandra
Thank you Paul, I am new to yocto. I am trying to build the image from scratch again and now the package folder is generated. Thanks for the response. On Wed, Jun 4, 2014 at 4:12 PM, Paul Eggleton wrote: > On Wednesday 04 June 2014 20:59:22 Nicolas Dechesne wrote: > > On Wed, Jun 4, 2014 at 8

Re: [yocto] Build History Folder

2014-06-04 Thread Paul Eggleton
On Wednesday 04 June 2014 20:59:22 Nicolas Dechesne wrote: > On Wed, Jun 4, 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" > >

Re: [yocto] Build History Folder

2014-06-04 Thread Nicolas Dechesne
On Wed, Jun 4, 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" > BUILDHISTORY_COMMIT = "1" > > as suggested in > http://www.yoctoproject.org

[yocto] Build History Folder

2014-06-04 Thread Bharath Chandra
Hi, I want to capture build history while building an image and I have done the following settings in conf/local.conf file. INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" as suggested in http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#maintaining-build-output-q