meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-arago][scarthgap][PATCH v2] README: update with scarthgap specific info
@ 2024-04-02 19:36 Ryan Eatmon
  0 siblings, 0 replies; only message in thread
From: Ryan Eatmon @ 2024-04-02 19:36 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Update the READMEs with the current available scarthgap branches.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Rollback the layers to master that do not have scarthgap branches
yet.

 meta-arago-demos/README  | 10 +++++-----
 meta-arago-distro/README | 12 ++++++------
 meta-arago-extras/README | 10 +++++-----
 meta-arago-test/README   | 10 +++++-----
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/meta-arago-demos/README b/meta-arago-demos/README
index bb586c14..fb213cca 100644
--- a/meta-arago-demos/README
+++ b/meta-arago-demos/README
@@ -1,15 +1,15 @@
 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 5.0+) and tracks
+the stable/maintenance branches (currently "scarthgap") of the corresponding layers:
 
 URI: git://git.openembedded.org/openembedded-core
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta
 
 URI: git://git.yoctoproject.org/meta-ti
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-ti-bsp, meta-ti-extras
 
@@ -19,7 +19,7 @@ revision: HEAD
 layers: meta-arm, meta-arm-toolchain
 
 URI: git://git.openembedded.org/meta-openembedded
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-oe, meta-networking, meta-python
 
diff --git a/meta-arago-distro/README b/meta-arago-distro/README
index 49e9d9e1..aab046c5 100644
--- a/meta-arago-distro/README
+++ b/meta-arago-distro/README
@@ -1,15 +1,15 @@
 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 5.0+) and tracks
+the stable/maintenance branches (currently "scarthgap") of the corresponding layers:
 
 URI: git://git.openembedded.org/openembedded-core
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta
 
 URI: git://git.yoctoproject.org/meta-ti
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-ti-bsp, meta-ti-extras
 
@@ -19,7 +19,7 @@ revision: HEAD
 layers: meta-arm, meta-arm-toolchain
 
 URI: git://git.openembedded.org/meta-openembedded
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-oe, meta-networking, meta-python
 
@@ -28,7 +28,7 @@ branch: master
 revision: HEAD
 
 URI: git://git.yoctoproject.org/meta-arago
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-arago-extras
 
diff --git a/meta-arago-extras/README b/meta-arago-extras/README
index 5b6e8a15..6ea69514 100644
--- a/meta-arago-extras/README
+++ b/meta-arago-extras/README
@@ -1,15 +1,15 @@
 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 5.0+) and tracks
+the stable/maintenance branches (currently "scarthgap") of the corresponding layers:
 
 URI: git://git.openembedded.org/openembedded-core
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta
 
 URI: git://git.yoctoproject.org/meta-ti
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-ti-bsp, meta-ti-extras
 
@@ -19,7 +19,7 @@ revision: HEAD
 layers: meta-arm, meta-arm-toolchain
 
 URI: git://git.openembedded.org/meta-openembedded
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-oe, meta-networking, meta-python
 
diff --git a/meta-arago-test/README b/meta-arago-test/README
index 8f1f9993..1baa235e 100644
--- a/meta-arago-test/README
+++ b/meta-arago-test/README
@@ -1,15 +1,15 @@
 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 5.0+) and tracks
+the stable/maintenance branches (currently "scarthgap") of the corresponding layers:
 
 URI: git://git.openembedded.org/openembedded-core
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta
 
 URI: git://git.yoctoproject.org/meta-ti
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-ti-bsp, meta-ti-extras
 
@@ -19,7 +19,7 @@ revision: HEAD
 layers: meta-arm, meta-arm-toolchain
 
 URI: git://git.openembedded.org/meta-openembedded
-branch: master
+branch: scarthgap
 revision: HEAD
 layers: meta-oe, meta-networking, meta-python
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-02 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 19:36 [meta-arago][scarthgap][PATCH v2] README: update with scarthgap specific info Ryan Eatmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).