diff options
| author | Karthik Ramanan <a0393906@ti.com> | 2015-02-23 19:20:52 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-24 16:11:17 -0500 |
| commit | 3c4a10ce46d78667c6df1db3577ab51ce26d378a (patch) | |
| tree | 62cd88bd01a95aefc58a6fb468a24de4b6424963 /recipes-bsp/powervr-drivers | |
| parent | 22b8d340af9493c2ab2eece65919dace2e2010aa (diff) | |
| download | meta-ti-3c4a10ce46d78667c6df1db3577ab51ce26d378a.tar.gz | |
omapdrm-pvr: recipe update for SGX KM for Kernel 3.14
* Change do_install for updated directory structure
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 bd78b36c..1a91e1c7 100644 --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | |||
| @@ -1,17 +1,17 @@ | |||
| 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://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12" | 4 | LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898" |
| 5 | 5 | ||
| 6 | inherit module | 6 | inherit module |
| 7 | 7 | ||
| 8 | MACHINE_KERNEL_PR_append = "b" | 8 | MACHINE_KERNEL_PR_append = "c" |
| 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 = "bf8997b894f216261f914f64d33e6e588770da5a" | 14 | SRCREV = "0f3561a47cf7a1b968fb64446a0be10abc9a15d5" |
| 15 | 15 | ||
| 16 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' | 16 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' |
| 17 | 17 | ||
| @@ -21,6 +21,6 @@ do_compile_prepend() { | |||
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/extra/ | 23 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/extra/ |
| 24 | cp ${S}/eurasiacon/binary2_omap5430_linux_release/target/kbuild/omapdrm_pvr.ko \ | 24 | cp ${S}/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/omapdrm_pvr.ko \ |
| 25 | ${D}/lib/modules/${KERNEL_VERSION}/extra/ | 25 | ${D}/lib/modules/${KERNEL_VERSION}/extra/ |
| 26 | } | 26 | } |
