diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-25 23:56:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-26 14:54:54 -0400 |
commit | c70102c671f120822edc7743401e821ea4f40e4f (patch) | |
tree | 3cc0d2c11d7707a27c308f25a8ab04dd9aa01191 /recipes-bsp/powervr-drivers | |
parent | 7ae1abe462d8eafc378f10d2e6f23aeac61fed6c (diff) | |
download | meta-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 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | DEPENDS = "virtual/kernel" | ||
16 | |||
17 | PROVIDES = "omapdrm-pvr" | ||
18 | |||
19 | RPROVIDES_${PN} = "omapdrm-pvr" | ||
20 | RREPLACES_${PN} = "omapdrm-pvr" | ||
21 | RCONFLICTS_${PN} = "omapdrm-pvr" | ||
22 | |||
15 | BRANCH = "ti-img-sgx/${PV}/k4.1" | 23 | BRANCH = "ti-img-sgx/${PV}/k4.1" |
16 | 24 | ||
17 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 25 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" |