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:35 -0500 |
| commit | c1faefa62a173e67c72ff2ca54cf34969e17067b (patch) | |
| tree | eb67d207a10a8d4b341119aa8ffb19459fb7623f | |
| parent | fc52833b3423d9a11bc85739c08c753977666e39 (diff) | |
| download | meta-ti-c1faefa62a173e67c72ff2ca54cf34969e17067b.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}," |
