aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/common-csl-ip/common-csl-ip.inc')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
deleted file mode 100644
index ef448661..00000000
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Chip support library low level interface"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
-
-COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
-
-PV = "07.00.00.24"
-INC_PR = "r0"
-PE = "1"
-
-CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
-CSL_GIT_PROTOCOL ="git"
-CSL_GIT_BRANCH = "release"
-CSL_GIT_DESTSUFFIX = "git"
-
-# Below commit ID corresponding to "REL.CORESDK.07.00.00.24"
-CSL_SRCREV = "202fde09d592e573a55724911490724160cd537d"
-
-BRANCH="${CSL_GIT_BRANCH}"
-SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-SRCREV = "${CSL_SRCREV}"
-
-S = "${WORKDIR}/${CSL_GIT_DESTSUFFIX}"