diff options
author | Anand Balagopalakrishnan <anandb@ti.com> | 2016-02-29 12:42:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-29 16:16:01 -0500 |
commit | ecdf9adb4d880636b9eef73ab3b4a0f9ed34060e (patch) | |
tree | d995ece6dde7eea03be041f6aaee7beeb38fe86b /recipes-bsp/powervr-drivers | |
parent | a64524579aed9a7954e0366f810e6a9e2c7efd56 (diff) | |
download | meta-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.bb | 42 |
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 @@ | |||
1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" | ||
2 | HOMEPAGE = "http://git.ti.com" | ||
3 | LICENSE = "MIT | GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898" | ||
5 | |||
6 | inherit module | ||
7 | |||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" | ||
9 | |||
10 | MACHINE_KERNEL_PR_append = "i" | ||
11 | PR = "${MACHINE_KERNEL_PR}" | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
14 | |||
15 | BRANCH_omap-a15 = "dra7/k4.1" | ||
16 | BRANCH_ti33x = "am4/k4.1" | ||
17 | BRANCH_ti43x = "am4/k4.1" | ||
18 | |||
19 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRCREV_omap-a15 = "c53a5dfb9f4d5612c372ec8e252cb13a731c9c10" | ||
23 | SRCREV_ti33x = "f7ae3f68dd6a05f67b15702b823ed15d2c03105d" | ||
24 | SRCREV_ti43x = "f7ae3f68dd6a05f67b15702b823ed15d2c03105d" | ||
25 | |||
26 | PVR_NULLDRM_ti33x = "1" | ||
27 | PVR_NULLDRM_ti43x = "0" | ||
28 | PVR_NULLDRM_omap-a15 = "0" | ||
29 | |||
30 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" PVR_NULLDRM=${PVR_NULLDRM}' | ||
31 | |||
32 | DEVICE_SUB_DIR_omap-a15 = "omap5430" | ||
33 | DEVICE_SUB_DIR_ti33x = "omap335x" | ||
34 | DEVICE_SUB_DIR_ti43x = "omap437x" | ||
35 | |||
36 | do_compile_prepend() { | ||
37 | cd ${S}/eurasia_km/eurasiacon/build/linux2/${DEVICE_SUB_DIR}_linux | ||
38 | } | ||
39 | |||
40 | do_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 | } | ||