From fcf175de9490cbfa03ad843138cbc2ab878c7513 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 10 Sep 2015 01:54:47 +0000 Subject: [PATCH] vpe-tests: resolve conflict with vpdma-fw Signed-off-by: Denys Dmytriyenko --- recipes-bsp/vpe-tests/vpe-tests_git.bb | 6 ++++-- 1 file 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" 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 }