summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-01 02:12:19 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-12 14:09:03 -0400
commitfd6dbc2945cf27d49c08752c3c79fe862aab5660 (patch)
tree20d2ccda16a4175b550336cbfde71467b699d634
parentd8c22a9503a3daee71a84f55450433ff913841f2 (diff)
downloadmeta-ti-fd6dbc2945cf27d49c08752c3c79fe862aab5660.tar.gz
common-csl-ip: Update for CSL version 3.3.0.7 & support for ti33x, ti43x & omapl1
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index cac0b935..71ef9e9e 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -2,9 +2,9 @@ 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|dra7xx" 5COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
6 6
7PV = "03.03.00.06C" 7PV = "03.03.00.07B"
8INC_PR = "r0" 8INC_PR = "r0"
9 9
10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" 10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
@@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
12CSL_GIT_BRANCH = "master" 12CSL_GIT_BRANCH = "master"
13CSL_GIT_DESTSUFFIX = "git" 13CSL_GIT_DESTSUFFIX = "git"
14 14
15# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.06C" 15# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.07B"
16CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" 16CSL_SRCREV = "28dbc2f4b0b06b29ac4e962a9494987d242b48b5"
17 17
18BRANCH="${CSL_GIT_BRANCH}" 18BRANCH="${CSL_GIT_BRANCH}"
19SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" 19SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"