diff options
author | 2019-05-30 20:33:47 +0000 | |
---|---|---|
committer | 2019-06-07 00:50:08 +0000 | |
commit | 51f8beff88ecf5a67f7bf82f86cd717dad37de4f (patch) | |
tree | 9f604b21407fc27fb67733c834ba06b7610704d7 /recipes-graphics | |
parent | eca5192f38e5dfeca541773eb5bcf5ec16ef5843 (diff) | |
download | meta-ti-51f8beff88ecf5a67f7bf82f86cd717dad37de4f.tar.gz meta-ti-51f8beff88ecf5a67f7bf82f86cd717dad37de4f.tar.bz2 meta-ti-51f8beff88ecf5a67f7bf82f86cd717dad37de4f.zip |
ti-sgx-ddk-um: bump SRCREV to pick up the fix for AM5 performance degradation
-um: opengles2: disable GLES2MOVEBUFFERMEMTODEVICE
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.17.4948957.bb | 4 |
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 7b4f2ec2..02c9b750 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}" BRANCH = "ti-img-sgx/thud/${PV}" SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" -SRCREV = "b0db45b7f74312afbff3e30c334e899e9c9d1338" +SRCREV = "9e63d5ac0b40d6a70463173c597122b6645c8a95" TARGET_PRODUCT_omap-a15 = "jacinto6evm" TARGET_PRODUCT_ti33x = "ti335x" @@ -22,7 +22,7 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r32" +PR = "r33" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" DEPENDS += "libdrm udev libgbm wayland libffi" |