diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-09 11:42:50 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-09 20:23:22 +0000 |
commit | 65cef3da1c97641db13d6ab4abdd84c490dc8528 (patch) | |
tree | 4257f5f8aba41d05ef66317356c3e765bdf3c52b | |
parent | 759cecb66d4397d0cd95427b5854e9be46157ba5 (diff) |
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
-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 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" |