diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2017-12-06 22:06:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-07 11:50:45 -0500 |
commit | 8fcd2f60720acf46555b45a1a48ad1fa0c52b75a (patch) | |
tree | 62d1985f5aada85688c5c2edfb157c7b56398c64 /recipes-graphics | |
parent | 3bf22504e202e773eea565bb6f36222f24c9c6fe (diff) | |
download | meta-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.bb | 5 |
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}" | |||
8 | BRANCH = "ti-img-sgx/${PV}" | 8 | BRANCH = "ti-img-sgx/${PV}" |
9 | 9 | ||
10 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" |
11 | SRCREV = "cf8cd620e96c9741bfcbe7f07c95328fe2d6ece9" | 11 | SRCREV = "bbbd5cbb55e4c54d3b02456ae553bea86fd61506" |
12 | 12 | ||
13 | # There's only hardfp version available | 13 | # There's only hardfp version available |
14 | python __anonymous() { | 14 | python __anonymous() { |
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
31 | 31 | ||
32 | inherit update-rc.d | 32 | inherit update-rc.d |
33 | 33 | ||
34 | PR = "r26" | 34 | PR = "r27" |
35 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" | 35 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" |
36 | 36 | ||
37 | DEPENDS += "libdrm udev libgbm wayland libffi" | 37 | DEPENDS += "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 | ||
60 | FILES_${PN} = "${bindir}/*" | 61 | FILES_${PN} = "${bindir}/*" |