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 | |
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')
5 files changed, 6 insertions, 4 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" diff --git a/templates/feature/agl-ci-change-features-nogfx/included.dep b/templates/feature/agl-ci-change-features-nogfx/included.dep index 21d30f731..5f81aca5b 100644 --- a/templates/feature/agl-ci-change-features-nogfx/included.dep +++ b/templates/feature/agl-ci-change-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot agl-audio-4a-framework
\ No newline at end of file +agl-devel agl-netboot agl-audio-4a-framework agl-buildstats
\ No newline at end of file diff --git a/templates/feature/agl-ci-change-features/included.dep b/templates/feature/agl-ci-change-features/included.dep index 9ac3a13b1..a11610dc4 100644 --- a/templates/feature/agl-ci-change-features/included.dep +++ b/templates/feature/agl-ci-change-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-audio-4a-framework +agl-demo agl-devel agl-netboot agl-audio-4a-framework agl-buildstats diff --git a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep index 3cd90cef2..ee033d49c 100644 --- a/templates/feature/agl-ci-snapshot-features-nogfx/included.dep +++ b/templates/feature/agl-ci-snapshot-features-nogfx/included.dep @@ -1 +1 @@ -agl-devel agl-netboot agl-archiver agl-audio-4a-framework +agl-devel agl-netboot agl-archiver agl-audio-4a-framework agl-buildstats diff --git a/templates/feature/agl-ci-snapshot-features/included.dep b/templates/feature/agl-ci-snapshot-features/included.dep index b57ee7c65..d80862995 100644 --- a/templates/feature/agl-ci-snapshot-features/included.dep +++ b/templates/feature/agl-ci-snapshot-features/included.dep @@ -1 +1 @@ -agl-demo agl-devel agl-netboot agl-archiver agl-audio-4a-framework +agl-demo agl-devel agl-netboot agl-archiver agl-audio-4a-framework agl-buildstats |