diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-15 09:54:47 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-19 22:09:04 +0000 |
commit | 468e2189a342ca9d53f0e4fa5702175fe130f237 (patch) | |
tree | 4db8874b09da4f10ff83e92e9cceecf477eaa8b7 /templates | |
parent | cc1710f95b2d28cc993fb0d7a1696dd5af6fe000 (diff) |
Update Mirror setup for octopus
Change-Id: Ib0b8bf6feaee6b7c5231c0577861f41773e8cd75
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28570
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 8d56baa23..62d0c855e 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -6,14 +6,10 @@ PARALLEL_MAKE:pn-opencv = "-j 1" AGL_HOST_PREMIRROR ?= "http://download.automotivelinux.org" AGL_HOST_SSTATE_MIRROR ?= "http://download.automotivelinux.org" -PREMIRRORS = " \ -git://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ -ftp://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ -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 " +SOURCE_MIRROR_URL := "${AGL_HOST_PREMIRROR}/AGL/mirror/" +INHERIT += "own-mirrors" + +SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/${AGL_BRANCH}/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " #INHERIT += "packagefeed-stability" INHERIT += "buildhistory" |