diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-07 17:34:41 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-07 17:34:41 +0100 |
commit | be4e3848ea2c35c9fc380921c54f20c1859bba0f (patch) | |
tree | be8353039076b225345fdbc0bfdaaeabe243a39a /templates/feature/agl-ci | |
parent | 57e46be09ce7aa5592e8381262da63672205dbb0 (diff) |
Disable packagefeed-stability in agl-ci feature
This is added in the release builds only.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6336f9862489121b0e5385c8aac28cc58065c700
Diffstat (limited to 'templates/feature/agl-ci')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 69c76fbe0..cbf0c7d2b 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -15,7 +15,7 @@ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/master/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " -INHERIT += "packagefeed-stability" +#INHERIT += "packagefeed-stability" INHERIT += "buildhistory" INHERIT += "buildstats" INHERIT += "buildstats-summary" |