summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-12-15 01:31:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-12-17 02:55:11 +0000
commitf92ed1168f22b50f21dc8f780d2e2b2b1d55d79a (patch)
treeb60a7584603af9cdf04e4dfe20831fb6194cd88c
parent524acd0c8fb4650f44cdfca8c6a02539b30032f0 (diff)
downloadmeta-ti-f92ed1168f22b50f21dc8f780d2e2b2b1d55d79a.tar.gz
common-csl-ip: SRCREV update to 03.03.00.13 and use 'release' branch
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 61fc3e6b..e1f96f57 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -4,17 +4,17 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4 4
5COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" 5COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
6 6
7PV = "03.03.00.12A" 7PV = "03.03.00.13"
8INC_PR = "r0" 8INC_PR = "r0"
9PE = "1" 9PE = "1"
10 10
11CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" 11CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
12CSL_GIT_PROTOCOL ="git" 12CSL_GIT_PROTOCOL ="git"
13CSL_GIT_BRANCH = "master" 13CSL_GIT_BRANCH = "release"
14CSL_GIT_DESTSUFFIX = "git" 14CSL_GIT_DESTSUFFIX = "git"
15 15
16# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.12A" 16# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.13"
17CSL_SRCREV = "852cfe681c766a2096007fee37358c0782194897" 17CSL_SRCREV = "463b1f31dfc79e6fe393fcb9027c612872d4f7b1"
18 18
19BRANCH="${CSL_GIT_BRANCH}" 19BRANCH="${CSL_GIT_BRANCH}"
20SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" 20SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"