diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-08-27 08:57:23 +0200 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-08-27 10:13:02 -0500 |
commit | d7891abd2d6396bd5b337863d057ca9d7a2d9b23 (patch) | |
tree | ac90cc2acc28c3fdc87bd699e537548ccdeb6555 | |
parent | f8ccb20709f5d864479ea64aa9ebf1bd89e7d82f (diff) | |
download | meta-ti-d7891abd2d6396bd5b337863d057ca9d7a2d9b23.tar.gz |
mesa-pvr: set pv explicitly
openembedded-core commit f5cfb3e23603 ("mesa: set PV from the .inc
file and not via filenames") now sets PV in the mesa.inc file
explicitely to whatever version oe-core is using.
Override that setting to the actual version here to prevent the
following parse error and whatever else would go wrong afterwards.
| ERROR: .../mesa-pvr_23.2.1.bb: Unable to get checksum for mesa-pvr SRC_URI entry 0001-meson-Disable-cmake-dependency-detector-for-llvm.patch: file could not be found
| The following paths were searched:
| .../meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.0.7/bsp-ti-6_1/0001-meson-Disable-cmake-dependency-detector-for-llvm.patch
| ...
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb | 1 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb index 5abd0793..09ae0510 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb | |||
@@ -29,6 +29,7 @@ PACKAGECONFIG:append = " \ | |||
29 | " | 29 | " |
30 | 30 | ||
31 | SRCREV = "1be98ba80452ebe38546a7fca26b5a70f2629083" | 31 | SRCREV = "1be98ba80452ebe38546a7fca26b5a70f2629083" |
32 | PV = "22.3.5" | ||
32 | 33 | ||
33 | PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss" | 34 | PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss" |
34 | PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS}," | 35 | PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS}," |
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb index a137f452..21134bc7 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb | |||
@@ -26,6 +26,7 @@ PACKAGECONFIG:append = " \ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | SRCREV = "b12290126ba6a154f0e8b0a8c8b2b0d64f98e427" | 28 | SRCREV = "b12290126ba6a154f0e8b0a8c8b2b0d64f98e427" |
29 | PV = "23.2.1" | ||
29 | 30 | ||
30 | PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss" | 31 | PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss" |
31 | PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS}," | 32 | PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS}," |