summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2015-08-27 14:44:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-28 20:42:48 -0400
commitdc486eb2b6065710fe5fdbd6150b07e00807320f (patch)
treecf49650972ab50c28ad7eb2c649cf80242a7cefe
parentd7a14691e32826bdca4a0d20be99170f527f7709 (diff)
downloadmeta-ti-dc486eb2b6065710fe5fdbd6150b07e00807320f.tar.gz
omap5-sgx-um-linux: Update SRCREV with bugfixes
Contains updates for the following issues: * Fix for the application hang seen with Half float textures * Fix SGX HW recovery issue due to delayed Weston buffer release event Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
index 2f3f6aa8..75e247e4 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
@@ -3,10 +3,12 @@ HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
3LICENSE = "TI-TSPA" 3LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" 4LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
5 5
6SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" 6BRANCH = "dra7/k3.14"
7SRCREV = "b6e57ccf36fc8c36d988246bc7510f0dec42d991"
8 7
9PR = "r7" 8SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
9SRCREV = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
10
11PR = "r10"
10PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" 12PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
11 13
12RREPLACES_${PN} = "libegl libgles1 libgles2" 14RREPLACES_${PN} = "libegl libgles1 libgles2"