Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-30 Thread Laszlo Ersek
- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: Thursday, September 28, 2017 8:07 PM >> To: Zhu, Yonghong <yonghong@intel.com>; edk2-devel@lists.01.org >> Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Shaw, Kevin W >> <kevin.w.

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-29 Thread Ni, Ruiyu
..@intel.com> > Subject: Re: [edk2] [Patch V2] Build spec: add description for build with > binary > cache > > Laszlo: > --binary-destination is to cache the generated binary in this directory, > --binary- > source is to fetch the cached binary from this directory. If the

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-29 Thread Gao, Liming
ng <yonghong@intel.com>; edk2-devel@lists.01.org >Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Shaw, Kevin W ><kevin.w.s...@intel.com>; Gao, Liming <liming@intel.com> >Subject: Re: [edk2] [Patch V2] Build spec: add description for build with >binary >cach

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-29 Thread Gao, Liming
Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Shaw, Kevin W ><kevin.w.s...@intel.com>; Gao, Liming <liming@intel.com> >Subject: Re: [edk2] [Patch V2] Build spec: add description for build with >binary >cache > >On 09/19/17 08:48, Yonghong Zhu wrote:

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-28 Thread Laszlo Ersek
On 09/28/17 14:06, Laszlo Ersek wrote: > So, how can I invalidate all the cached values? Is it enough to delete > the *.hash files? ... I'm asking because I tried the --binary-destination option as well, and in the bin cache directory, *.depex and *.inf files were stored as well, not just *.hash

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-28 Thread Laszlo Ersek
On 09/19/17 08:48, Yonghong Zhu wrote: > V2: > change the option name to --binary-destination and --binary-source. > > fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=689 > Cc: Liming Gao > Cc: Michael Kinney > Cc: Kevin W Shaw

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-28 Thread Gao, Liming
.d.kin...@intel.com>; Shaw, Kevin W ><kevin.w.s...@intel.com> >Subject: Re: [edk2] [Patch V2] Build spec: add description for build with >binary >cache > >On 09/28/17 11:02, Gao, Liming wrote: >> Laszlo: >> Hash way may improve the incremental b

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-28 Thread Laszlo Ersek
t;> To: Zhu, Yonghong <yonghong@intel.com>; edk2-devel@lists.01.org >> Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Shaw, Kevin W >> <kevin.w.s...@intel.com>; Gao, Liming <liming@intel.com> >> Subject: Re: [edk2] [Patch V2] Build spec: a

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-28 Thread Gao, Liming
;; Gao, Liming <liming@intel.com> >Subject: Re: [edk2] [Patch V2] Build spec: add description for build with >binary >cache > >On 09/19/17 08:48, Yonghong Zhu wrote: >> V2: >> change the option name to --binary-destination and --binary-source. >> >>

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-28 Thread Laszlo Ersek
On 09/19/17 08:48, Yonghong Zhu wrote: > V2: > change the option name to --binary-destination and --binary-source. > > fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=689 What are the benefits of a hash-based incremental build over a timestamp-based incremental build? Thank you, Laszlo >

Re: [edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-27 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zhu, Yonghong >Sent: Tuesday, September 19, 2017 2:48 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming ; Kinney, Michael D >; Shaw, Kevin W

[edk2] [Patch V2] Build spec: add description for build with binary cache

2017-09-19 Thread Yonghong Zhu
V2: change the option name to --binary-destination and --binary-source. fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=689 Cc: Liming Gao Cc: Michael Kinney Cc: Kevin W Shaw Contributed-under: TianoCore