diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-03 23:20:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-03 21:22:18 +0000 |
commit | 80bead501ac85b7b54c6a825154e7152dc99e04f (patch) | |
tree | eaff2790bf9b330cad17a090ee02afccd8a7790a /templates/feature/agl-ci/99_local.conf.inc | |
parent | 0bdcc376cbfd0810bde1e31677f852c5c04c5e74 (diff) |
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 <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29885
Diffstat (limited to 'templates/feature/agl-ci/99_local.conf.inc')
-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 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" |