diff options
author | Karthik Ramanan <a0393906@ti.com> | 2014-09-23 22:00:31 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-10-07 15:02:09 -0400 |
commit | 29939be7f3edfe32c6d6a8efc6b217851c64e7aa (patch) | |
tree | 1f20a75837f70c3976e4968adbaface96b747475 /recipes-bsp/powervr-drivers | |
parent | 93264b1627eb45d5b89c1cc99a534dc7775bcdef (diff) | |
download | meta-ti-29939be7f3edfe32c6d6a8efc6b217851c64e7aa.tar.gz |
omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12
* Also adapted recipe to directory restructuring
Signed-off-by: Karthik Ramanan <a0393906@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 | 8 |
1 files changed, 4 insertions, 4 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 a129e600..bd78b36c 100644 --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | |||
@@ -1,22 +1,22 @@ | |||
1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" | 1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" |
2 | HOMEPAGE = "http://git.ti.com" | 2 | HOMEPAGE = "http://git.ti.com" |
3 | LICENSE = "MIT | GPLv2" | 3 | LICENSE = "MIT | GPLv2" |
4 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12" | 4 | LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12" |
5 | 5 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | MACHINE_KERNEL_PR_append = "a" | 8 | MACHINE_KERNEL_PR_append = "b" |
9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
10 | 10 | ||
11 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" | 11 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6" | 14 | SRCREV = "bf8997b894f216261f914f64d33e6e588770da5a" |
15 | 15 | ||
16 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' | 16 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' |
17 | 17 | ||
18 | do_compile_prepend() { | 18 | do_compile_prepend() { |
19 | cd ${S}/eurasiacon/build/linux2/omap5430_linux | 19 | cd ${S}/eurasia_km/eurasiacon/build/linux2/omap5430_linux |
20 | } | 20 | } |
21 | 21 | ||
22 | do_install() { | 22 | do_install() { |