diff --git a/conf/machine/include/gpu_vivante.inc b/conf/machine/include/gpu_vivante.inc index 3073fb4..acc81cd 100644 --- a/conf/machine/include/gpu_vivante.inc +++ b/conf/machine/include/gpu_vivante.inc @@ -42,6 +42,7 @@ GPU_USERLAND_LIBRARIES_INSTALL = "${@get_gpu_vivante_handler(d)}" PREFERRED_PROVIDER_virtual/egl = "${@get_gpu_vivante_handler(d)}" PREFERRED_PROVIDER_virtual/libgles1 = "${@get_gpu_vivante_handler(d)}" PREFERRED_PROVIDER_virtual/libgles2 = "${@get_gpu_vivante_handler(d)}" +PREFERRED_PROVIDER_virtual/libgles3 = "${@get_gpu_vivante_handler(d)}" PREFERRED_PROVIDER_virtual/libgbm = "${@get_gpu_vivante_handler(d)}" PREFERRED_PROVIDER_virtual/mesa = "${@bb.utils.contains('PREFERRED_PROVIDER_virtual/egl','mesa','mesa','mesa-gl',d)}" PREFERRED_PROVIDER_virtual/libgl = "${@bb.utils.contains('PREFERRED_PROVIDER_virtual/egl','mesa','mesa','mesa-gl',d)}" diff --git a/recipes-graphics/gcnano-userland/gcnano-userland-binary.inc b/recipes-graphics/gcnano-userland/gcnano-userland-binary.inc index a54da47..e421625 100644 --- a/recipes-graphics/gcnano-userland/gcnano-userland-binary.inc +++ b/recipes-graphics/gcnano-userland/gcnano-userland-binary.inc @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://${GCNANO_TAR_FILENAME}/LICENSE;md5=dd36864f287701862a DEPENDS += " libdrm wayland " SRC_URI = "git://github.com/STMicroelectronics/gcnano-binaries;protocol=https;branch=gcnano-${GCNANO_VERSION}-binaries" -SRCREV = "787d3311e1bae40805fe2091be653eaadf059611" +SRCREV = "0ac1a89d7a59d040a69745a85f0da7e98644cc4b" PV = "${GCNANO_VERSION}+${GCNANO_DATE}" GCNANO_VERSION = "6.4.9" -GCNANO_DATE = "20221020" +GCNANO_DATE = "20221206" S = "${WORKDIR}/git" B = "${S}/${GCNANO_TAR_FILENAME}" diff --git a/recipes-graphics/gcnano-userland/gcnano-userland.inc b/recipes-graphics/gcnano-userland/gcnano-userland.inc index 0315b56..cb1a337 100644 --- a/recipes-graphics/gcnano-userland/gcnano-userland.inc +++ b/recipes-graphics/gcnano-userland/gcnano-userland.inc @@ -8,6 +8,7 @@ PROVIDES = "\ ${@bb.utils.contains('GCNANO_PACKAGECONFIG', 'gbm', 'virtual/libgbm', '', d)} \ ${@bb.utils.contains('GCNANO_PACKAGECONFIG', 'glesv1', 'virtual/libgles1', '', d)} \ ${@bb.utils.contains('GCNANO_PACKAGECONFIG', 'glesv2', 'virtual/libgles2', '', d)} \ + ${@bb.utils.contains('GCNANO_PACKAGECONFIG', 'glesv2', 'virtual/libgles3', '', d)} \ ${@bb.utils.contains('GCNANO_PACKAGECONFIG', 'vg', 'virtual/libopenvg', '', d)} \ "