summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2019-06-20 18:36:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-22 02:41:45 +0000
commitdbe93d2ee60a9805036083b392db76102abec5f2 (patch)
treed177ce81e3085da4152e92f3ec65ebd6457e4bb5 /recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
parent9c29343a81826c4c7a4500ef3e197d1a8be78cb0 (diff)
downloadmeta-ti-dbe93d2ee60a9805036083b392db76102abec5f2.tar.gz
img-pvr-drivers: specify SGX and Rogue as virtual providers for GPU driver
- 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> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb')
-rw-r--r--recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb8
1 files changed, 2 insertions, 6 deletions
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 2b1e1ee4..8338ed71 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
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
9 9
10MACHINE_KERNEL_PR_append = "q" 10MACHINE_KERNEL_PR_append = "r"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14 14
15DEPENDS = "virtual/kernel" 15DEPENDS = "virtual/kernel"
16 16
17PROVIDES = "omapdrm-pvr" 17PROVIDES = "virtual/gpudriver"
18
19RPROVIDES_${PN} = "omapdrm-pvr"
20RREPLACES_${PN} = "omapdrm-pvr"
21RCONFLICTS_${PN} = "omapdrm-pvr"
22 18
23BRANCH = "ti-img-sgx/${PV}/k4.19" 19BRANCH = "ti-img-sgx/${PV}/k4.19"
24 20