aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/osal/osal-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/osal/osal-test_git.bb')
-rw-r--r--recipes-bsp/osal/osal-test_git.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-bsp/osal/osal-test_git.bb b/recipes-bsp/osal/osal-test_git.bb
deleted file mode 100644
index 354aa797..00000000
--- a/recipes-bsp/osal/osal-test_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "TI OSAL tests"
-
-DEPENDS="common-csl-ip osal"
-
-include osal.inc
-
-PR = "${INC_PR}.1"
-
-EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} OSAL_SRC_DIR=${S}"
-
-do_compile () {
-# Build the tests
- oe_runmake clean
- oe_runmake tests
-}
-
-do_install () {
-# Install the binary
- oe_runmake installbin INSTALL_BIN_BASE_DIR=${D}${bindir}
-}