aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld/aif2-lld-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld-test_git.bb')
-rw-r--r--recipes-bsp/aif2-lld/aif2-lld-test_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld-test_git.bb b/recipes-bsp/aif2-lld/aif2-lld-test_git.bb
deleted file mode 100644
index 9180b953..00000000
--- a/recipes-bsp/aif2-lld/aif2-lld-test_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "TI Antenna Interface peripheral module low level driver test binaries"
-
-DEPENDS = "common-csl-ip aif2-lld qmss-lld cppi-lld"
-
-include aif2-lld.inc
-
-PR = "${INC_PR}.0"
-
-EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} AIF2_SRC_DIR=${WORKDIR}/git"
-
-do_compile () {
- oe_runmake clean DEVICE=k2hk
- oe_runmake tests DEVICE=k2hk
-}
-
-do_install () {
- oe_runmake installbin DEVICE=k2hk AIF2_SRC_DIR=${WORKDIR}/git INSTALL_BIN_BASE_DIR=${D}/${bindir}
-}