summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-01-15 16:16:28 -0500
committerDenys Dmytriyenko <denys@ti.com>2014-01-17 12:33:41 -0500
commit561b40ddf9ca14f837e1834d40f94d1a23b6b66c (patch)
tree12070a160b0f024a703d3cb136c9caa0cd5e5221
parent21f4d17302e6f6217bfef648b52853144856b210 (diff)
downloadmeta-ti-561b40ddf9ca14f837e1834d40f94d1a23b6b66c.tar.gz
vpe-vpdma: update SRCREV and pass CROSS_COMPILE
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ti/vpe-vpdma_git.bb6
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 d5067915..fb3012a7 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"
8COMPATIBLE_MACHINE = "dra7xx-evm" 8COMPATIBLE_MACHINE = "dra7xx-evm"
9 9
10PV = "1b8" 10PV = "1b8"
11PR = "r0" 11PR = "r1"
12 12
13SRCREV = "24a5487ec13bf560f0e7fb24a9d4747f9f358be2" 13SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
14BRANCH ?= "master" 14BRANCH ?= "master"
15 15
16SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}" 16SRC_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
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20# The test application needs additional include headers from the kernel 20# The test application needs additional include headers from the kernel
21EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"' 21EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
22 22
23do_install() { 23do_install() {
24 oe_runmake DESTDIR="${D}" install 24 oe_runmake DESTDIR="${D}" install