summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-05-27 20:10:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-01 10:46:37 -0400
commitcb8640e9074df3def69f7eaddd99e6859eb26e14 (patch)
tree74cc3e696a918a1c67766e1165ce7be104b44fa9
parent2274d378c870fd53ef2a1009fd6e03adc80a56d4 (diff)
downloadmeta-ti-cb8640e9074df3def69f7eaddd99e6859eb26e14.tar.gz
common-csl-ip: Seperate source and version into include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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