diff options
Diffstat (limited to 'meta-ti-bsp/recipes-graphics')
-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')}" |