From 80bead501ac85b7b54c6a825154e7152dc99e04f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 3 May 2024 23:20:15 +0200 Subject: Use AGL_BRANCH in agl-ci template Use the correct branch in the config template. Bug-AGL: SPEC-5130 Change-Id: I960145811fa4691f0294aa26d04813521c27fce2 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29885 --- templates/feature/agl-ci/99_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/feature') diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 1ff8c571b..ef14cd835 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -13,7 +13,7 @@ http://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ " -SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/master/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " +SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/${AGL_BRANCH}/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " #INHERIT += "packagefeed-stability" INHERIT += "buildhistory" -- cgit 1.2.3-korg