diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-24 23:30:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-25 17:57:45 +0000 |
commit | 37dc82c6d30caae6e6b4f9547c214b9058466b84 (patch) | |
tree | 9c7aac605d824efebad024870812f9387c1e7849 /recipes-bsp | |
parent | eb5db43f31a14061d1e2ff409ec85b5834d0ce7e (diff) | |
download | meta-ti-37dc82c6d30caae6e6b4f9547c214b9058466b84.tar.gz |
Revert "common-csl-ip: update to REL.CORESDK.07.00.00.24"
This reverts commit 0085345562e893ce2b9b684d0599c094f022af0f.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index ef448661..a8921ae9 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | |||
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" |
6 | 6 | ||
7 | PV = "07.00.00.24" | 7 | PV = "03.03.00.17B" |
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | PE = "1" | 9 | PE = "1" |
10 | 10 | ||
@@ -13,8 +13,8 @@ CSL_GIT_PROTOCOL ="git" | |||
13 | CSL_GIT_BRANCH = "release" | 13 | CSL_GIT_BRANCH = "release" |
14 | CSL_GIT_DESTSUFFIX = "git" | 14 | CSL_GIT_DESTSUFFIX = "git" |
15 | 15 | ||
16 | # Below commit ID corresponding to "REL.CORESDK.07.00.00.24" | 16 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.17B" |
17 | CSL_SRCREV = "202fde09d592e573a55724911490724160cd537d" | 17 | CSL_SRCREV = "027d26031709ad6a0e9f84625d11a3419e486467" |
18 | 18 | ||
19 | BRANCH="${CSL_GIT_BRANCH}" | 19 | BRANCH="${CSL_GIT_BRANCH}" |
20 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" | 20 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" |