diff options
author | 2018-11-17 01:48:18 +0000 | |
---|---|---|
committer | 2018-11-27 19:27:03 +0000 | |
commit | b1587a6bdc72f4c862e7e35ecddf90c66b1124bd (patch) | |
tree | 132debb5e27392093cf4f002f684749b0ed65c88 /recipes-graphics | |
parent | 4e9cb4ebb8528b790defe2b6db5b6cd58f51257d (diff) | |
download | meta-ti-b1587a6bdc72f4c862e7e35ecddf90c66b1124bd.tar.gz meta-ti-b1587a6bdc72f4c862e7e35ecddf90c66b1124bd.tar.bz2 meta-ti-b1587a6bdc72f4c862e7e35ecddf90c66b1124bd.zip |
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 |
1 files changed, 2 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 16e6f1fb..1c9fad94 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 @@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" BRANCH = "ti-img-sgx/rocko/${PV}" 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 python __anonymous() { @@ -32,7 +32,7 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r31" +PR = "r32" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" DEPENDS += "libdrm udev libgbm wayland libffi" |