From: Jan-Simon Moeller Date: Wed, 15 Mar 2023 08:54:47 +0000 (+0100) Subject: Update Mirror setup for octopus X-Git-Tag: 15.0.1~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=468e2189a342ca9d53f0e4fa5702175fe130f237;p=AGL%2Fmeta-agl.git Update Mirror setup for octopus Change-Id: Ib0b8bf6feaee6b7c5231c0577861f41773e8cd75 Signed-off-by: Jan-Simon Moeller 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 --- 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"