summaryrefslogtreecommitdiffstats
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 23586fd7..00000000
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Chip support library low level interface"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4
5COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
6
7PV = "03.03.00.17B"
8INC_PR = "r0"
9PE = "2"
10
11CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
12CSL_GIT_PROTOCOL ="git"
13CSL_GIT_BRANCH = "release"
14CSL_GIT_DESTSUFFIX = "git"
15
16# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.17B"
17CSL_SRCREV = "027d26031709ad6a0e9f84625d11a3419e486467"
18
19BRANCH="${CSL_GIT_BRANCH}"
20SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
21SRCREV = "${CSL_SRCREV}"
22
23S = "${WORKDIR}/${CSL_GIT_DESTSUFFIX}"