aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb')
-rw-r--r--recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb b/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
deleted file mode 100644
index 31b69c26..00000000
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-include hyplnk-lld.inc
-
-PR = "${INC_PR}.0"
-
-DEPENDS = "common-csl-ip hyplnk-lld"
-
-do_compile () {
- make -f makefile_armv7 clean PDK_INSTALL_PATH="${STAGING_INCDIR}" \
- HYPLNK_SRC_DIR="${S}"
- for device in ${DEVICELIST}
- do
- make -f makefile_armv7 tests examples \
- PDK_INSTALL_PATH="${STAGING_INCDIR}" \
- DEVICE="$device" HYPLNK_SRC_DIR="${S}"
- done
-}
-
-do_install () {
- for device in ${DEVICELIST}
- do
- make -f makefile_armv7 installbin \
- PDK_INSTALL_PATH="${STAGING_INCDIR}" DEVICE="$device" \
- HYPLNK_SRC_DIR="${S}" \
- INSTALL_BIN_BASE_DIR="${D}/${bindir}"
- done
-}