Use AGL_BRANCH in agl-ci template 85/29885/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 May 2024 21:20:15 +0000 (23:20 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 May 2024 21:22:18 +0000 (21:22 +0000)
Use the correct branch in the config template.

Bug-AGL: SPEC-5130
Change-Id: I960145811fa4691f0294aa26d04813521c27fce2
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29885

templates/feature/agl-ci/99_local.conf.inc

index 1ff8c57..ef14cd8 100644 (file)
@@ -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"