aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport-qmss-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ipc-transport-qmss-test_git.bb')
-rw-r--r--recipes-ti/ipc/ipc-transport-qmss-test_git.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss-test_git.bb b/recipes-ti/ipc/ipc-transport-qmss-test_git.bb
deleted file mode 100644
index 3561ef95..00000000
--- a/recipes-ti/ipc/ipc-transport-qmss-test_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-include ipc-transport-qmss.inc
-
-PR = "${INC_PR}.0"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-DEPENDS = "ipc-transport-qmss ti-ipc"
-
-#FILES_${PN}-test = "${bindir}/multiProcessTest_*.out"
-
-CHOICELIST = "yes no"
-
-DEVICELIST_k2hk = "k2h k2k"
-DEVICELIST_k2e = "k2e"
-DEVICELIST_k2l = "k2l"
-
-do_compile () {
-# Now build the test code
- for device in ${DEVICELIST}
- do
- for choice in ${CHOICELIST}
- do
- oe_runmake tests \
- IPC_DEVKIT_INSTALL_PATH=${STAGING_INCDIR} \
- USEDYNAMIC_LIB="$choice" DEVICE="$device"
- done
- done
-}
-
-do_install () {
- for device in ${DEVICELIST}
- do
- oe_runmake installbin \
- INSTALL_BIN_BASE_DIR=${D}${bindir} DEVICE="$device"
- done
-
-}