diff options
author | Anand Balagopalakrishnan <anandb@ti.com> | 2015-08-07 00:47:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-24 14:33:21 -0400 |
commit | 9f19b1f20d9de774114078193b65c5d603fbdf2f (patch) | |
tree | e3fae51f6721e6c0bb7f0cf3c441dc081bf673c1 /recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | |
parent | 1b09f22319f404cbf39b4702e171ab767e57c11d (diff) | |
download | meta-ti-9f19b1f20d9de774114078193b65c5d603fbdf2f.tar.gz |
omap5-sgx-ddk-um-linux: update SGX user mode binaries to latest version
* Fix for SGX HW recovery issue when Weston EGL clients are killed
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb')
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 8 |
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 83dfb1d6..6babb57a 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" | |||
3 | LICENSE = "TI-TSPA" | 3 | LICENSE = "TI-TSPA" |
4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" | 4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" |
5 | 5 | ||
6 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" | 6 | BRANCH = "omap5/next" |
7 | SRCREV = "b6e57ccf36fc8c36d988246bc7510f0dec42d991" | ||
8 | 7 | ||
9 | PR = "r7" | 8 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" |
9 | SRCREV = "4ac0dba02717a7d7196f0b38b1fd6366f5b04ca7" | ||
10 | |||
11 | PR = "r8" | ||
10 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 12 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
11 | 13 | ||
12 | RREPLACES_${PN} = "libegl libgles1 libgles2" | 14 | RREPLACES_${PN} = "libegl libgles1 libgles2" |