diff options
| author | Anand Balagopalakrishnan <anandb@ti.com> | 2019-06-20 18:36:00 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-22 02:41:45 +0000 |
| commit | dbe93d2ee60a9805036083b392db76102abec5f2 (patch) | |
| tree | d177ce81e3085da4152e92f3ec65ebd6457e4bb5 | |
| parent | 9c29343a81826c4c7a4500ef3e197d1a8be78cb0 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.10.5187610.bb | 4 | ||||
| -rw-r--r-- | 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 a79abfd0..1c733628 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 | |||
| 5 | 5 | ||
| 6 | inherit module | 6 | inherit module |
| 7 | 7 | ||
| 8 | MACHINE_KERNEL_PR_append = "a" | 8 | MACHINE_KERNEL_PR_append = "b" |
| 9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
| 10 | 10 | ||
| 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| @@ -13,6 +13,8 @@ COMPATIBLE_MACHINE = "j7-evm" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "virtual/kernel" | 14 | DEPENDS = "virtual/kernel" |
| 15 | 15 | ||
| 16 | PROVIDES = "virtual/gpudriver" | ||
| 17 | |||
| 16 | BRANCH = "linux/thud/k4.19/${PV}" | 18 | BRANCH = "linux/thud/k4.19/${PV}" |
| 17 | 19 | ||
| 18 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-driver.git;branch=${BRANCH}" | 20 | 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 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 | ||
| 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" |
| 9 | 9 | ||
| 10 | MACHINE_KERNEL_PR_append = "q" | 10 | MACHINE_KERNEL_PR_append = "r" |
| 11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
| 15 | DEPENDS = "virtual/kernel" | 15 | DEPENDS = "virtual/kernel" |
| 16 | 16 | ||
| 17 | PROVIDES = "omapdrm-pvr" | 17 | PROVIDES = "virtual/gpudriver" |
| 18 | |||
| 19 | RPROVIDES_${PN} = "omapdrm-pvr" | ||
| 20 | RREPLACES_${PN} = "omapdrm-pvr" | ||
| 21 | RCONFLICTS_${PN} = "omapdrm-pvr" | ||
| 22 | 18 | ||
| 23 | BRANCH = "ti-img-sgx/${PV}/k4.19" | 19 | BRANCH = "ti-img-sgx/${PV}/k4.19" |
| 24 | 20 | ||
