summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb8
1 files changed, 5 insertions, 3 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
index 24aadd52..a129e600 100644
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
@@ -1,15 +1,17 @@
1DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" 1DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
2HOMEPAGE = "http://git.ti.com" 2HOMEPAGE = "http://git.ti.com"
3LICENSE = "GPLv2" 3LICENSE = "MIT | GPLv2"
4LIC_FILES_CHKSUM = "file://MIT-COPYING;md5=8c2810fa6bfdc5ae5c15a0c1ade34054" 4LIC_FILES_CHKSUM = "file://README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
5 5
6inherit module 6inherit module
7 7
8MACHINE_KERNEL_PR_append = "a"
9PR = "${MACHINE_KERNEL_PR}"
10
8SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" 11SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
9S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
10 13
11SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6" 14SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6"
12PR = "${MACHINE_KERNEL_PR}"
13 15
14EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' 16EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
15 17