diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-07-20 15:27:20 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-07-20 15:31:11 -0500 |
commit | b3ad2944a5b0798b209b53cfafd393baead55d7e (patch) | |
tree | 13c9d94958f0984c27586b725f13f5ea0ede6117 | |
parent | de917485fa6a53abb801232a46679fbcd352dcb8 (diff) | |
download | meta-ti-b3ad2944a5b0798b209b53cfafd393baead55d7e.tar.gz |
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 <reatmon@ti.com>
-rw-r--r-- | recipes-bsp/x-load/x-load_1.46-psp.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
12 | 12 | ||
13 | # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) | 13 | # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) |
14 | SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" | 14 | SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" |
15 | SRC_URI = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" | 15 | SRC_URI = "git://git.ti.com/git/arago-project-org/x-load-omap3.git;protocol=https" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||