From 709b72950c5406ef0e511fee7030b51fc8681e14 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 3 May 2021 11:32:59 +0200 Subject: toradex-mirrors: use new artifactory link for sources Sources from TorizonCore and BSP are aggregated on new artifactory repository https://artifacts.toradex.com/artifactory/tdxref-torizoncore-sources-frankfurt/ Use this new link plus $TDX_MAJOR to use the correct sources for the current major version Signed-off-by: Philippe Schenker --- classes/toradex-mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/toradex-mirrors.bbclass b/classes/toradex-mirrors.bbclass index 3452b87..88db3b4 100644 --- a/classes/toradex-mirrors.bbclass +++ b/classes/toradex-mirrors.bbclass @@ -1,4 +1,4 @@ -TORADEX_MIRROR_URL="https://artifacts.toradex.com/artifactory/tdxref-oe-prod-frankfurt/dunfell-5.x.y/release/sources/" +TORADEX_MIRROR_URL="https://artifacts.toradex.com/artifactory/tdxref-torizoncore-sources-frankfurt/${TDX_MAJOR}" PREMIRRORS_append () { cvs://.*/.* ${TORADEX_MIRROR_URL} -- cgit v1.2.3