summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-05-27 20:10:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-01 10:47:35 -0400
commitabe45eb438a06d9f0f1d57f3006c2c31b3461689 (patch)
tree27ca0d6552ee1bfa93cf8185310b3941c9aae997 /recipes-bsp/common-csl-ip
parent4557b937db317b5fd63331fe86b3cfea6ee11a89 (diff)
downloadmeta-ti-abe45eb438a06d9f0f1d57f3006c2c31b3461689.tar.gz
common-csl-ip.inc: Add source revision for dra7xx.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc12
1 files changed, 10 insertions, 2 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index 1fa34f3e..cbf2c3c9 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -2,9 +2,17 @@ DESCRIPTION = "Chip support library low level interface"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4 4
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone|dra7xx"
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7
6 8
7BRANCH="master" 9BRANCH="master"
8SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" 10BRANCH_dra7xx = "releases/PROCESSOR-SDK.01.00.00"
11
12SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH};destsuffix=${S}"
13
9# commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A 14# commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A
10SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326" 15SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326"
16
17# commit ID corresponds to PROCESSOR-SDK-ALPHA-1
18SRCREV_dra7xx = "37c5311ddf289f83b1432a9422816722d264bf55"