diff options
author | 2019-06-29 10:32:14 +0000 | |
---|---|---|
committer | 2019-07-02 18:53:00 +0000 | |
commit | 76fa77f5b20980921168921625cda1d123a82aa4 (patch) | |
tree | 9305ae31973c52e61e2629b24c57143a2d9dd850 /recipes-graphics/libgles | |
parent | ddbbdd06846db269e1ed6778fb2ae90266a1e2c3 (diff) | |
download | meta-ti-76fa77f5b20980921168921625cda1d123a82aa4.tar.gz meta-ti-76fa77f5b20980921168921625cda1d123a82aa4.tar.bz2 meta-ti-76fa77f5b20980921168921625cda1d123a82aa4.zip |
ti-img-rogue-umlibs: Update SRCREV to pick wayland ws libraries
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb index 94f078e2..0caed206 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb @@ -6,16 +6,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j7-evm" -PR = "r3" +PR = "r4" BRANCH = "linuxws/thud/k4.19/${PV}" SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" -SRCREV = "3da5ebfde8a41cd38ab935f3e350d5d195fe7309" +SRCREV = "ba99e1156c794f8618a743a4bb0f075b2ade9db3" PVR_SOC ?= "j721e_linux" PVR_BUILD ?= "release" -PVR_WS = "nulldrmws" +PVR_WS = "wayland" INITSCRIPT_NAME = "rc.pvr" INITSCRIPT_PARAMS = "defaults 8" |