1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-02 00:40:40 +00:00

ti-sgx-ddk-um: bump SRCREV to pickup the latest changes as shown below

- um: Validate mutex before lock and unlock
 - um: Fix for RefCounting with mutex held
 - um: Set the default mutex type to pthread mutex
 - um: Fix the install path and scripts

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
e-ruei1@ti.com
2018-11-17 01:48:18 +00:00
committed by Denys Dmytriyenko
parent 4e9cb4ebb8
commit b1587a6bdc
@@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
BRANCH = "ti-img-sgx/rocko/${PV}" BRANCH = "ti-img-sgx/rocko/${PV}"
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
SRCREV = "e4cb91cb9009bdd8c41be0e4767b765b9b0bfdc6" SRCREV = "bc62c9d0c590dfbc801bf6b10176c3a8b6a39d98"
# There's only hardfp version available # There's only hardfp version available
python __anonymous() { python __anonymous() {
@@ -32,7 +32,7 @@ INITSCRIPT_PARAMS = "defaults 8"
inherit update-rc.d inherit update-rc.d
PR = "r31" PR = "r32"
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
DEPENDS += "libdrm udev libgbm wayland libffi" DEPENDS += "libdrm udev libgbm wayland libffi"