From adf4a227f1568f23ce916485de1b9355824eac15 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 1 Feb 2024 10:36:15 -0600 Subject: [PATCH] ti-img-rogue-*: version bump to 23.3.6512818 Migrate to version 23.3.6512818, this includes the stability updates released in 23.2 as well as some additional modifications to help with userspace application support, namely Chromium. We're also dropping the x11 window system extensions from the Vulkan libraries for now. Ideally, both x11 and wayland extensions will be provided by mesa's vulkan-wsi-layer in the future, but currently x11 isn't supported and this just added extra complexity to the package in Yocto. Signed-off-by: Randolph Sapp Tested-by: Darren Etheridge Signed-off-by: Ryan Eatmon --- ..._23.2.6460340.bb => ti-img-rogue-driver_23.3.6512818.bb} | 2 +- ..._23.2.6460340.bb => ti-img-rogue-umlibs_23.3.6512818.bb} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_23.2.6460340.bb => ti-img-rogue-driver_23.3.6512818.bb} (96%) rename meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_23.2.6460340.bb => ti-img-rogue-umlibs_23.3.6512818.bb} (95%) diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb similarity index 96% rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb index 1b21273a..bc59816a 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb @@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; S = "${WORKDIR}/git" -SRCREV = "2595524729c5acbabcbdee2185de64e7fcd6b36a" +SRCREV = "41a494accb30aa2f247e6a4e123a4954982f2a88" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux" diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb similarity index 95% rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb index bc5a1a47..c84f9d3c 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb @@ -12,7 +12,7 @@ PR = "r2" BRANCH = "linuxws/kirkstone/k6.1/${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" -SRCREV = "c2671c6eaf85ec6a1183c023bbb4d6e9e288fc10" +SRCREV = "0b9e64254269be2fa95c4f3e1dd925d6e4d58199" S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" TARGET_PRODUCT:j721e = "j721e_linux" @@ -31,7 +31,7 @@ RDEPENDS:${PN} = " \ " PACKAGECONFIG ?= " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan x11 wayland', 'vulkan', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan wayland', 'vulkan', '', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'opengl opencl', d)} \ " @@ -119,7 +119,7 @@ RDEPENDS:libgles2-rogue += "mesa-megadriver" # vulkan specific shared objects and configs FILES:libvk-rogue = "${libdir}/libVK_IMG.so* ${datadir}/vulkan" -RDEPENDS:libvk-rogue += "vulkan-loader libx11-xcb wayland libdrm" +RDEPENDS:libvk-rogue += "vulkan-loader wayland libdrm" # opencl specific shared objects and configs FILES:libopencl-rogue = "${libdir}/libPVROCL.so* ${sysconfdir}/OpenCL"