From 468e2189a342ca9d53f0e4fa5702175fe130f237 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 15 Mar 2023 09:54:47 +0100 Subject: [PATCH] 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 --- templates/feature/agl-ci/99_local.conf.inc | 12 ++++-------- 1 file 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" -- 2.16.6