summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-02-01 10:36:15 -0600
committerRyan Eatmon <reatmon@ti.com>2024-02-06 09:43:44 -0600
commitadf4a227f1568f23ce916485de1b9355824eac15 (patch)
tree71c5b59692ffaf5c2f4ed6905eb347e45d64debe
parent35d0611df95e4ac00604b1d0f8ef05244098b495 (diff)
downloadmeta-ti-adf4a227f1568f23ce916485de1b9355824eac15.tar.gz
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 <rs@ti.com> Tested-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb (renamed from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.2.6460340.bb)2
-rw-r--r--meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb (renamed from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb)6
2 files changed, 4 insertions, 4 deletions
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
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;
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25SRCREV = "2595524729c5acbabcbdee2185de64e7fcd6b36a" 25SRCREV = "41a494accb30aa2f247e6a4e123a4954982f2a88"
26 26
27TARGET_PRODUCT:j721e = "j721e_linux" 27TARGET_PRODUCT:j721e = "j721e_linux"
28TARGET_PRODUCT:j721s2 = "j721s2_linux" 28TARGET_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
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"
12 12
13BRANCH = "linuxws/kirkstone/k6.1/${PV}" 13BRANCH = "linuxws/kirkstone/k6.1/${PV}"
14SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" 14SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
15SRCREV = "c2671c6eaf85ec6a1183c023bbb4d6e9e288fc10" 15SRCREV = "0b9e64254269be2fa95c4f3e1dd925d6e4d58199"
16S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" 16S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}"
17 17
18TARGET_PRODUCT:j721e = "j721e_linux" 18TARGET_PRODUCT:j721e = "j721e_linux"
@@ -31,7 +31,7 @@ RDEPENDS:${PN} = " \
31" 31"
32 32
33PACKAGECONFIG ?= " \ 33PACKAGECONFIG ?= " \
34 ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan x11 wayland', 'vulkan', '', d)} \ 34 ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan wayland', 'vulkan', '', d)} \
35 ${@bb.utils.filter('DISTRO_FEATURES', 'opengl opencl', d)} \ 35 ${@bb.utils.filter('DISTRO_FEATURES', 'opengl opencl', d)} \
36" 36"
37 37
@@ -119,7 +119,7 @@ RDEPENDS:libgles2-rogue += "mesa-megadriver"
119 119
120# vulkan specific shared objects and configs 120# vulkan specific shared objects and configs
121FILES:libvk-rogue = "${libdir}/libVK_IMG.so* ${datadir}/vulkan" 121FILES:libvk-rogue = "${libdir}/libVK_IMG.so* ${datadir}/vulkan"
122RDEPENDS:libvk-rogue += "vulkan-loader libx11-xcb wayland libdrm" 122RDEPENDS:libvk-rogue += "vulkan-loader wayland libdrm"
123 123
124# opencl specific shared objects and configs 124# opencl specific shared objects and configs
125FILES:libopencl-rogue = "${libdir}/libPVROCL.so* ${sysconfdir}/OpenCL" 125FILES:libopencl-rogue = "${libdir}/libPVROCL.so* ${sysconfdir}/OpenCL"