From b3ad2944a5b0798b209b53cfafd393baead55d7e Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 20 Jul 2022 15:27:20 -0500 Subject: [PATCH] x-load: Remove reference to arago-project.org arago-project.org is being shut down in August. This commit changes the last recipes that point to that old site to point to git.ti.com, or just rmeove the reference entirely. Signed-off-by: Ryan Eatmon --- recipes-bsp/x-load/x-load_1.46-psp.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/x-load/x-load_1.46-psp.bb b/recipes-bsp/x-load/x-load_1.46-psp.bb index 108e408d..5713927b 100644 --- a/recipes-bsp/x-load/x-load_1.46-psp.bb +++ b/recipes-bsp/x-load/x-load_1.46-psp.bb @@ -12,7 +12,7 @@ PE = "1" # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" -SRC_URI = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" +SRC_URI = "git://git.ti.com/git/arago-project-org/x-load-omap3.git;protocol=https" S = "${WORKDIR}/git"