aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb')
-rw-r--r--recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
deleted file mode 100644
index ccd9a44b..00000000
--- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "TI RTOS low lever driver for Peripheral Interconnect Express (PCIE)"
-
-inherit ti-pdk ti-pdk-fetch
-
-TI_PDK_COMP = "ti.drv.pcie"
-
-PE = "1"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=232c0b07bdf7ab934b23c09e6c5279b0"
-
-COMPATIBLE_MACHINE = "omap-a15|keystone|c66x|k3"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-PR = "r1"
-
-DEPENDS_append_k3 = " udma-lld-rtos \
-"
-
-
-export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build"
-export DEST_ROOT="${S}"
-
-# Build with make instead of XDC
-TI_PDK_XDCMAKE = "0"
-
-# HTML doc link params
-PDK_COMP_LINK_TEXT = "PCIe LLD"