summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc10
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip_git.bb13
2 files changed, 13 insertions, 10 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
new file mode 100644
index 00000000..1fa34f3e
--- /dev/null
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -0,0 +1,10 @@
1DESCRIPTION = "Chip support library low level interface"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4
5COMPATIBLE_MACHINE = "keystone"
6
7BRANCH="master"
8SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}"
9# commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A
10SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326"
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
index 01f7fc52..8f622a5e 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
@@ -1,15 +1,8 @@
1DESCRIPTION = "Chip support library low level interface" 1require common-csl-ip.inc
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4
5COMPATIBLE_MACHINE = "keystone"
6ALLOW_EMPTY_${PN} = "1"
7 2
8PR = "r3" 3PR = "r3"
9BRANCH="master" 4
10SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" 5ALLOW_EMPTY_${PN} = "1"
11# commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A
12SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326"
13 6
14S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
15 8