From: Jan-Simon Möller Date: Sat, 28 Jul 2018 10:44:06 +0000 (+0200) Subject: Introduce buildstat summary for CI builds X-Git-Tag: flounder/5.99.3~25 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=80119c8454a23557bb9285a05174d193b55b3404;p=AGL%2Fmeta-agl.git 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 --- 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