summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authore-ruei1@ti.com <e-ruei1@ti.com>2017-12-06 22:06:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-12-06 14:19:39 -0500
commitaeb38257d3656ece8c0566e168fb8cc2a4d4663e (patch)
tree2a5ac4e0d373e41cc9a9c991794c7b3ec36d32f2
parent2c505db5e6c2d4f567c2245d255f041aaa9e6f93 (diff)
downloadmeta-ti-aeb38257d3656ece8c0566e168fb8cc2a4d4663e.tar.gz
ti-sgx-ddk-um: update srcrev to pick up the latest fixes
- gbm: Fix compilation error with BUILD=debug - change GLES filenames to mesa style - gbm: dont increment surface refcount inside internal function - gbm: decrement gbm bo recount on DeleteDrawable - add symbolic link libGLESv2.so.1 for backward compatibility of SGX binary demos Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb5
1 files changed, 3 insertions, 2 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 60f63aa4..e950d91d 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
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
8BRANCH = "ti-img-sgx/${PV}" 8BRANCH = "ti-img-sgx/${PV}"
9 9
10SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
11SRCREV = "cf8cd620e96c9741bfcbe7f07c95328fe2d6ece9" 11SRCREV = "bbbd5cbb55e4c54d3b02456ae553bea86fd61506"
12 12
13# There's only hardfp version available 13# There's only hardfp version available
14python __anonymous() { 14python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
31 31
32inherit update-rc.d 32inherit update-rc.d
33 33
34PR = "r26" 34PR = "r27"
35PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" 35PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
36 36
37DEPENDS += "libdrm udev libgbm wayland libffi" 37DEPENDS += "libdrm udev libgbm wayland libffi"
@@ -55,6 +55,7 @@ do_install () {
55 oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} 55 oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT}
56 mkdir -p ${D}${libdir}/gbm 56 mkdir -p ${D}${libdir}/gbm
57 ln -sf ../libpvrGBMWSEGL.so.${PV} ${D}${libdir}/gbm/gbm_pvr.so 57 ln -sf ../libpvrGBMWSEGL.so.${PV} ${D}${libdir}/gbm/gbm_pvr.so
58 ln -sf ../libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1
58} 59}
59 60
60FILES_${PN} = "${bindir}/*" 61FILES_${PN} = "${bindir}/*"