mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
6c65b1b269
commit
e64d04812d
@@ -0,0 +1,34 @@
|
|||||||
|
DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the TI SoCs"
|
||||||
|
HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux"
|
||||||
|
LICENSE = "MIT | GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
|
||||||
|
|
||||||
|
inherit module
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
|
||||||
|
|
||||||
|
MACHINE_KERNEL_PR_append = "i"
|
||||||
|
PR = "${MACHINE_KERNEL_PR}"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
BRANCH = "ti-img-sgx/${PV}/k4.1"
|
||||||
|
|
||||||
|
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
SRCREV = "fed0756f1b8b9d526da2821635c7d742989d47c3"
|
||||||
|
|
||||||
|
TARGET_PRODUCT_omap-a15 = "jacinto6evm"
|
||||||
|
TARGET_PRODUCT_ti33x = "ti335x"
|
||||||
|
TARGET_PRODUCT_ti43x = "ti437x"
|
||||||
|
|
||||||
|
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT}'
|
||||||
|
|
||||||
|
do_compile_prepend() {
|
||||||
|
cd ${S}/eurasia_km/eurasiacon/build/linux2/omap_linux
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user