From 7f2be354bf32e91e7cc8f07a548d54ff5d44f89e Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Tue, 13 Apr 2021 13:43:57 +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 (cherry picked from commit 709b72950c5406ef0e511fee7030b51fc8681e14) --- 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 48688d6..88db3b4 100644 --- a/classes/toradex-mirrors.bbclass +++ b/classes/toradex-mirrors.bbclass @@ -1,4 +1,4 @@ -TORADEX_MIRROR_URL="http://sources.toradex.com/2.8/" +TORADEX_MIRROR_URL="https://artifacts.toradex.com/artifactory/tdxref-torizoncore-sources-frankfurt/${TDX_MAJOR}" PREMIRRORS_append () { cvs://.*/.* ${TORADEX_MIRROR_URL} -- cgit v1.2.3