From a33b34684dc2e044470fa640bf71de0f8401c6c8 Mon Sep 17 00:00:00 2001 From: Antonios Christidis Date: Thu, 23 Jul 2026 15:22:29 -0500 Subject: [PATCH] mesa-pvr: Update SRCREV Update the SRCREV to include missing dependency fix. Related to, https://github.com/TexasInstruments/mesa/commit/7b6e8de7b0acdaff684f1109c6acb575644a93ea. Signed-off-by: Antonios Christidis Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_25.2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_25.2.8.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_25.2.8.bb index 44becc663..03b0b9bfc 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_25.2.8.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_25.2.8.bb @@ -13,7 +13,7 @@ BRANCH = "powervr/${PV}" SRC_URI = "git://github.com/TexasInstruments/mesa.git;protocol=https;branch=${BRANCH} \ file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch" -SRCREV = "0cb5bad52580f156b02125f4c7121ca7198e1489" +SRCREV = "7b6e8de7b0acdaff684f1109c6acb575644a93ea" PV = "25.2.8" PR = "r1"