diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-04-13 23:01:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-17 12:32:51 -0400 |
commit | 013b3549c2fa5aee4c7e2b40611f21ee0e6e856c (patch) | |
tree | ec4f2972de96a153bb63f10fa0e3e6ea7594e7fa /recipes-bsp/common-csl-ip | |
parent | e935062fb436b280efe97426a8425b7e390630af (diff) | |
download | meta-ti-013b3549c2fa5aee4c7e2b40611f21ee0e6e856c.tar.gz |
common-csl-ip: Updating to version 03.03.00.10
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@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-rtos_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb index 100d2f4d..5f2dbd50 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | |||
@@ -18,4 +18,4 @@ export DEST_ROOT="${S}" | |||
18 | PDK_COMP_LINK_TEXT = "CSL-Chip Support Library" | 18 | PDK_COMP_LINK_TEXT = "CSL-Chip Support Library" |
19 | 19 | ||
20 | # Workaround: dra7xx build requires am57xx CSL libraries for opencl-monitor | 20 | # Workaround: dra7xx build requires am57xx CSL libraries for opencl-monitor |
21 | TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x" | 21 | TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x am574x" |
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index e919773c..6b556188 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 = "03.03.00.09" | 7 | PV = "03.03.00.10" |
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.09" | 15 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.10" |
16 | CSL_SRCREV = "7a7ef0633d9e305072b79ac978738c48e46583cc" | 16 | CSL_SRCREV = "b252ed25443938ff59a6622aee2de7bc36304787" |
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}" |