From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DDB1CCFA13 for ; Fri, 7 Nov 2025 03:17:57 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3566.1762485475116168393 for ; Thu, 06 Nov 2025 19:17:55 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 192BB40C82; Fri, 7 Nov 2025 03:17:54 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TPCGxBto0bV6; Fri, 7 Nov 2025 03:17:54 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id BBD1540A0B; Fri, 7 Nov 2025 03:17:49 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 1BE4F1719E9; Thu, 6 Nov 2025 22:17:49 -0500 (EST) Date: Thu, 6 Nov 2025 22:17:49 -0500 From: Denys Dmytriyenko To: Res Sapp 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 Message-ID: <20251107031749.GR3125@denix.org> References: <20251107010115.1974047-2-rs@ti.com> <20251107012234.GQ3125@denix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 07 Nov 2025 03:17:56 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19237 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 > >> > >> 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 > >> --- > >> > >> 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.