diff options
author | 2020-05-27 18:09:52 +0000 | |
---|---|---|
committer | 2020-05-28 16:31:45 +0000 | |
commit | 61f2f1d075c3e8efa4c653a557521cc365cc6d5c (patch) | |
tree | 917c68570b21690e501c703a2021b0ecc51de7c2 /recipes-graphics | |
parent | 4537356c21a4ccfe889ea418b902281e5c14faa8 (diff) | |
download | meta-ti-61f2f1d075c3e8efa4c653a557521cc365cc6d5c.tar.gz meta-ti-61f2f1d075c3e8efa4c653a557521cc365cc6d5c.tar.bz2 meta-ti-61f2f1d075c3e8efa4c653a557521cc365cc6d5c.zip |
ti-img-rogue-umlibs: Update srcrev to pick latest
Updating the srcrev to pick the latest changes which adds an unittest.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb index 6dcf4a0f..edb4b753 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb @@ -10,12 +10,12 @@ REQUIRED_MACHINE_FEATURES = "gpu" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j7" -PR = "r7" +PR = "r8" BRANCH = "linuxws/zeus/k5.4/${PV}" SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" -SRCREV = "20748df00f123d56079cab07f83b0133e3378b53" +SRCREV = "6b4d8e538566bbaf6b9c4a24dbecd740d58c1871" PVR_SOC ?= "j721e_linux" PVR_BUILD ?= "release" |