diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-01 02:12:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-12 14:09:03 -0400 |
commit | fd6dbc2945cf27d49c08752c3c79fe862aab5660 (patch) | |
tree | 20d2ccda16a4175b550336cbfde71467b699d634 | |
parent | d8c22a9503a3daee71a84f55450433ff913841f2 (diff) | |
download | meta-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.inc | 8 |
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" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "keystone|dra7xx" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" |
6 | 6 | ||
7 | PV = "03.03.00.06C" | 7 | PV = "03.03.00.07B" |
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | 9 | ||
10 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" | 10 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" |
@@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" | |||
12 | CSL_GIT_BRANCH = "master" | 12 | CSL_GIT_BRANCH = "master" |
13 | CSL_GIT_DESTSUFFIX = "git" | 13 | CSL_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" |
16 | CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" | 16 | CSL_SRCREV = "28dbc2f4b0b06b29ac4e962a9494987d242b48b5" |
17 | 17 | ||
18 | BRANCH="${CSL_GIT_BRANCH}" | 18 | BRANCH="${CSL_GIT_BRANCH}" |
19 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" | 19 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" |