diff options
author | Anand Balagopalakrishnan <anandb@ti.com> | 2019-06-28 16:48:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-29 02:50:53 +0000 |
commit | 176a6344f6086df0416cb6d5236674f62426733e (patch) | |
tree | fa4d94e342dc6616a60689d8435ae1290c8729b9 /recipes-graphics | |
parent | 4e37d33c638f57f5f03817647b9c4b7e4bcbad66 (diff) | |
download | meta-ti-176a6344f6086df0416cb6d5236674f62426733e.tar.gz |
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 <anandb@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.5187610.bb | 7 |
1 files changed, 4 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 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" | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | COMPATIBLE_MACHINE = "j7-evm" | 7 | COMPATIBLE_MACHINE = "j7-evm" |
8 | 8 | ||
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | BRANCH = "linuxws/thud/k4.19/${PV}" | 11 | BRANCH = "linuxws/thud/k4.19/${PV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" |
14 | SRCREV = "97fc1ca42b03f400de38b78e21aaf6b5d94b1c5d" | 14 | SRCREV = "3da5ebfde8a41cd38ab935f3e350d5d195fe7309" |
15 | 15 | ||
16 | PVR_SOC ?= "j721e_linux" | 16 | PVR_SOC ?= "j721e_linux" |
17 | PVR_BUILD ?= "release" | 17 | PVR_BUILD ?= "release" |
18 | PVR_WS = "nulldrmws" | ||
18 | 19 | ||
19 | INITSCRIPT_NAME = "rc.pvr" | 20 | INITSCRIPT_NAME = "rc.pvr" |
20 | INITSCRIPT_PARAMS = "defaults 8" | 21 | INITSCRIPT_PARAMS = "defaults 8" |
@@ -43,7 +44,7 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg" | |||
43 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
44 | 45 | ||
45 | do_install () { | 46 | do_install () { |
46 | oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${PVR_SOC} BUILD=${PVR_BUILD} | 47 | oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${PVR_SOC} BUILD=${PVR_BUILD} WINDOW_SYSTEM=${PVR_WS} |
47 | chown -R root:root ${D} | 48 | chown -R root:root ${D} |
48 | } | 49 | } |
49 | 50 | ||