[meta-ti] Denys Dmytriyenko : vpe-vpdma: update SRCREV and pass CROSS_COMPILE

Arago Project git git at arago-project.org
Fri Jan 17 09:47:32 PST 2014


Module: meta-ti
Branch: master
Commit: 1305132ed62ddbe53e04d5a841d8b5552b7f8974
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=1305132ed62ddbe53e04d5a841d8b5552b7f8974

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Wed Jan 15 16:16:28 2014 -0500

vpe-vpdma: update SRCREV and pass CROSS_COMPILE

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/ti/vpe-vpdma_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/ti/vpe-vpdma_git.bb b/recipes-bsp/ti/vpe-vpdma_git.bb
index d506791..fb3012a 100644
--- a/recipes-bsp/ti/vpe-vpdma_git.bb
+++ b/recipes-bsp/ti/vpe-vpdma_git.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
 COMPATIBLE_MACHINE = "dra7xx-evm"
 
 PV = "1b8"
-PR = "r0"
+PR = "r1"
 
-SRCREV = "24a5487ec13bf560f0e7fb24a9d4747f9f358be2"
+SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
 BRANCH ?= "master"
 
 SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}"
@@ -18,7 +18,7 @@ SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH
 S = "${WORKDIR}/git"
 
 # The test application needs additional include headers from the kernel
-EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
+EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
 
 do_install() {
     oe_runmake DESTDIR="${D}" install



More information about the meta-ti mailing list