aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hplib/hplib-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/hplib/hplib-test_git.bb')
-rw-r--r--recipes-bsp/hplib/hplib-test_git.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-bsp/hplib/hplib-test_git.bb b/recipes-bsp/hplib/hplib-test_git.bb
deleted file mode 100644
index 4ba79dbd..00000000
--- a/recipes-bsp/hplib/hplib-test_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "TI High performance library test binaries"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/runtime/hplib/src/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
-
-DEPENDS = "common-csl-ip qmss-lld sa-lld pktlib hplib"
-
-include hplib.inc
-
-PR = "${INC_PR}.0"
-
-CHOICELIST = "yes no"
-
-S = "${WORKDIR}/git/ti/runtime/hplib"
-
-EXTRA_OEMAKE += '-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}'
-
-do_compile () {
- for device in ${DEVICELIST}
- do
- for choice in ${CHOICELIST}
- do
- oe_runmake tests HPLIB_SRC_DIR=${S} USEDYNAMIC_LIB=$choice DEVICE="$device"
- done
- done
-}
-
-do_install () {
- for device in ${DEVICELIST}
- do
- oe_runmake installbin INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir} DEVICE="$device"
- done
-}