meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Chirag Shilwant <c-shilwant@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>,
	Denys Dmytriyenko <denis@denix.org>, Ryan Eatmon <reatmon@ti.com>,
	<meta-arago@lists.yoctoproject.org>
Cc: Sai Sree Kartheek Adivi <s-adivi@ti.com>,
	Paresh Bhagat <p-bhagat@ti.com>, Khasim <khasim@ti.com>,
	Gyan Gupta <g-gupta@ti.com>
Subject: [meta-arago][kirkstone][PATCH] recipes-devtools: mtd-utils: Switch to infraroot.at for https over git protocol
Date: Mon, 29 Jan 2024 15:28:34 +0530	[thread overview]
Message-ID: <20240129095834.77985-1-c-shilwant@ti.com> (raw)

- In past, there have been issues in do_fetch from infradead.org over git protocol in proxy based network [1].

- As per the latest release announcement from mtd-utils, infraroot.at is the official mirror for infradead.org [2].

- Since infradead.org has fetch failures over git, start using infraroot.at over https in SRC_URI.

Reference
---------
[1] https://e2e.ti.com/support/processors-group/processors/f/processors-forum/962170/processor-sdk-am65x-how-to-resolve-the-fetch-error-that-occurs-when-executing-bitbake
[2] https://lists.infradead.org/pipermail/linux-mtd/2023-August/100922.html

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 .../recipes-devtools/mtd/mtd-utils_git.bbappend           | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend b/meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend
index aec6a1ac..341d0600 100644
--- a/meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend
+++ b/meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend
@@ -1,4 +1,10 @@
-PR:append = ".arago1"
+PR:append = ".arago2"
+
+SRC_URI:remove = "git://git.infradead.org/mtd-utils.git;branch=master \
+"
+
+SRC_URI:prepend = "git://git.infraroot.at/mtd-utils.git;branch=master;protocol=https \
+"
 
 BBCLASSEXTEND += "nativesdk"
 
-- 
2.34.1



             reply	other threads:[~2024-01-29  9:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29  9:58 Chirag Shilwant [this message]
2024-02-05 22:38 ` [meta-arago][kirkstone][PATCH] recipes-devtools: mtd-utils: Switch to infraroot.at for https over git protocol Randolph Sapp
     [not found] ` <17B1188AFDC73564.26550@lists.yoctoproject.org>
2024-02-05 23:04   ` Randolph Sapp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240129095834.77985-1-c-shilwant@ti.com \
    --to=c-shilwant@ti.com \
    --cc=denis@denix.org \
    --cc=g-gupta@ti.com \
    --cc=khasim@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=p-bhagat@ti.com \
    --cc=praneeth@ti.com \
    --cc=reatmon@ti.com \
    --cc=s-adivi@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).