summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2016-02-13 20:30:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-15 17:26:56 -0500
commit13b3ec3e241b4f0545cac7f51e6578f2e81b4489 (patch)
tree65dfa13a59fa55ef2a90e9873d5ffa5364ec938b /recipes-bsp
parent6d733273cc290e4db5a2000036b9c60c546164f6 (diff)
downloadmeta-ti-13b3ec3e241b4f0545cac7f51e6578f2e81b4489.tar.gz
omapdrm_pvr: SGX kernel mode driver v1.14 for all TI SoCs
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
new file mode 100644
index 00000000..e6e4e5db
--- /dev/null
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
@@ -0,0 +1,34 @@
1DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the TI SoCs"
2HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux"
3LICENSE = "MIT | GPLv2"
4LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
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 = "ti-img-sgx/${PV}/k4.1"
16
17SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
18S = "${WORKDIR}/git"
19
20SRCREV = "fed0756f1b8b9d526da2821635c7d742989d47c3"
21
22TARGET_PRODUCT_omap-a15 = "jacinto6evm"
23TARGET_PRODUCT_ti33x = "ti335x"
24TARGET_PRODUCT_ti43x = "ti437x"
25
26EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT}'
27
28do_compile_prepend() {
29 cd ${S}/eurasia_km/eurasiacon/build/linux2/omap_linux
30}
31
32do_install() {
33 make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary2_omap_linux_release/target/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
34}