summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
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-07 11:50:45 -0500
commit8fcd2f60720acf46555b45a1a48ad1fa0c52b75a (patch)
tree62d1985f5aada85688c5c2edfb157c7b56398c64 /recipes-graphics
parent3bf22504e202e773eea565bb6f36222f24c9c6fe (diff)
downloadmeta-ti-8fcd2f60720acf46555b45a1a48ad1fa0c52b75a.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>
Diffstat (limited to 'recipes-graphics')
-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 a9da5b71..3615e6a8 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}/*"