summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2020-09-17 23:19:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-09-18 02:02:42 +0000
commit101afd379d51546f9b2b1d4d49a3a8578ffa740a (patch)
tree48f60ce43f4bf1140b9357aa803f208f436d1ff4
parente7de9f0a9aee58167262cb3ef8495014c7678500 (diff)
downloadmeta-ti-101afd379d51546f9b2b1d4d49a3a8578ffa740a.tar.gz
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.bb6
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"
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" 11COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
12 12
13PR = "r35" 13PR = "r36"
14 14
15BRANCH = "ti-img-sgx/zeus/${PV}" 15BRANCH = "ti-img-sgx/zeus/${PV}"
16 16
17SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
18SRCREV = "ce7b96b88d31da27af5b3a2a890aba180a014fc4" 18SRCREV = "7519eda203308c4356e68fd6af67a0900ed09cb4"
19 19
20TARGET_PRODUCT_omap-a15 = "jacinto6evm" 20TARGET_PRODUCT_omap-a15 = "jacinto6evm"
21TARGET_PRODUCT_ti33x = "ti335x" 21TARGET_PRODUCT_ti33x = "ti335x"
@@ -57,8 +57,6 @@ do_install () {
57 oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} 57 oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT}
58 ln -sf libGLESv2.so ${D}${libdir}/libGLESv2.so.1 58 ln -sf libGLESv2.so ${D}${libdir}/libGLESv2.so.1
59 59
60 rm -rf ${D}${includedir}/GL
61
62 chown -R root:root ${D} 60 chown -R root:root ${D}
63} 61}
64 62