[meta-ti] Denys Dmytriyenko : vpe-tests: resolve conflict with vpdma-fw

Arago Project git git at arago-project.org
Wed Sep 9 13:09:30 PDT 2015


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Thu Sep 10 01:54:47 2015 +0000

vpe-tests: resolve conflict with vpdma-fw

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

---

 recipes-bsp/vpe-tests/vpe-tests_git.bb |    6 ++++--
 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 776bda5..951544b 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"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
 
-DEPENDS = "virtual/kernel"
+DEPENDS = "virtual/kernel vpdma-fw"
 
-PR = "r2"
+PR = "r3"
 
 COMPATIBLE_MACHINE = "dra7xx"
 
@@ -25,4 +25,6 @@ EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${FLOAT
 
 do_install() {
     oe_runmake DESTDIR="${D}" install
+    rm -rf ${D}${base_libdir}/firmware/vpdma-*.bin
+    rmdir -p ${D}${base_libdir}/firmware || true
 }



More information about the meta-ti mailing list