From aeb38257d3656ece8c0566e168fb8cc2a4d4663e Mon Sep 17 00:00:00 2001 From: "e-ruei1@ti.com" Date: Wed, 6 Dec 2017 22:06:33 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 5 +++-- 1 file 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}" BRANCH = "ti-img-sgx/${PV}" SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" -SRCREV = "cf8cd620e96c9741bfcbe7f07c95328fe2d6ece9" +SRCREV = "bbbd5cbb55e4c54d3b02456ae553bea86fd61506" # There's only hardfp version available python __anonymous() { @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r26" +PR = "r27" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" DEPENDS += "libdrm udev libgbm wayland libffi" @@ -55,6 +55,7 @@ do_install () { oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} mkdir -p ${D}${libdir}/gbm ln -sf ../libpvrGBMWSEGL.so.${PV} ${D}${libdir}/gbm/gbm_pvr.so + ln -sf ../libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1 } FILES_${PN} = "${bindir}/*" -- cgit v1.2.3-54-g00ecf