diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2014-01-15 16:16:28 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-01-17 12:34:22 -0500 |
| commit | 1305132ed62ddbe53e04d5a841d8b5552b7f8974 (patch) | |
| tree | f8f0b47621a64848b352f837680cb05994e3e6a3 | |
| parent | 327187973eb8bf69e8a7620d2aea2008e7839047 (diff) | |
| download | meta-ti-1305132ed62ddbe53e04d5a841d8b5552b7f8974.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.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 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" | |||
| 8 | COMPATIBLE_MACHINE = "dra7xx-evm" | 8 | COMPATIBLE_MACHINE = "dra7xx-evm" |
| 9 | 9 | ||
| 10 | PV = "1b8" | 10 | PV = "1b8" |
| 11 | PR = "r0" | 11 | PR = "r1" |
| 12 | 12 | ||
| 13 | SRCREV = "24a5487ec13bf560f0e7fb24a9d4747f9f358be2" | 13 | SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" |
| 14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}" | 16 | 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 | |||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${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 |
| 21 | EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"' | 21 | EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"' |
| 22 | 22 | ||
| 23 | do_install() { | 23 | do_install() { |
| 24 | oe_runmake DESTDIR="${D}" install | 24 | oe_runmake DESTDIR="${D}" install |
