From patchwork Tue Jun 9 18:48:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 89600 X-Patchwork-Delegate: reatmon@ti.com 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 85B4FCD8CAD for ; Tue, 9 Jun 2026 18:48:17 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3076.1781030891022440520 for ; Tue, 09 Jun 2026 11:48:11 -0700 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 1F74440C8C; Tue, 9 Jun 2026 18:48:10 +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 JtSJAH-_BR3b; Tue, 9 Jun 2026 18:48:10 +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 E543E40C82; Tue, 9 Jun 2026 18:48:08 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 15F2017ED76; Tue, 9 Jun 2026 14:48:08 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: "Denys Dmytriyenko (TI)" Subject: [wrynose][PATCH] README: update and clean up Date: Tue, 9 Jun 2026 14:48:00 -0400 Message-Id: <20260609184800.2659058-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Tue, 09 Jun 2026 18:48:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19989 From: "Denys Dmytriyenko (TI)" Update READMEs as follows: * Don't point to CGit interface, as the old URL is no longer valid * Use https:// instead of git:// protocol due to deprecation * Add missing revisions and use the same ordering * Correct some sub-layer dependencies * Specify wrynose branch instead of master Signed-off-by: Denys Dmytriyenko (TI) --- meta-beagle/README | 17 +++++++++-------- meta-ti-bsp/README | 13 +++++++------ meta-ti-extras/README | 17 +++++++++-------- meta-ti-test/README | 26 +++++++++++++------------- 4 files changed, 38 insertions(+), 35 deletions(-) diff --git a/meta-beagle/README b/meta-beagle/README index a17e6433..f0da6e62 100644 --- a/meta-beagle/README +++ b/meta-beagle/README @@ -1,21 +1,22 @@ OpenEmbedded/Yocto layer that extends meta-ti-bsp with BeagleBoard.org platforms. -It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the -source repository at git://git.yoctoproject.org/meta-ti +The source repository is hosted at https://git.yoctoproject.org/meta-ti This layer depends on: -URI: git://git.openembedded.org/openembedded-core +URI: https://git.openembedded.org/openembedded-core +branch: wrynose +revision: HEAD layers: meta -branch: master -URI: git://git.yoctoproject.org/meta-arm +URI: https://git.yoctoproject.org/meta-arm +branch: wrynose +revision: HEAD layers: meta-arm -branch: master -URI: git://git.yoctoproject.org/meta-ti -branch: master +URI: https://git.yoctoproject.org/meta-ti +branch: wrynose revision: HEAD layers: meta-ti-bsp diff --git a/meta-ti-bsp/README b/meta-ti-bsp/README index c5780531..38fd919d 100644 --- a/meta-ti-bsp/README +++ b/meta-ti-bsp/README @@ -1,18 +1,19 @@ The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms. -It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the -source repository at git://git.yoctoproject.org/meta-ti +The source repository is hosted at https://git.yoctoproject.org/meta-ti This layer depends on: -URI: git://git.openembedded.org/openembedded-core +URI: https://git.openembedded.org/openembedded-core +branch: wrynose +revision: HEAD layers: meta -branch: master -URI: git://git.yoctoproject.org/meta-arm +URI: https://git.yoctoproject.org/meta-arm +branch: wrynose +revision: HEAD layers: meta-arm -branch: master The base BSP part of meta-ti should work with different OpenEmbedded/Yocto diff --git a/meta-ti-extras/README b/meta-ti-extras/README index 1b38921a..a7ca388d 100644 --- a/meta-ti-extras/README +++ b/meta-ti-extras/README @@ -1,21 +1,22 @@ OpenEmbedded/Yocto layer that extends and supplements Texas Instruments BSP layer. -It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the -source repository at git://git.yoctoproject.org/meta-ti +The source repository is hosted at https://git.yoctoproject.org/meta-ti This layer depends on: -URI: git://git.openembedded.org/openembedded-core +URI: https://git.openembedded.org/openembedded-core +branch: wrynose +revision: HEAD layers: meta -branch: master -URI: git://git.yoctoproject.org/meta-arm +URI: https://git.yoctoproject.org/meta-arm +branch: wrynose +revision: HEAD layers: meta-arm -branch: master -URI: git://git.yoctoproject.org/meta-ti -branch: master +URI: https://git.yoctoproject.org/meta-ti +branch: wrynose revision: HEAD layers: meta-ti-bsp diff --git a/meta-ti-test/README b/meta-ti-test/README index e3a41e79..531b0371 100644 --- a/meta-ti-test/README +++ b/meta-ti-test/README @@ -1,27 +1,27 @@ meta-ti-test provides an additional packagegroup ti-test and some of the recipes that go into that group -This layer works with the latest Yocto Project release (currently 2.2+) and tracks -the stable/maintenance branches (currently "master") of the corresponding layers: +This layer works with the latest Yocto Project Wrynose 6.0 release and tracks +the stable/maintenance "wrynose" branches of the corresponding layers: -URI: git://git.openembedded.org/openembedded-core -branch: master +URI: https://git.openembedded.org/openembedded-core +branch: wrynose revision: HEAD layers: meta -URI: git://git.yoctoproject.org/meta-ti -branch: master +URI: https://git.yoctoproject.org/meta-ti +branch: wrynose revision: HEAD -layers: meta-ti-bsp, meta-ti-extras +layers: meta-ti-bsp -URI: git://git.yoctoproject.org/meta-arm -branch: master +URI: https://git.yoctoproject.org/meta-arm +branch: wrynose revision: HEAD -layers: meta-arm, meta-arm-toolchain +layers: meta-arm -URI: git://git.openembedded.org/meta-openembedded -branch: master +URI: https://git.openembedded.org/meta-openembedded +branch: wrynose revision: HEAD -layers: meta-oe, meta-networking, meta-python +layers: meta-oe, meta-networking, meta-filesystems, meta-python Send pull requests, patches, comments or questions to: meta-ti@lists.yoctoproject.org