RE: [yocto-metrics-meta-oe][PATCH] patch-status: add wrynose
"Marko, Peter" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <AS8PR10MB50731565724064698C2819A1FD142@AS8PR10MB5073.EURPRD10.PROD.OUTLOOK.COM> |
Thank you for merging the patch for oe-core. Could you also take this one for meta-openembedded? Peter > -----Original Message----- > From: Marko, Peter (FT D EU SK BFS1) <[email protected]> > Sent: Wednesday, May 13, 2026 10:00 PM > To: [email protected] > Cc: Marko, Peter (FT D EU SK BFS1) <[email protected]> > Subject: [yocto-metrics-meta-oe][PATCH] patch-status: add wrynose > > From: Peter Marko <[email protected]> > > See https://lists.yoctoproject.org/g/yocto-announce/message/386 > > Signed-off-by: Peter Marko <[email protected]> > --- > patch-status/index.html | 12 +++++++++++- > patch-status/releases.csv | 1 + > 2 files changed, 12 insertions(+), 1 deletion(-) > > diff --git a/patch-status/index.html b/patch-status/index.html > index cdd89e6e..c784151a 100644 > --- a/patch-status/index.html > +++ b/patch-status/index.html > @@ -58,6 +58,10 @@ SPDX-License-Identifier: MIT > <summary>master</summary> > <div id="cve_status_master"></div> > </details> > + <details> > + <summary>wrynose</summary> > + <div id="cve_status_wrynose"></div> > + </details> > <details> > <summary>whinlatter</summary> > <div id="cve_status_whinlatter"></div> > @@ -125,6 +129,12 @@ SPDX-License-Identifier: MIT > createCVEList('cve_status_master', data); > }) > > + fetch('cve-status-wrynose.txt') > + .then(response => response.text()) > + .then(data => { > + createCVEList('cve_status_wrynose', data); > + }) > + > fetch('cve-status-whinlatter.txt') > .then(response => response.text()) > .then(data => { > @@ -212,7 +222,7 @@ SPDX-License-Identifier: MIT > upstream_status: 'Malformed Upstream-Status', > inactive_upstream: 'Inactive-Upstream' > }; > - const branches = ['master', 'whinlatter', 'walnascar', 'styhead', 'scarthgap', > 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', > 'dunfell'] > + const branches = ['master', 'wrynose', 'whinlatter', 'walnascar', 'styhead', > 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', > 'gatesgarth', 'dunfell'] > > const general_options = { > tooltip: { > diff --git a/patch-status/releases.csv b/patch-status/releases.csv > index 1e8d95f3..48368ed5 100644 > --- a/patch-status/releases.csv > +++ b/patch-status/releases.csv > @@ -1,4 +1,5 @@ > Name,Date > +6.0 (Wrynose),2026-05-13 > 5.3 (Whinlatter),2025-12-16 > 5.2 (Walnascar),2025-05-08 > 5.1 (Styhead),2024-10-17