* [thud][PATCH 1/1] img-pvr-drivers: specify SGX and Rogue as virtual providers for GPU driver
@ 2019-06-20 12:36 Anand Balagopalakrishnan
0 siblings, 0 replies; only message in thread
From: Anand Balagopalakrishnan @ 2019-06-20 12:36 UTC (permalink / raw)
To: meta-ti
- specify both SGX and Rogue drivers as virtual providers for GPU driver
- remove unused omapdrm-pvr provides
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb | 4 +++-
recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 8 ++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
index a79abfd..1c73362 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=15;endline=20;md5=0403c7dea01a2b8232
inherit module
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
PR = "${MACHINE_KERNEL_PR}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -13,6 +13,8 @@ COMPATIBLE_MACHINE = "j7-evm"
DEPENDS = "virtual/kernel"
+PROVIDES = "virtual/gpudriver"
+
BRANCH = "linux/thud/k4.19/${PV}"
SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH}"
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
index 2b1e1ee..8338ed7 100644
--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
@@ -7,18 +7,14 @@ inherit module
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
-MACHINE_KERNEL_PR_append = "q"
+MACHINE_KERNEL_PR_append = "r"
PR = "${MACHINE_KERNEL_PR}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "virtual/kernel"
-PROVIDES = "omapdrm-pvr"
-
-RPROVIDES_${PN} = "omapdrm-pvr"
-RREPLACES_${PN} = "omapdrm-pvr"
-RCONFLICTS_${PN} = "omapdrm-pvr"
+PROVIDES = "virtual/gpudriver"
BRANCH = "ti-img-sgx/${PV}/k4.19"
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-20 12:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20 12:36 [thud][PATCH 1/1] img-pvr-drivers: specify SGX and Rogue as virtual providers for GPU driver Anand Balagopalakrishnan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.