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