diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2015-09-10 01:54:47 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-09-09 16:09:09 -0400 |
| commit | 2abd8f8540075d35abde870c99b6fd36070e7cd6 (patch) | |
| tree | b8600722789adb54ae0a13610c3b39497e76ece4 | |
| parent | 6e8a0b2b3c68f73bd1c81a6e02121ce57ad890e7 (diff) | |
| download | meta-ti-2abd8f8540075d35abde870c99b6fd36070e7cd6.tar.gz | |
vpe-tests: resolve conflict with vpdma-fw
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | 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 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" | |||
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" |
| 5 | 5 | ||
| 6 | DEPENDS = "virtual/kernel" | 6 | DEPENDS = "virtual/kernel vpdma-fw" |
| 7 | 7 | ||
| 8 | PR = "r2" | 8 | PR = "r3" |
| 9 | 9 | ||
| 10 | COMPATIBLE_MACHINE = "dra7xx" | 10 | COMPATIBLE_MACHINE = "dra7xx" |
| 11 | 11 | ||
| @@ -25,4 +25,6 @@ EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${FLOAT | |||
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_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 | } |
