On Wed, Jul 20, 2022 at 03:32:12PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > 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 <[email protected]> > --- > meta-arago-distro/README | 2 +- > meta-arago-distro/classes/tisdk-bundle.bbclass | 2 +- > meta-arago-distro/conf/distro/arago.conf | 2 -- > .../k2-fw-initrd/k2-fw-initrd_0.0.7.bb | 4 +++- > .../k2-initramfs-0.0.7.tar.gz | Bin 0 -> 49660 bytes > .../recipes-core/base-files/base-files/issue | 2 +- > .../base-files/base-files/issue.net | 2 +- > .../feed-config/arago-feed-config_1.0.bb | 2 +- > .../oe-layersetup/oe-layersetup.bb | 2 +- > .../ti-crypto-examples_git.bb | 4 ++-- > .../ltp-ddt/ltp-ddt_20210524.bb | 2 +- > .../recipes-support/ipsecmgr/ipsecmgr.inc | 2 +- > .../libnl-xfrm/libnl-xfrm_git.bb | 2 +- > 13 files changed, 14 insertions(+), 14 deletions(-) > create mode 100644 > meta-arago-distro/recipes-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7/k2-initramfs-0.0.7.tar.gz > > diff --git a/meta-arago-distro/README b/meta-arago-distro/README > index eba955f4..a40e142e 100644 > --- a/meta-arago-distro/README > +++ b/meta-arago-distro/README > @@ -26,7 +26,7 @@ URI: https://github.com/meta-qt5/meta-qt5 > branch: dunfell > revision: HEAD > > -URI: git://arago-project.org/git/meta-arago > +URI: git://git.yoctoproject.org/meta-arago > branch: dunfell > 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 9e961e1b..efdb96fc 100644 > --- a/meta-arago-distro/classes/tisdk-bundle.bbclass > +++ b/meta-arago-distro/classes/tisdk-bundle.bbclass > @@ -641,7 +641,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 61ae3c83..5fca73ba 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-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7.bb > b/meta-arago-distro/recipes-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7.bb > index b9eb57fe..4b4cd8d9 100644 > --- a/meta-arago-distro/recipes-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7.bb > +++ b/meta-arago-distro/recipes-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7.bb > @@ -9,7 +9,9 @@ COMPATIBLE_MACHINE = "keystone" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -SRC_URI = > "http://arago-project.org/files/releases/k2-fw/k2-initramfs-${PV}.tar.gz" > +SRC_URI = "file://k2-initramfs-0.0.7.tar.gz" > + > +FILESEXTRAPATHS =. "${FILE_DIRNAME}/${P}:"
This is not needed. > SRC_URI[md5sum] = "27fb248cbfe08ed8344bdc4451067c8f" > SRC_URI[sha256sum] = > "beb19d685ee0d20281266726e4c2ba4b245af9450c1bd5155ff06d8c1656dd26" > diff --git > a/meta-arago-distro/recipes-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7/k2-initramfs-0.0.7.tar.gz > > b/meta-arago-distro/recipes-bsp/k2-fw-initrd/k2-fw-initrd_0.0.7/k2-initramfs-0.0.7.tar.gz The directory with the file should be either k2-initramfs or k2-initramfs-0.0.7 (dash instead of underscore) -- Denys -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13956): https://lists.yoctoproject.org/g/meta-arago/message/13956 Mute This Topic: https://lists.yoctoproject.org/mt/92513622/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
