diff options
author | Randolph Sapp <rs@ti.com> | 2023-04-27 16:07:44 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-05-02 17:33:49 -0500 |
commit | 050ac64a1e83da0c7eafff6a30002ce92900ffaf (patch) | |
tree | b40c96ada5e98986b1ec04d88833d217a30afbc3 /meta-ti-bsp | |
parent | f027b5399cace365e5d63d9b98331ce5404e02f3 (diff) | |
download | meta-ti-050ac64a1e83da0c7eafff6a30002ce92900ffaf.tar.gz |
pvr-mesa: add new vulkan configuration options and wsi
Add the required vulkan configuration options and the new PVR WSI file to
the corresponding package.
Also bump the PV to match the version of Mesa actually being shipped.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-graphics/mesa/pvr-mesa.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-graphics/mesa/pvr-mesa.inc b/meta-ti-bsp/recipes-graphics/mesa/pvr-mesa.inc index d938f41c..caf94156 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/pvr-mesa.inc +++ b/meta-ti-bsp/recipes-graphics/mesa/pvr-mesa.inc | |||
@@ -38,14 +38,18 @@ PACKAGECONFIG:remove = "xvmc" | |||
38 | PACKAGECONFIG[xvmc] = "" | 38 | PACKAGECONFIG[xvmc] = "" |
39 | 39 | ||
40 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 40 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
41 | PV = "22.0.3+pvr" | 41 | PV = "22.3.5+pvr" |
42 | 42 | ||
43 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'pvr', ',pvr', '', d)}" | 43 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'pvr', ',pvr', '', d)}" |
44 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'sgx', ',sgx', '', d)}" | 44 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'sgx', ',sgx', '', d)}" |
45 | 45 | ||
46 | VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'pvr', ',pvr', '', d)}" | ||
47 | |||
46 | do_install:append () { | 48 | do_install:append () { |
47 | # remove pvr custom pkgconfig | 49 | # remove pvr custom pkgconfig |
48 | rm -rf ${D}${datadir}/pkgconfig | 50 | rm -rf ${D}${datadir}/pkgconfig |
49 | } | 51 | } |
50 | 52 | ||
53 | FILES:mesa-vulkan-drivers += " ${libdir}/libpvr_mesa_wsi.so" | ||
54 | |||
51 | RRECOMMENDS:mesa-megadriver:append:class-target = " ${@d.getVar('PREFERRED_PROVIDER_virtual/gpudriver')}" | 55 | RRECOMMENDS:mesa-megadriver:append:class-target = " ${@d.getVar('PREFERRED_PROVIDER_virtual/gpudriver')}" |