summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vpe-tests
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-09-10 01:54:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-09 16:09:09 -0400
commit2abd8f8540075d35abde870c99b6fd36070e7cd6 (patch)
treeb8600722789adb54ae0a13610c3b39497e76ece4 /recipes-bsp/vpe-tests
parent6e8a0b2b3c68f73bd1c81a6e02121ce57ad890e7 (diff)
downloadmeta-ti-2abd8f8540075d35abde870c99b6fd36070e7cd6.tar.gz
vpe-tests: resolve conflict with vpdma-fw
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/vpe-tests')
-rw-r--r--recipes-bsp/vpe-tests/vpe-tests_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb
index 776bda58..951544be 100644
--- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
+++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
@@ -3,9 +3,9 @@ DESCRIPTION = "VPE test program"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" 4LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
5 5
6DEPENDS = "virtual/kernel" 6DEPENDS = "virtual/kernel vpdma-fw"
7 7
8PR = "r2" 8PR = "r3"
9 9
10COMPATIBLE_MACHINE = "dra7xx" 10COMPATIBLE_MACHINE = "dra7xx"
11 11
@@ -25,4 +25,6 @@ EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${FLOAT
25 25
26do_install() { 26do_install() {
27 oe_runmake DESTDIR="${D}" install 27 oe_runmake DESTDIR="${D}" install
28 rm -rf ${D}${base_libdir}/firmware/vpdma-*.bin
29 rmdir -p ${D}${base_libdir}/firmware || true
28} 30}