diff options
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 7 |
1 files changed, 4 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 ed8078d2..8c7f2379 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc | |||
@@ -4,16 +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 = "05.01.00.00" | 7 | PV = "03.03.00.12" |
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | PE = "1" | ||
9 | 10 | ||
10 | 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" |
11 | CSL_GIT_PROTOCOL ="git" | 12 | CSL_GIT_PROTOCOL ="git" |
12 | CSL_GIT_BRANCH = "master" | 13 | CSL_GIT_BRANCH = "master" |
13 | CSL_GIT_DESTSUFFIX = "git" | 14 | CSL_GIT_DESTSUFFIX = "git" |
14 | 15 | ||
15 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.05.01.00.00" | 16 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.12" |
16 | CSL_SRCREV = "8db3d673101a504fd7fb36d6c9c4981e1e15ff50" | 17 | CSL_SRCREV = "0c3b2c8a054d2af27fe1683e9aa579d43049a3bf" |
17 | 18 | ||
18 | BRANCH="${CSL_GIT_BRANCH}" | 19 | BRANCH="${CSL_GIT_BRANCH}" |
19 | 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}" |