diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-28 12:44:06 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-28 21:53:37 +0000 |
commit | 80119c8454a23557bb9285a05174d193b55b3404 (patch) | |
tree | d0c8607bd8947cb785472a7b7427ae204a846b72 /templates/feature/agl-buildstats | |
parent | 9e0ff1e9829f3cac0d7a4b90c5456164b8a01b96 (diff) |
Introduce buildstat summary for CI builds
To check the sstate-reuse, print out the buildstat summary at the end.
Change-Id: I64fa1591ade5f61dd3c7a2b51ebdb7afd9326de0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature/agl-buildstats')
-rw-r--r-- | templates/feature/agl-buildstats/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-buildstats/50_local.conf.inc b/templates/feature/agl-buildstats/50_local.conf.inc new file mode 100644 index 000000000..34110d35d --- /dev/null +++ b/templates/feature/agl-buildstats/50_local.conf.inc @@ -0,0 +1,2 @@ +INHERIT += "buildstats" +INHERIT += "buildstats-summary" |