summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authore-ruei1@ti.com <e-ruei1@ti.com>2018-08-30 19:49:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-31 13:19:48 +0000
commitccf02a81a35b19b94e3e372d3d8527137981eea4 (patch)
treeae6605b4992f195f030770c071b070b1f68bb17f /recipes-graphics
parent471e024b3992ff8c56483010edfe11d1bc3565d4 (diff)
downloadmeta-ti-ccf02a81a35b19b94e3e372d3d8527137981eea4.tar.gz
ti-sgx-ddk-um: bump SRCREV to pickup the latest fixes
1.14: - um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows 1.17: - tools: usc2:dce: fix GLSL compiler error - um: wsegl: fix the double unmap problem of CPU buffer - um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows - um: replace the hard-coded page size with the one read from kernel Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb2
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index cc56229f..3bb8a392 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
9BRANCH = "ti-img-sgx/rocko/${PV}" 9BRANCH = "ti-img-sgx/rocko/${PV}"
10 10
11SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" 11SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
12SRCREV = "9f83f282c7f0a01ff12558689a02b76cd2ebac3d" 12SRCREV = "9ad48144e89d48c7bf2db2a12795985e7a80e4fa"
13 13
14# There's only hardfp version available 14# There's only hardfp version available
15python __anonymous() { 15python __anonymous() {
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index b5bf5583..3affbdfc 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
10BRANCH = "ti-img-sgx/rocko/${PV}" 10BRANCH = "ti-img-sgx/rocko/${PV}"
11 11
12SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" 12SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
13SRCREV = "fc4b1d658634c3fe2bafe164430e2f312dbdcf14" 13SRCREV = "ee266bb47c7b9b052d67e491fa8c28e301c36691"
14 14
15TARGET_PRODUCT_k3 = "ti654x" 15TARGET_PRODUCT_k3 = "ti654x"
16 16
@@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
19 19
20inherit update-rc.d 20inherit update-rc.d
21 21
22PR = "r29" 22PR = "r30"
23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" 23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
24 24
25DEPENDS += "libdrm udev libgbm wayland libffi" 25DEPENDS += "libdrm udev libgbm wayland libffi"