diff options
author | 2021-04-18 06:51:02 +0000 | |
---|---|---|
committer | 2021-05-04 23:12:29 -0500 | |
commit | b9f3d92a56e3567acfe9a8f6b602d6d766ea79fb (patch) | |
tree | 18ecdd6d9f909d6aeb15ace9ad76cc2f5732d926 /recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |
parent | 812f360c9c1c445f00b556c19a669f0450812df1 (diff) | |
download | meta-ti-b9f3d92a56e3567acfe9a8f6b602d6d766ea79fb.tar.gz meta-ti-b9f3d92a56e3567acfe9a8f6b602d6d766ea79fb.tar.bz2 meta-ti-b9f3d92a56e3567acfe9a8f6b602d6d766ea79fb.zip |
ti-sgx-ddk-um: Update srcrev to pick latest
The eglplatform.h header is updated to account for deprecation of
MESA_EGL_NO_X11_HEADERS macro. Update srcrev to pick this change.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Diffstat (limited to 'recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 6 |
1 files changed, 3 insertions, 3 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 47e9820b..627d128f 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,12 +10,12 @@ REQUIRED_MACHINE_FEATURES = "gpu" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" -PR = "r36" +PR = "r37" -BRANCH = "ti-img-sgx/zeus/${PV}" +BRANCH = "ti-img-sgx/dunfell/${PV}" SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" -SRCREV = "7519eda203308c4356e68fd6af67a0900ed09cb4" +SRCREV = "742cf38aba13e1ba1a910cf1f036a1a212c263b6" TARGET_PRODUCT_omap-a15 = "jacinto6evm" TARGET_PRODUCT_ti33x = "ti335x" |