Re: [OE-core] [PATCH V2] Modify buildstats to be merged inside buildhistory

2014-01-09 Thread Stoicescu, CorneliuX
> > --- a/meta/classes/buildhistory.bbclass > > +++ b/meta/classes/buildhistory.bbclass > > @@ -16,9 +16,12 @@ BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd > /etc/group" > > BUILDHISTORY_COMMIT ?= "0" > > BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory > " > > BUILDHISTORY_PUSH_REPO ?= "" > > +BUILDSTAT

Re: [OE-core] [PATCH V2] Modify buildstats to be merged inside buildhistory

2014-01-08 Thread Richard Purdie
On Mon, 2014-01-06 at 18:12 +0100, Corneliu Stoicescu wrote: > - added buildstats inheritance inside buildhistory > - when buildhisory is used, buildstats will be moved inside the buildhistory > directory > --- > meta/classes/buildhistory.bbclass |3 +++ > meta/classes/buildstats.bbclass |

Re: [OE-core] [PATCH V2] Modify buildstats to be merged inside buildhistory

2014-01-08 Thread Saul Wold
On 01/06/2014 09:12 AM, Corneliu Stoicescu wrote: - added buildstats inheritance inside buildhistory - when buildhisory is used, buildstats will be moved inside the buildhistory directory This does not seem to have a Signed-off-by: Please submit a v2 for review. Thanks Sau! --- m

[OE-core] [PATCH V2] Modify buildstats to be merged inside buildhistory

2014-01-06 Thread Corneliu Stoicescu
- added buildstats inheritance inside buildhistory - when buildhisory is used, buildstats will be moved inside the buildhistory directory --- meta/classes/buildhistory.bbclass |3 +++ meta/classes/buildstats.bbclass |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/me