All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Res Sapp <res.sapp@gmail.com>
Cc: rs@ti.com, praneeth@ti.com, reatmon@ti.com,
	meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti][scarthgap/master][PATCH] layer: add github MIRRORS definitions
Date: Thu, 6 Nov 2025 22:17:49 -0500	[thread overview]
Message-ID: <20251107031749.GR3125@denix.org> (raw)
In-Reply-To: <DE24KCGE6W2I.2SEIT58IEUNC9@gmail.com>

On Thu, Nov 06, 2025 at 08:59:26PM -0600, Res Sapp wrote:
> On Thu Nov 6, 2025 at 7:22 PM CST, Denys Dmytriyenko via lists.yoctoproject.org wrote:
> > I wonder how that will affect the signatures for the YP Compat... [Not even 
> > talking about evil github reliance...]
> >
> >
> > On Thu, Nov 06, 2025 at 07:01:16PM -0600, rs@ti.com wrote:
> >> From: Randolph Sapp <rs@ti.com>
> >> 
> >> We have some projects mirrored to GitHub currently. It makes sense to
> >> add a MIRRORS entry for git.ti.com sources to fall back on in the event
> >> git.ti.com is unreachable.
> >> 
> >> Placing this in the main BSP layer configuration file should be all that
> >> is required for this and any other layers that depend this core layer to
> >> fall back to GitHub.
> >> 
> >> Signed-off-by: Randolph Sapp <rs@ti.com>
> >> ---
> >> 
> >> Tested locally by making git.ti.com ns lookups return NXDOMAIN and then
> >> requesting to fetch linux-ti-staging.
> >> 
> >>  meta-ti-bsp/conf/layer.conf | 5 +++++
> >>  1 file changed, 5 insertions(+)
> >> 
> >> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> >> index e3a28628..d87d040b 100644
> >> --- a/meta-ti-bsp/conf/layer.conf
> >> +++ b/meta-ti-bsp/conf/layer.conf
> >> @@ -36,3 +36,8 @@ TI_COMMON_DEPLOY ?= "${TOPDIR}/deploy-ti"
> >>  DEPLOY_DIR_IMAGE:ti-soc = "${TI_COMMON_DEPLOY}/images/${MACHINE}"
> >>  SDK_DEPLOY:ti-soc = "${TI_COMMON_DEPLOY}/sdk"
> >>  PSEUDO_IGNORE_PATHS:append:ti-soc = ",${TI_COMMON_DEPLOY}"
> >> +
> >> +MIRRORS += " \
> >> +    git://git.ti.com/.* git://github.com/TexasInstruments/BASENAME;protocol=https \
> >> +    gitsm://git.ti.com/.* gitsm://github.com/TexasInstruments/BASENAME;protocol=https \
> >> +"
> >> -- 
> >> 2.51.1
> 
> I hate M$ as much as anyone else, but reliable infrastructure as a *fallback* is
> still useful. As far as signatures go, you guys have been doing this in
> meta-arago with the arago distro since 2019.

Yes, meta-arago is not yet fully YP Compat yet - we are still figuring it out.


  reply	other threads:[~2025-11-07  3:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-07  1:01 [meta-ti][scarthgap/master][PATCH] layer: add github MIRRORS definitions rs
2025-11-07  1:05 ` PRC Automation
2025-11-07  1:22 ` Denys Dmytriyenko
2025-11-07  2:59   ` Res Sapp
2025-11-07  3:17     ` Denys Dmytriyenko [this message]
2025-11-07  4:00       ` Res 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=20251107031749.GR3125@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=praneeth@ti.com \
    --cc=reatmon@ti.com \
    --cc=res.sapp@gmail.com \
    --cc=rs@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.