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.inc21
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld_git.bb23
4 files changed, 0 insertions, 74 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 27375625..00000000
--- a/recipes-bsp/iqn2-lld/iqn2-lld.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
-LICENSE = "BSD-3-Clause"
-
-IQN2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/iqn2-lld.git"
-IQN2_LLD_GIT_PROTOCOL = "git"
-IQN2_LLD_GIT_BRANCH = "master"
-IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2"
-
-# Following commit corresponds to DEV.IQN_LLD.01.00.00.11
-IQN2_LLD_SRCREV = "cf78b793523e42867f2c538ae19227d2ae764b86"
-
-BRANCH = "${IQN2_LLD_GIT_BRANCH}"
-SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
-SRCREV = "${IQN2_LLD_SRCREV}"
-
-PV = "1.0.0.11"
-INC_PR = "r0"
-
-COMPATIBLE_MACHINE = "k2l"
-
-S = "${WORKDIR}/${IQN2_LLD_GIT_DESTSUFFIX}"
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 169ab6e4..00000000
--- a/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
+++ /dev/null
@@ -1,23 +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}
-}