From patchwork Wed Dec 13 17:58:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 36168 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 89C3AC19774 for ; Wed, 13 Dec 2023 17:58:54 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.43505.1702490333706858446 for ; Wed, 13 Dec 2023 09:58:53 -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 0FA2A40C3A; Wed, 13 Dec 2023 17:58:53 +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 RQYUhtnLzUr5; Wed, 13 Dec 2023 17:58:53 +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 E7EA940C2E; Wed, 13 Dec 2023 17:58:51 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id AB48D163DB9; Wed, 13 Dec 2023 12:58:51 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [kirkstone][PATCH] README: update with kirkstone-specific info Date: Wed, 13 Dec 2023 17:58:49 +0000 Message-Id: <20231213175849.523803-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Wed, 13 Dec 2023 17:58:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15059 From: Denys Dmytriyenko All READMEs were still mentioning master and old release version, update that. Signed-off-by: Denys Dmytriyenko --- meta-arago-demos/README | 14 +++++++------- meta-arago-distro/README | 16 ++++++++-------- meta-arago-extras/README | 14 +++++++------- meta-arago-test/README | 12 ++++++------ 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/meta-arago-demos/README b/meta-arago-demos/README index bb586c14..2649a90e 100644 --- a/meta-arago-demos/README +++ b/meta-arago-demos/README @@ -1,30 +1,30 @@ meta-arago-demos provides demo applications to showcase in TI SDK products -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 release (currently 4.0) and tracks +the stable/maintenance branches (currently "kirkstone") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: kirkstone revision: HEAD layers: meta URI: git://git.yoctoproject.org/meta-ti -branch: master +branch: kirkstone revision: HEAD layers: meta-ti-bsp, meta-ti-extras URI: git://git.yoctoproject.org/meta-arm -branch: master +branch: kirkstone revision: HEAD layers: meta-arm, meta-arm-toolchain URI: git://git.openembedded.org/meta-openembedded -branch: master +branch: kirkstone revision: HEAD layers: meta-oe, meta-networking, meta-python URI: https://github.com/meta-qt5/meta-qt5 -branch: master +branch: kirkstone revision: HEAD Send pull requests to meta-arago@lists.yoctoproject.org diff --git a/meta-arago-distro/README b/meta-arago-distro/README index 49e9d9e1..063e0a78 100644 --- a/meta-arago-distro/README +++ b/meta-arago-distro/README @@ -1,34 +1,34 @@ meta-arago-distro provides Arago distribution configuration for TI SDK products -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 release (currently 4.0) and tracks +the stable/maintenance branches (currently "kirkstone") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: kirkstone revision: HEAD layers: meta URI: git://git.yoctoproject.org/meta-ti -branch: master +branch: kirkstone revision: HEAD layers: meta-ti-bsp, meta-ti-extras URI: git://git.yoctoproject.org/meta-arm -branch: master +branch: kirkstone revision: HEAD layers: meta-arm, meta-arm-toolchain URI: git://git.openembedded.org/meta-openembedded -branch: master +branch: kirkstone revision: HEAD layers: meta-oe, meta-networking, meta-python URI: https://github.com/meta-qt5/meta-qt5 -branch: master +branch: kirkstone revision: HEAD URI: git://git.yoctoproject.org/meta-arago -branch: master +branch: kirkstone revision: HEAD layers: meta-arago-extras diff --git a/meta-arago-extras/README b/meta-arago-extras/README index 5b6e8a15..bf6beb36 100644 --- a/meta-arago-extras/README +++ b/meta-arago-extras/README @@ -1,30 +1,30 @@ meta-arago-extras provides additional TI SDK applications that are distro-agnostic -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 release (currently 4.0) and tracks +the stable/maintenance branches (currently "kirkstone") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: kirkstone revision: HEAD layers: meta URI: git://git.yoctoproject.org/meta-ti -branch: master +branch: kirkstone revision: HEAD layers: meta-ti-bsp, meta-ti-extras URI: git://git.yoctoproject.org/meta-arm -branch: master +branch: kirkstone revision: HEAD layers: meta-arm, meta-arm-toolchain URI: git://git.openembedded.org/meta-openembedded -branch: master +branch: kirkstone revision: HEAD layers: meta-oe, meta-networking, meta-python URI: https://github.com/meta-qt5/meta-qt5 -branch: master +branch: kirkstone revision: HEAD Send pull requests to meta-arago@lists.yoctoproject.org diff --git a/meta-arago-test/README b/meta-arago-test/README index 8f1f9993..a05cadc0 100644 --- a/meta-arago-test/README +++ b/meta-arago-test/README @@ -1,25 +1,25 @@ meta-arago-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 release (currently 4.0) and tracks +the stable/maintenance branches (currently "kirkstone") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: kirkstone revision: HEAD layers: meta URI: git://git.yoctoproject.org/meta-ti -branch: master +branch: kirkstone revision: HEAD layers: meta-ti-bsp, meta-ti-extras URI: git://git.yoctoproject.org/meta-arm -branch: master +branch: kirkstone revision: HEAD layers: meta-arm, meta-arm-toolchain URI: git://git.openembedded.org/meta-openembedded -branch: master +branch: kirkstone revision: HEAD layers: meta-oe, meta-networking, meta-python