summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-25 23:56:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-26 14:54:54 -0400
commitc70102c671f120822edc7743401e821ea4f40e4f (patch)
tree3cc0d2c11d7707a27c308f25a8ab04dd9aa01191 /recipes-bsp/powervr-drivers
parent7ae1abe462d8eafc378f10d2e6f23aeac61fed6c (diff)
downloadmeta-ti-c70102c671f120822edc7743401e821ea4f40e4f.tar.gz
sgx: rename and clean up kernel and user space components
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r--recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb (renamed from recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb)8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
index e6e4e5db..0e99791f 100644
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
@@ -12,6 +12,14 @@ PR = "${MACHINE_KERNEL_PR}"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14 14
15DEPENDS = "virtual/kernel"
16
17PROVIDES = "omapdrm-pvr"
18
19RPROVIDES_${PN} = "omapdrm-pvr"
20RREPLACES_${PN} = "omapdrm-pvr"
21RCONFLICTS_${PN} = "omapdrm-pvr"
22
15BRANCH = "ti-img-sgx/${PV}/k4.1" 23BRANCH = "ti-img-sgx/${PV}/k4.1"
16 24
17SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" 25SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"