From: Dmitry Baryshkov Date: Thu, 4 Dec 2025 12:45:04 +0000 (+0200) Subject: mesa: upgrade 25.2.5 -> 25.2.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb953ee296577db183733e9f21d8fc866ec4453;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: upgrade 25.2.5 -> 25.2.8 Pick up the latest (and last) release from 25.2 branch, fixing several issues with the drivers. Signed-off-by: Dmitry Baryshkov Reviewed-by: Quentin Schulz Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index e8786aa2e9..27483f6951 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] = "bb6243e7a6f525febfa1e6ab50827ca4d4bfdad73812377b0ca9b6c50998b03e" -PV = "25.2.5" +SRC_URI[sha256sum] = "097842f3e49d996868b38688db87b006f7d4541e93ce86d2f341d8b3e7be7c93" +PV = "25.2.8" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)"