diff options
| author | Anand Balagopalakrishnan <anandb@ti.com> | 2016-02-13 20:30:36 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-15 17:26:56 -0500 |
| commit | 13b3ec3e241b4f0545cac7f51e6578f2e81b4489 (patch) | |
| tree | 65dfa13a59fa55ef2a90e9873d5ffa5364ec938b /recipes-bsp | |
| parent | 6d733273cc290e4db5a2000036b9c60c546164f6 (diff) | |
| download | meta-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.bb | 34 |
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 @@ | |||
| 1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the TI SoCs" | ||
| 2 | HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux" | ||
| 3 | LICENSE = "MIT | GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12" | ||
| 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 = "ti-img-sgx/${PV}/k4.1" | ||
| 16 | |||
| 17 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | SRCREV = "fed0756f1b8b9d526da2821635c7d742989d47c3" | ||
| 21 | |||
| 22 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | ||
| 23 | TARGET_PRODUCT_ti33x = "ti335x" | ||
| 24 | TARGET_PRODUCT_ti43x = "ti437x" | ||
| 25 | |||
| 26 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT}' | ||
| 27 | |||
| 28 | do_compile_prepend() { | ||
| 29 | cd ${S}/eurasia_km/eurasiacon/build/linux2/omap_linux | ||
| 30 | } | ||
| 31 | |||
| 32 | do_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 | } | ||
