aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/sa-lld/sa-lld-rtos_git.bb')
-rw-r--r--recipes-bsp/sa-lld/sa-lld-rtos_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
deleted file mode 100644
index 5bcdc2e8..00000000
--- a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "TI RTOS low level driver for Security Accelerator (SA)"
-
-inherit ti-pdk
-
-require recipes-bsp/sa-lld/sa-lld.inc
-
-PR = "${INC_PR}.0"
-
-COMPATIBLE_MACHINE_append = "|c667x-evm|k3"
-
-# Build with make instead of XDC
-TI_PDK_XDCMAKE_k3 = "0"
-
-# SA promote/demote library depends on osal
-DEPENDS_append = " osal-rtos \
-"
-export PDK_SA_ROOT_PATH ="${WORKDIR}/build"
-export DEST_ROOT="${S}"
-
-INSANE_SKIP_${PN} = "arch"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-# HTML doc link params
-PDK_COMP_LINK_TEXT = "SA LLD"
-