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 6AB39C4332F for ; Mon, 19 Dec 2022 20:41:58 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.33577.1671482510347613175 for ; Mon, 19 Dec 2022 12:41:50 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (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 C146640C5D; Mon, 19 Dec 2022 20:41:49 +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 2TyrMm4QgcAl; Mon, 19 Dec 2022 20:41:49 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id A299F40031; Mon, 19 Dec 2022 20:41:48 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id BC1F11636B0; Mon, 19 Dec 2022 15:41:37 -0500 (EST) Date: Mon, 19 Dec 2022 15:41:37 -0500 From: Denys Dmytriyenko To: Matthias Schiffer Cc: meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti] [master/kirkstone][PATCH 1/2] treewide: replace leftover git://git.ti.com Message-ID: <20221219204137.GT22689@denix.org> References: <20221216130139.20841-1-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221216130139.20841-1-matthias.schiffer@ew.tq-group.com> User-Agent: Mutt/1.5.20 (2009-06-14) List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Dec 2022 20:41:58 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15489 On Fri, Dec 16, 2022 at 02:01:38PM +0100, Matthias Schiffer wrote: > These URIs have been updated in dunfell, but two instances were > forgotten in kirkstone/master. Huh, good catch! These 2 were indeed missed when porting the change from dunfell to kirkstone... > Signed-off-by: Matthias Schiffer Reviewed-by: Denys Dmytriyenko > --- > .../recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 +- > meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb > index d0edf1fe..bd88d14d 100644 > --- a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb > +++ b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb > @@ -14,7 +14,7 @@ PR = "r37" > > BRANCH = "ti-img-sgx/dunfell/${PV}" > > -SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" > +SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git;protocol=https;branch=${BRANCH}" > SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6" > > TARGET_PRODUCT:omap-a15 = "jacinto6evm" > diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb > index cb2f8cc2..8a2cfdc6 100644 > --- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb > +++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb > @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PRU-Package-v6.1-Manifest.html;md5=1e37797ebe9254922f > inherit update-alternatives > > BRANCH = "master" > -SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" > +SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" > SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf" > > PV = "6.1.0" > -- > 2.34.1