summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2016-02-29 12:42:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-29 16:16:01 -0500
commitecdf9adb4d880636b9eef73ab3b4a0f9ed34060e (patch)
treed995ece6dde7eea03be041f6aaee7beeb38fe86b /recipes-bsp/powervr-drivers
parenta64524579aed9a7954e0366f810e6a9e2c7efd56 (diff)
downloadmeta-ti-ecdf9adb4d880636b9eef73ab3b4a0f9ed34060e.tar.gz
omapdrm_pvr: remove version 1.9.2253347 as replaced by 1.14.3699939
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r--recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb42
1 files changed, 0 insertions, 42 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
deleted file mode 100644
index 4552fe12..00000000
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
+++ /dev/null
@@ -1,42 +0,0 @@
1DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
2HOMEPAGE = "http://git.ti.com"
3LICENSE = "MIT | GPLv2"
4LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898"
5
6inherit module
7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
9
10MACHINE_KERNEL_PR_append = "i"
11PR = "${MACHINE_KERNEL_PR}"
12
13PACKAGE_ARCH = "${MACHINE_ARCH}"
14
15BRANCH_omap-a15 = "dra7/k4.1"
16BRANCH_ti33x = "am4/k4.1"
17BRANCH_ti43x = "am4/k4.1"
18
19SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
20S = "${WORKDIR}/git"
21
22SRCREV_omap-a15 = "c53a5dfb9f4d5612c372ec8e252cb13a731c9c10"
23SRCREV_ti33x = "f7ae3f68dd6a05f67b15702b823ed15d2c03105d"
24SRCREV_ti43x = "f7ae3f68dd6a05f67b15702b823ed15d2c03105d"
25
26PVR_NULLDRM_ti33x = "1"
27PVR_NULLDRM_ti43x = "0"
28PVR_NULLDRM_omap-a15 = "0"
29
30EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" PVR_NULLDRM=${PVR_NULLDRM}'
31
32DEVICE_SUB_DIR_omap-a15 = "omap5430"
33DEVICE_SUB_DIR_ti33x = "omap335x"
34DEVICE_SUB_DIR_ti43x = "omap437x"
35
36do_compile_prepend() {
37 cd ${S}/eurasia_km/eurasiacon/build/linux2/${DEVICE_SUB_DIR}_linux
38}
39
40do_install() {
41 make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary2_${DEVICE_SUB_DIR}_linux_release/target/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
42}