summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authore-ruei1@ti.com <e-ruei1@ti.com>2019-02-28 20:41:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-02-28 20:43:14 +0000
commitd85f95e144804b11ccfe7a80f6e66ed24a954d75 (patch)
tree259a0de87cc6113570aea546e45beab90ee55687
parentfb48c2fbfd422e00b27c0f1c097063f317fcc46a (diff)
downloadmeta-ti-d85f95e144804b11ccfe7a80f6e66ed24a954d75.tar.gz
ti-sgx-ddk-um: bump SRCREV to pickup the latest fixes and enhancements
DDK1.17 clean up: -um: Makefile cleanup DDK 1.17 specific patches - um: imgegl/egl_wl.c: pass the valid bpp to the get_size function and remove invalid check - um: osfunc_um.c: fix compiler error at PVRSRVDetectPlatform() for AM3/4 - um: opengles2/tex.c: glCopyTexSubImage2D - Set destination stride correctly DDK1.14 patches rebased - um: nulldrm: map DBM buffers and populate meminfo - um: nulldrm : Fix proper goto label in case of failure - um: Fix the install path and scripts - um: add support for UYVY format in wl_drm - um: fix for compile error with PVR_DEBUG_MUTEXES=1 - um: pvr_drm.c: move the assert_reset from DrmRemove to DrmUnload - um: Validate mutex before lock and unlock - um: Fix for RefCounting with mutex held - um: Set the default mutex type to pthread mutex 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.17.4948957.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index e1334e31..6144e27d 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
10BRANCH = "ti-img-sgx/rocko/${PV}" 10BRANCH = "ti-img-sgx/rocko/${PV}"
11 11
12SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" 12SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
13SRCREV = "ee266bb47c7b9b052d67e491fa8c28e301c36691" 13SRCREV = "271497b0f4747152bfa4775821e2ef33b4a894aa"
14 14
15TARGET_PRODUCT_k3 = "ti654x" 15TARGET_PRODUCT_k3 = "ti654x"
16 16
@@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
19 19
20inherit update-rc.d 20inherit update-rc.d
21 21
22PR = "r30" 22PR = "r31"
23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" 23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
24 24
25DEPENDS += "libdrm udev libgbm wayland libffi" 25DEPENDS += "libdrm udev libgbm wayland libffi"