| Message ID | 20260324111711.2929939-1-zboszor@gmail.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [v2] mesa: Upgrade to 26.0.3 | expand |
Hi Zoltan, On 3/24/26 12:17 PM, Zoltan Boszormenyi via lists.openembedded.org wrote: > Release notes: > https://lists.freedesktop.org/archives/mesa-dev/2026-March/226616.html > Please add Reviewed-by and other tags given to earlier versions to the new versions if no changes were made compared to the earlier version. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Do not send a v3 just to add a Reviewed-by. Thanks! Quentin
2026. 03. 24. 12:23 keltezéssel, Quentin Schulz írta: > Hi Zoltan, > > On 3/24/26 12:17 PM, Zoltan Boszormenyi via lists.openembedded.org wrote: >> Release notes: >> https://lists.freedesktop.org/archives/mesa-dev/2026-March/226616.html >> > > Please add Reviewed-by and other tags given to earlier versions to the new versions if > no changes were made compared to the earlier version. > > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> > > Do not send a v3 just to add a Reviewed-by. There was no previous human review, only a patchtest mail which said that my patch needs a commit message, besides the summary and my Signed-off-by: line: FAIL: test commit message presence: Please include a commit message on your patch explaining the change (test_mbox.TestMbox.test_commit_message_presence) The v2 patch was because of this. I won't send a v3 as you asked. Thanks!
Hi Zoltan, On 3/24/26 12:36 PM, Böszörményi Zoltán wrote: > 2026. 03. 24. 12:23 keltezéssel, Quentin Schulz írta: >> Hi Zoltan, >> >> On 3/24/26 12:17 PM, Zoltan Boszormenyi via lists.openembedded.org wrote: >>> Release notes: >>> https://eur02.safelinks.protection.outlook.com/? >>> url=https%3A%2F%2Flists.freedesktop.org%2Farchives%2Fmesa-dev%2F2026- >>> March%2F226616.html&data=05%7C02%7Cquentin.schulz%40cherry.de%7C67cb2d941b984ab3af3c08de89998e99%7C5e0e1b5221b54e7b83bb514ec460677e%7C0%7C0%7C639099489705377660%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=zMc08oODNovncYV4E0wWC1j4LpT26%2BOolebp1jrA1XM%3D&reserved=0 >>> >> >> Please add Reviewed-by and other tags given to earlier versions to the >> new versions if no changes were made compared to the earlier version. >> >> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> >> >> Do not send a v3 just to add a Reviewed-by. > > There was no previous human review, only a patchtest mail which said that https://lore.kernel.org/openembedded-core/297bacc5-8e9b-4b35-87d0-8fc505c5af38@cherry.de/ Considering you sent the new version a few minutes after, it probably was just bad timing and you missed my mail before sending your v2 :) Cheers, Quentin
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a95adfc960..6ee8d87c4a 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -19,8 +19,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \ file://0001-freedreno-don-t-encode-build-path-into-binaries.patch \ " -SRC_URI[sha256sum] = "973f535221be211c6363842b4cce9ef8e9b3e1d5ea86c5450ca86060163c7346" -PV = "26.0.2" +SRC_URI[sha256sum] = "ddb7443d328e89aa45b4b6b80f077bf937f099daeca8ba48cabe32aab769e134" +PV = "26.0.3" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
Release notes: https://lists.freedesktop.org/archives/mesa-dev/2026-March/226616.html Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)