diff options
author | 2020-11-05 21:20:11 +0000 | |
---|---|---|
committer | 2020-11-06 07:07:50 -0600 | |
commit | 3b57d4eea9bce96652f449ee159d04a0302782d9 (patch) | |
tree | adc44eba63fae810c39bd35527cff84fcd357d9d /recipes-graphics/libgles | |
parent | 94374ba73bc676c6fea86bfddd4676beff28a237 (diff) | |
download | meta-ti-3b57d4eea9bce96652f449ee159d04a0302782d9.tar.gz meta-ti-3b57d4eea9bce96652f449ee159d04a0302782d9.tar.bz2 meta-ti-3b57d4eea9bce96652f449ee159d04a0302782d9.zip |
ti-img-rogue-umlibs: update srcrev to pick rpath fixes
Update the srcrev to pick the latest artifacts that fix some of the
redundant rpath warnings seen with Yocto.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 5 |
1 files changed, 3 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 edb4b753..f9d5ed9c 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,13 @@ REQUIRED_MACHINE_FEATURES = "gpu" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j7" -PR = "r8" +PR = "r9" BRANCH = "linuxws/zeus/k5.4/${PV}" SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" -SRCREV = "6b4d8e538566bbaf6b9c4a24dbecd740d58c1871" + +SRCREV = "8d3d1891186ed3f397bb90f4f8c518c6c9970479" PVR_SOC ?= "j721e_linux" PVR_BUILD ?= "release" |