1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

ti-sgx-ddk-um: bump SRCREV to pickup the latest fixes

1.14:
- um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows

1.17:
- tools: usc2:dce: fix GLSL compiler error
- um: wsegl: fix the double unmap problem of CPU buffer
- um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows
- um: replace the hard-coded page size with the one read from kernel

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-08-30 19:49:48 +00:00
committed by Denys Dmytriyenko
parent 24c37fcc24
commit d301be58a5
2 changed files with 3 additions and 3 deletions

View File

@@ -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 = "9f83f282c7f0a01ff12558689a02b76cd2ebac3d"
SRCREV = "9ad48144e89d48c7bf2db2a12795985e7a80e4fa"
# There's only hardfp version available
python __anonymous() {

View File

@@ -10,7 +10,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 = "fc4b1d658634c3fe2bafe164430e2f312dbdcf14"
SRCREV = "ee266bb47c7b9b052d67e491fa8c28e301c36691"
TARGET_PRODUCT_k3 = "ti654x"
@@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8"
inherit update-rc.d
PR = "r29"
PR = "r30"
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
DEPENDS += "libdrm udev libgbm wayland libffi"