diff mbox series

[master/kirkstone,37/52] all: Remove reference to arago-project.org

Message ID 20220913040246.2365077-38-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:02 a.m. UTC
From: Ryan Eatmon <reatmon@ti.com>

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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/README                                      | 2 +-
 meta-arago-distro/classes/tisdk-bundle.bbclass                | 2 +-
 meta-arago-distro/conf/distro/arago.conf                      | 2 --
 meta-arago-distro/recipes-core/base-files/base-files/issue    | 2 +-
 .../recipes-core/base-files/base-files/issue.net              | 2 +-
 .../recipes-core/feed-config/arago-feed-config_1.0.bb         | 2 +-
 .../recipes-tisdk/oe-layersetup/oe-layersetup.bb              | 2 +-
 .../recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb | 4 ++--
 .../recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb              | 2 +-
 9 files changed, 9 insertions(+), 11 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/README b/meta-arago-distro/README
index 2a3ae586..49e9d9e1 100644
--- a/meta-arago-distro/README
+++ b/meta-arago-distro/README
@@ -27,7 +27,7 @@  URI: https://github.com/meta-qt5/meta-qt5
 branch: master
 revision: HEAD
 
-URI: git://arago-project.org/git/meta-arago
+URI: git://git.yoctoproject.org/meta-arago
 branch: master
 revision: HEAD
 layers: meta-arago-extras
diff --git a/meta-arago-distro/classes/tisdk-bundle.bbclass b/meta-arago-distro/classes/tisdk-bundle.bbclass
index a3c5ee11..6a0b4eca 100644
--- a/meta-arago-distro/classes/tisdk-bundle.bbclass
+++ b/meta-arago-distro/classes/tisdk-bundle.bbclass
@@ -635,7 +635,7 @@  EOF
 
         if [ "$extra_files" == "1" ]
         then
-            source="$source"" <br>Files from:<br><a href=git://arago-project.org/git/meta-arago.git>git://arago-project.org/git/meta-arago.git</a><br><a href=git://arago-project.org/git/meta-ti.git>git://arago-project.org/git/meta-ti.git</a>"
+            source="$source"" <br>Files from:<br><a href=https://git.yoctoproject.org/meta-arago>https://git.yoctoproject.org/meta-arago</a><br><a href=https://git.yoctoproject.org/meta-ti>https://git.yoctoproject.org/meta-ti</a>"
         fi
 
         case "$package" in
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 542e20cb..61e0eabc 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -10,8 +10,6 @@  OPKG_ARGS:remove = "--prefer-arch-to-version"
 
 TI_MIRROR = "http://software-dl.ti.com/processor-sdk-mirror/sources/"
 MIRRORS += " \
-ftp://.*/.*       http://arago-project.org/files/sources/ \n \
-https?$://.*/.*   http://arago-project.org/files/sources/ \n \
 bzr://.*/.*      ${TI_MIRROR} \n \
 cvs://.*/.*      ${TI_MIRROR} \n \
 git://.*/.*      ${TI_MIRROR} \n \
diff --git a/meta-arago-distro/recipes-core/base-files/base-files/issue b/meta-arago-distro/recipes-core/base-files/base-files/issue
index 4f22fd99..53d4b7d4 100644
--- a/meta-arago-distro/recipes-core/base-files/base-files/issue
+++ b/meta-arago-distro/recipes-core/base-files/base-files/issue
@@ -4,5 +4,5 @@ 
 |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
               |___|                    |___|            
 
-Arago Project http://arago-project.org \n \l
+Arago Project \n \l
 
diff --git a/meta-arago-distro/recipes-core/base-files/base-files/issue.net b/meta-arago-distro/recipes-core/base-files/base-files/issue.net
index 8ce72070..7ff60fd5 100644
--- a/meta-arago-distro/recipes-core/base-files/base-files/issue.net
+++ b/meta-arago-distro/recipes-core/base-files/base-files/issue.net
@@ -4,5 +4,5 @@ 
 |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
               |___|                    |___|            
 
-Arago Project http://arago-project.org %h
+Arago Project %h
 
diff --git a/meta-arago-distro/recipes-core/feed-config/arago-feed-config_1.0.bb b/meta-arago-distro/recipes-core/feed-config/arago-feed-config_1.0.bb
index 4239bc8f..927a83d3 100644
--- a/meta-arago-distro/recipes-core/feed-config/arago-feed-config_1.0.bb
+++ b/meta-arago-distro/recipes-core/feed-config/arago-feed-config_1.0.bb
@@ -7,7 +7,7 @@  INHIBIT_DEFAULT_DEPS = "1"
 
 FEEDNAMEPREFIX ?= ""
 FEEDURIPREFIX ?= "feeds/"
-DISTRO_FEED_URI ?= "http://arago-project.org"
+DISTRO_FEED_URI ?= ""
 
 do_compile() {
 	mkdir -p ${S}/${sysconfdir}/opkg/
diff --git a/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb b/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb
index cfed0179..917aa1bf 100644
--- a/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb
+++ b/meta-arago-distro/recipes-tisdk/oe-layersetup/oe-layersetup.bb
@@ -8,6 +8,6 @@  inherit allarch
 
 BRANCH ?= "master"
 SRCREV = "e58f941784fb45fd826779a45b33973e6342700f"
-SRC_URI = "git://arago-project.org/git/projects/oe-layersetup.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/git/arago-project/oe-layersetup.git;protocol=https;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
diff --git a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
index 943a1b2b..6cd8d466 100644
--- a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
+++ b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
@@ -1,5 +1,5 @@ 
 DESCRIPTION = "TI Cryptography Example Applications"
-HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary"
+HOMEPAGE = "https://git.ti.com/cgit/arago-project-org/crypto-example-apps/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
 SECTION = "console"
@@ -10,7 +10,7 @@  PR = "r7"
 BRANCH ?= "master"
 SRCREV = "6f4b09fffe970bb6b448369875874e798ef282f6"
 
-SRC_URI = "git://arago-project.org/git/projects/crypto-example-apps.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/git/arago-project-org/crypto-example-apps.git;protocol=https;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
index f3fcdad3..e30c5e27 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
@@ -4,7 +4,7 @@  FILESEXTRAPATHS:prepend := "${ARAGOBASE}/meta-arago-extras/recipes-extended/ltp/
 require recipes-extended/ltp/ltp_${PV}.bb
 
 SUMMARY = "Embedded Linux Device Driver Tests based on Linux Test Project"
-HOMEPAGE = "http://arago-project.org/git/projects/test-automation/ltp-ddt.git"
+HOMEPAGE = "https://git.ti.com/cgit/test-automation/ltp-ddt/"
 
 PROVIDES += "ltp"