> > --- 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
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 |
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
- 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