diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2020-09-17 23:19:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-09-21 17:28:07 +0000 |
commit | eb9eba4edf95c4d8120fa29433f01288c43049fb (patch) | |
tree | df83b107651750d1e64f4d1db257fb312d7f80a0 | |
parent | 794209d0404e68c30ed8d0225bbf14d702698133 (diff) | |
download | meta-ti-eb9eba4edf95c4d8120fa29433f01288c43049fb.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.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" | |||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" | 11 | COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" |
12 | 12 | ||
13 | PR = "r35" | 13 | PR = "r36" |
14 | 14 | ||
15 | BRANCH = "ti-img-sgx/zeus/${PV}" | 15 | BRANCH = "ti-img-sgx/zeus/${PV}" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" |
18 | SRCREV = "ce7b96b88d31da27af5b3a2a890aba180a014fc4" | 18 | SRCREV = "7519eda203308c4356e68fd6af67a0900ed09cb4" |
19 | 19 | ||
20 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 20 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |
21 | TARGET_PRODUCT_ti33x = "ti335x" | 21 | TARGET_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 | ||