From 176a6344f6086df0416cb6d5236674f62426733e Mon Sep 17 00:00:00 2001 From: Anand Balagopalakrishnan Date: Fri, 28 Jun 2019 16:48:00 +0000 Subject: ti-img-rogue-umlibs: add window system as an install option We will start supporting Wayland window system. It is good to have nulldrmws as a debug option. GPU driver recipe already support window system option. Signed-off-by: Anand Balagopalakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes-graphics') 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 c7700fb7..94f078e2 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,15 +6,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j7-evm" -PR = "r2" +PR = "r3" BRANCH = "linuxws/thud/k4.19/${PV}" SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" -SRCREV = "97fc1ca42b03f400de38b78e21aaf6b5d94b1c5d" +SRCREV = "3da5ebfde8a41cd38ab935f3e350d5d195fe7309" PVR_SOC ?= "j721e_linux" PVR_BUILD ?= "release" +PVR_WS = "nulldrmws" INITSCRIPT_NAME = "rc.pvr" INITSCRIPT_PARAMS = "defaults 8" @@ -43,7 +44,7 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg" S = "${WORKDIR}/git" do_install () { - oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${PVR_SOC} BUILD=${PVR_BUILD} + oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${PVR_SOC} BUILD=${PVR_BUILD} WINDOW_SYSTEM=${PVR_WS} chown -R root:root ${D} } -- cgit v1.2.3-54-g00ecf