diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-18 00:11:12 +0000 |
commit | 182d1d649327e294c1de54d233f0a46839e642a4 (patch) | |
tree | dbf7467b03392fb0eb851c2d77c8a83230e0fdaf /recipes-bsp/common-csl-ip | |
parent | 4c055a5224517095ffed85f542fdf44a956fcadd (diff) | |
download | meta-ti-182d1d649327e294c1de54d233f0a46839e642a4.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>
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-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 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 | ||
5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" |
6 | 6 | ||
7 | PV = "03.03.00.12A" | 7 | PV = "03.03.00.13" |
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | PE = "1" | 9 | PE = "1" |
10 | 10 | ||
11 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" | 11 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" |
12 | CSL_GIT_PROTOCOL ="git" | 12 | CSL_GIT_PROTOCOL ="git" |
13 | CSL_GIT_BRANCH = "master" | 13 | CSL_GIT_BRANCH = "release" |
14 | CSL_GIT_DESTSUFFIX = "git" | 14 | CSL_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" |
17 | CSL_SRCREV = "852cfe681c766a2096007fee37358c0782194897" | 17 | CSL_SRCREV = "463b1f31dfc79e6fe393fcb9027c612872d4f7b1" |
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}" |