From: Jan-Simon Moeller Date: Thu, 7 Jan 2021 16:33:53 +0000 (+0100) Subject: Disable packagefeed-stability in agl-ci feature X-Git-Tag: 10.92.0~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=77a103b9ba7eec908c2df65fada5a1b978a12fd9;p=AGL%2Fmeta-agl.git Disable packagefeed-stability in agl-ci feature This is added in the release builds only. Signed-off-by: Jan-Simon Moeller Change-Id: I42bd1ebf924ad3d41107588b8e8d2b27b500b2a7 --- 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"