aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/iqn2-lld
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/iqn2-lld')
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld-rtos_git.bb12
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb18
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld.inc13
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld_git.bb25
4 files changed, 0 insertions, 68 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld-rtos_git.bb b/recipes-bsp/iqn2-lld/iqn2-lld-rtos_git.bb
deleted file mode 100644
index 318f1cfe..00000000
--- a/recipes-bsp/iqn2-lld/iqn2-lld-rtos_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-SUMMARY = "TI RTOS low level driver for IQN2 peripheral module"
-
-inherit ti-pdk
-
-require recipes-bsp/iqn2-lld/iqn2-lld.inc
-
-PR = "${INC_PR}.0"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-# HTML doc link params
-PDK_COMP_LINK_TEXT = "IQN2 LLD"
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb b/recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb
deleted file mode 100644
index f276c4b3..00000000
--- a/recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "TI IQN2 peripheral module low level driver test binaries"
-
-DEPENDS = "common-csl-ip iqn2-lld dfe-lld"
-
-include iqn2-lld.inc
-
-PR = "${INC_PR}.0"
-
-EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} IQN2_SRC_DIR=${WORKDIR}/git"
-
-do_compile () {
- oe_runmake clean DEVICE=k2l
- oe_runmake tests DEVICE=k2l
-}
-
-do_install () {
- oe_runmake installbin DEVICE=k2l IQN2_SRC_DIR=${WORKDIR}/git INSTALL_BIN_BASE_DIR=${D}/${bindir}
-}
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc
deleted file mode 100644
index 078509fc..00000000
--- a/recipes-bsp/iqn2-lld/iqn2-lld.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
-LICENSE = "BSD-3-Clause"
-
-inherit ti-pdk-fetch
-
-TI_PDK_COMP = "ti.drv.iqn2"
-
-PE = "1"
-
-INC_PR = "r0"
-
-COMPATIBLE_MACHINE = "k2l"
-
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld_git.bb b/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
deleted file mode 100644
index a0c2ef87..00000000
--- a/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "TI IQN2 peripheral module low level driver"
-
-DEPENDS = "common-csl-ip"
-
-include iqn2-lld.inc
-
-PR = "${INC_PR}.0"
-
-EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
-
-do_configure () {
- sed -i -e 's/march=armv7-a/march=armv7ve/' build/armv7/libiqn2_aearmv7.mk
-}
-
-do_compile () {
- oe_runmake clean
- oe_runmake lib
-}
-
-do_install () {
- oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
- chown -R root:root ${D}
-}
-
-INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libiqn2.a"