From 65cef3da1c97641db13d6ab4abdd84c490dc8528 Mon Sep 17 00:00:00 2001
From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Date: Tue, 9 Aug 2022 11:42:50 +0200
Subject: [PATCH] Change agl-ci to use AGL_BRANCH

Use a dedicated sstate-mirror path.

Bug-AGL: SPEC-4518
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I90df137c17c2925417ab771c949241dd04782ef3
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27889
---
 templates/feature/agl-ci/99_local.conf.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc
index 8d56baa23..caf696d0c 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"
-- 
2.16.6