mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
802efa98cd
commit
d88ce32d19
@@ -6,15 +6,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
|
|||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "j7-evm"
|
COMPATIBLE_MACHINE = "j7-evm"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
BRANCH = "linuxws/thud/k4.19/${PV}"
|
BRANCH = "linuxws/thud/k4.19/${PV}"
|
||||||
|
|
||||||
SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
|
||||||
SRCREV = "97fc1ca42b03f400de38b78e21aaf6b5d94b1c5d"
|
SRCREV = "3da5ebfde8a41cd38ab935f3e350d5d195fe7309"
|
||||||
|
|
||||||
PVR_SOC ?= "j721e_linux"
|
PVR_SOC ?= "j721e_linux"
|
||||||
PVR_BUILD ?= "release"
|
PVR_BUILD ?= "release"
|
||||||
|
PVR_WS = "nulldrmws"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "rc.pvr"
|
INITSCRIPT_NAME = "rc.pvr"
|
||||||
INITSCRIPT_PARAMS = "defaults 8"
|
INITSCRIPT_PARAMS = "defaults 8"
|
||||||
@@ -43,7 +44,7 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_install () {
|
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}
|
chown -R root:root ${D}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user