From: Ryan Eatmon <reatmon@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>,
Denys Dmytriyenko <denys@konsulko.com>,
<meta-arago@lists.yoctoproject.org>
Subject: [oe-layersetup][master][PATCH] arago-wrynose-*: Fix bitbake version
Date: Thu, 7 May 2026 08:43:48 -0500 [thread overview]
Message-ID: <20260507134348.3135699-1-reatmon@ti.com> (raw)
I incorrectly search and replaced the bitbake branch to be wrynose.
Change it to 2.18 to match the wrynose branch.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
bitbake-setup/arago-wrynose-chromium-config.conf.json | 2 +-
bitbake-setup/arago-wrynose-config.conf.json | 2 +-
bitbake-setup/arago-wrynose-flutter-config.conf.json | 2 +-
bitbake-setup/arago-wrynose-luks-config.conf.json | 2 +-
bitbake-setup/arago-wrynose-next-config.conf.json | 2 +-
bitbake-setup/arago-wrynose-selinux-config.conf.json | 2 +-
bitbake-setup/arago-wrynose-wip-config.conf.json | 2 +-
configs/arago-wrynose-chromium-config.txt | 2 +-
configs/arago-wrynose-config.txt | 2 +-
configs/arago-wrynose-flutter-config.txt | 2 +-
configs/arago-wrynose-luks-config.txt | 2 +-
configs/arago-wrynose-next-config.txt | 2 +-
configs/arago-wrynose-selinux-config.txt | 2 +-
configs/arago-wrynose-wip-config.txt | 2 +-
kas/arago-wrynose-chromium-config.yml | 2 +-
kas/arago-wrynose-config.yml | 2 +-
kas/arago-wrynose-flutter-config.yml | 2 +-
kas/arago-wrynose-luks-config.yml | 2 +-
kas/arago-wrynose-next-config.yml | 2 +-
kas/arago-wrynose-selinux-config.yml | 2 +-
kas/arago-wrynose-wip-config.yml | 2 +-
src/configs/arago-wrynose-chromium-config.xml | 2 +-
src/configs/arago-wrynose-config.xml | 2 +-
src/configs/arago-wrynose-flutter-config.xml | 2 +-
src/configs/arago-wrynose-luks-config.xml | 2 +-
src/configs/arago-wrynose-next-config.xml | 2 +-
src/configs/arago-wrynose-selinux-config.xml | 2 +-
src/configs/arago-wrynose-wip-config.xml | 2 +-
28 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/bitbake-setup/arago-wrynose-chromium-config.conf.json b/bitbake-setup/arago-wrynose-chromium-config.conf.json
index 77c9ee4..1a70861 100644
--- a/bitbake-setup/arago-wrynose-chromium-config.conf.json
+++ b/bitbake-setup/arago-wrynose-chromium-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/bitbake-setup/arago-wrynose-config.conf.json b/bitbake-setup/arago-wrynose-config.conf.json
index bac8975..1f371fe 100644
--- a/bitbake-setup/arago-wrynose-config.conf.json
+++ b/bitbake-setup/arago-wrynose-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/bitbake-setup/arago-wrynose-flutter-config.conf.json b/bitbake-setup/arago-wrynose-flutter-config.conf.json
index 74970bd..529225b 100644
--- a/bitbake-setup/arago-wrynose-flutter-config.conf.json
+++ b/bitbake-setup/arago-wrynose-flutter-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/bitbake-setup/arago-wrynose-luks-config.conf.json b/bitbake-setup/arago-wrynose-luks-config.conf.json
index ccaa54b..77a814a 100644
--- a/bitbake-setup/arago-wrynose-luks-config.conf.json
+++ b/bitbake-setup/arago-wrynose-luks-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/bitbake-setup/arago-wrynose-next-config.conf.json b/bitbake-setup/arago-wrynose-next-config.conf.json
index 9289f54..7ead35f 100644
--- a/bitbake-setup/arago-wrynose-next-config.conf.json
+++ b/bitbake-setup/arago-wrynose-next-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/bitbake-setup/arago-wrynose-selinux-config.conf.json b/bitbake-setup/arago-wrynose-selinux-config.conf.json
index 43fd5f8..cb36a62 100644
--- a/bitbake-setup/arago-wrynose-selinux-config.conf.json
+++ b/bitbake-setup/arago-wrynose-selinux-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/bitbake-setup/arago-wrynose-wip-config.conf.json b/bitbake-setup/arago-wrynose-wip-config.conf.json
index e15ea1b..3ad20b9 100644
--- a/bitbake-setup/arago-wrynose-wip-config.conf.json
+++ b/bitbake-setup/arago-wrynose-wip-config.conf.json
@@ -20,7 +20,7 @@
"uri": "https://git.openembedded.org/bitbake"
}
},
- "rev": "wrynose"
+ "rev": "2.18"
},
"path": "bitbake"
},
diff --git a/configs/arago-wrynose-chromium-config.txt b/configs/arago-wrynose-chromium-config.txt
index c12ea4a..696baf0 100644
--- a/configs/arago-wrynose-chromium-config.txt
+++ b/configs/arago-wrynose-chromium-config.txt
@@ -1,7 +1,7 @@
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,HEAD,layers=meta-arago-distro:meta-arago-extras
#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium
diff --git a/configs/arago-wrynose-config.txt b/configs/arago-wrynose-config.txt
index 00d5093..ab77e34 100644
--- a/configs/arago-wrynose-config.txt
+++ b/configs/arago-wrynose-config.txt
@@ -1,7 +1,7 @@
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,HEAD,layers=meta-arago-distro:meta-arago-extras
#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
#meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium
diff --git a/configs/arago-wrynose-flutter-config.txt b/configs/arago-wrynose-flutter-config.txt
index 77ac4db..c60c672 100644
--- a/configs/arago-wrynose-flutter-config.txt
+++ b/configs/arago-wrynose-flutter-config.txt
@@ -1,7 +1,7 @@
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,HEAD,layers=meta-arago-distro:meta-arago-extras
meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
#meta-selinux,https://git.yoctoproject.org/meta-selinux,wrynose,HEAD,layers=
diff --git a/configs/arago-wrynose-luks-config.txt b/configs/arago-wrynose-luks-config.txt
index 7494844..6fa45e4 100644
--- a/configs/arago-wrynose-luks-config.txt
+++ b/configs/arago-wrynose-luks-config.txt
@@ -1,7 +1,7 @@
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,HEAD,layers=meta-arago-distro:meta-arago-extras
#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
#meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium
diff --git a/configs/arago-wrynose-next-config.txt b/configs/arago-wrynose-next-config.txt
index 6b411d8..c9714fd 100644
--- a/configs/arago-wrynose-next-config.txt
+++ b/configs/arago-wrynose-next-config.txt
@@ -9,7 +9,7 @@ MOTD: NOTE: repos. These recipes will not build correctly without also a change
MOTD: NOTE: to point the recipe to the appropriate cicd/next branch for that recipe.
MOTD: NOTE:
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose-next,HEAD,layers=meta-arago-distro:meta-arago-extras
#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
#meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium
diff --git a/configs/arago-wrynose-selinux-config.txt b/configs/arago-wrynose-selinux-config.txt
index 5132168..b20c1ea 100644
--- a/configs/arago-wrynose-selinux-config.txt
+++ b/configs/arago-wrynose-selinux-config.txt
@@ -1,7 +1,7 @@
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose,HEAD,layers=meta-arago-distro:meta-arago-extras
#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
#meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium
diff --git a/configs/arago-wrynose-wip-config.txt b/configs/arago-wrynose-wip-config.txt
index 738f43f..de24279 100644
--- a/configs/arago-wrynose-wip-config.txt
+++ b/configs/arago-wrynose-wip-config.txt
@@ -1,7 +1,7 @@
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
-bitbake,https://git.openembedded.org/bitbake,wrynose,HEAD
+bitbake,https://git.openembedded.org/bitbake,2.18,HEAD
meta-arago,https://git.yoctoproject.org/meta-arago,wrynose-wip,HEAD,layers=meta-arago-distro:meta-arago-extras
#meta-flutter,https://github.com/meta-flutter/meta-flutter.git,master,HEAD,layers=.:meta-flutter-apps
#meta-browser,https://github.com/OSSystems/meta-browser.git,master,e252b51fd261a4cb05be932f0143ac444693a1ea,layers=meta-chromium
diff --git a/kas/arago-wrynose-chromium-config.yml b/kas/arago-wrynose-chromium-config.yml
index c15c9a4..3a395ce 100644
--- a/kas/arago-wrynose-chromium-config.yml
+++ b/kas/arago-wrynose-chromium-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/kas/arago-wrynose-config.yml b/kas/arago-wrynose-config.yml
index c593185..66d986a 100644
--- a/kas/arago-wrynose-config.yml
+++ b/kas/arago-wrynose-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/kas/arago-wrynose-flutter-config.yml b/kas/arago-wrynose-flutter-config.yml
index bfc9f22..6b93a77 100644
--- a/kas/arago-wrynose-flutter-config.yml
+++ b/kas/arago-wrynose-flutter-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/kas/arago-wrynose-luks-config.yml b/kas/arago-wrynose-luks-config.yml
index 71b4476..6ac3463 100644
--- a/kas/arago-wrynose-luks-config.yml
+++ b/kas/arago-wrynose-luks-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/kas/arago-wrynose-next-config.yml b/kas/arago-wrynose-next-config.yml
index fd4e936..6513be1 100644
--- a/kas/arago-wrynose-next-config.yml
+++ b/kas/arago-wrynose-next-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/kas/arago-wrynose-selinux-config.yml b/kas/arago-wrynose-selinux-config.yml
index 8e3e0a0..c9e2756 100644
--- a/kas/arago-wrynose-selinux-config.yml
+++ b/kas/arago-wrynose-selinux-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/kas/arago-wrynose-wip-config.yml b/kas/arago-wrynose-wip-config.yml
index 3494533..f736ad1 100644
--- a/kas/arago-wrynose-wip-config.yml
+++ b/kas/arago-wrynose-wip-config.yml
@@ -10,7 +10,7 @@ target: tisdk-default-image
repos:
bitbake:
url: "https://git.openembedded.org/bitbake"
- branch: "wrynose"
+ branch: "2.18"
path: "sources/bitbake"
layers:
.: disabled
diff --git a/src/configs/arago-wrynose-chromium-config.xml b/src/configs/arago-wrynose-chromium-config.xml
index 4a5620e..ef13904 100644
--- a/src/configs/arago-wrynose-chromium-config.xml
+++ b/src/configs/arago-wrynose-chromium-config.xml
@@ -7,7 +7,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='HEAD'>
diff --git a/src/configs/arago-wrynose-config.xml b/src/configs/arago-wrynose-config.xml
index 89f81cc..b924056 100644
--- a/src/configs/arago-wrynose-config.xml
+++ b/src/configs/arago-wrynose-config.xml
@@ -7,7 +7,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='HEAD'>
diff --git a/src/configs/arago-wrynose-flutter-config.xml b/src/configs/arago-wrynose-flutter-config.xml
index ccb92e3..5b4245a 100644
--- a/src/configs/arago-wrynose-flutter-config.xml
+++ b/src/configs/arago-wrynose-flutter-config.xml
@@ -7,7 +7,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='HEAD'>
diff --git a/src/configs/arago-wrynose-luks-config.xml b/src/configs/arago-wrynose-luks-config.xml
index e4a49c6..ed23b42 100644
--- a/src/configs/arago-wrynose-luks-config.xml
+++ b/src/configs/arago-wrynose-luks-config.xml
@@ -7,7 +7,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='HEAD'>
diff --git a/src/configs/arago-wrynose-next-config.xml b/src/configs/arago-wrynose-next-config.xml
index bd87045..d816f1b 100644
--- a/src/configs/arago-wrynose-next-config.xml
+++ b/src/configs/arago-wrynose-next-config.xml
@@ -8,7 +8,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose-next' commit='HEAD'>
diff --git a/src/configs/arago-wrynose-selinux-config.xml b/src/configs/arago-wrynose-selinux-config.xml
index de6ad79..032803a 100644
--- a/src/configs/arago-wrynose-selinux-config.xml
+++ b/src/configs/arago-wrynose-selinux-config.xml
@@ -7,7 +7,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose' commit='HEAD'>
diff --git a/src/configs/arago-wrynose-wip-config.xml b/src/configs/arago-wrynose-wip-config.xml
index 4f25ae9..9feec4a 100644
--- a/src/configs/arago-wrynose-wip-config.xml
+++ b/src/configs/arago-wrynose-wip-config.xml
@@ -7,7 +7,7 @@
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/local-arago64-v3.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
- <bitbake url='https://git.openembedded.org/bitbake' branch='wrynose' commit='HEAD'/>
+ <bitbake url='https://git.openembedded.org/bitbake' branch='2.18' commit='HEAD'/>
<repos>
<repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='wrynose-wip' commit='HEAD'>
--
2.43.0
reply other threads:[~2026-05-07 13:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260507134348.3135699-1-reatmon@ti.com \
--to=reatmon@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=praneeth@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.