diff options
author | 2020-09-17 23:19:10 +0000 | |
---|---|---|
committer | 2020-09-21 17:28:07 +0000 | |
commit | eb9eba4edf95c4d8120fa29433f01288c43049fb (patch) | |
tree | df83b107651750d1e64f4d1db257fb312d7f80a0 | |
parent | 794209d0404e68c30ed8d0225bbf14d702698133 (diff) | |
download | meta-ti-eb9eba4edf95c4d8120fa29433f01288c43049fb.tar.gz meta-ti-eb9eba4edf95c4d8120fa29433f01288c43049fb.tar.bz2 meta-ti-eb9eba4edf95c4d8120fa29433f01288c43049fb.zip |
ti-sgx-ddk-um: Update SRCRERV to pick latest artifacts
Update SRCREV to pick the latest artifacts. The GL headers are excluded
in the artifacts instead of it in the recipe.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 6 |
1 files changed, 2 insertions, 4 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 6639ec5c..47e9820b 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 = "r35" +PR = "r36" BRANCH = "ti-img-sgx/zeus/${PV}" SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" -SRCREV = "ce7b96b88d31da27af5b3a2a890aba180a014fc4" +SRCREV = "7519eda203308c4356e68fd6af67a0900ed09cb4" TARGET_PRODUCT_omap-a15 = "jacinto6evm" TARGET_PRODUCT_ti33x = "ti335x" @@ -57,8 +57,6 @@ do_install () { oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ln -sf libGLESv2.so ${D}${libdir}/libGLESv2.so.1 - rm -rf ${D}${includedir}/GL - chown -R root:root ${D} } |