diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-13 05:33:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-13 20:17:34 -0500 |
commit | f10028a2b1fe07b70d4487daf6d84145b42dd30e (patch) | |
tree | 9f6568011cc645cb9ae120c889332cd07bc319c5 /recipes-bsp/common-csl-ip | |
parent | 8fcd2f60720acf46555b45a1a48ad1fa0c52b75a (diff) | |
download | meta-ti-f10028a2b1fe07b70d4487daf6d84145b42dd30e.tar.gz |
common-csl-ip: Update to version 3.0.0.9
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-rtos_git.bb | 3 | ||||
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 |
2 files changed, 6 insertions, 3 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 19f2aa44..f4496b96 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 | |||
@@ -13,3 +13,6 @@ TI_PDK_XDCMAKE = "0" | |||
13 | 13 | ||
14 | export PDK_CSL_ROOT_PATH ="${WORKDIR}/build" | 14 | export PDK_CSL_ROOT_PATH ="${WORKDIR}/build" |
15 | export DEST_ROOT="${S}" | 15 | export DEST_ROOT="${S}" |
16 | |||
17 | # HTML doc link params | ||
18 | PDK_COMP_LINK_TEXT = "CSL-Chip Support Library" | ||
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index 6315a5fc..e919773c 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.08" | 7 | PV = "03.03.00.09" |
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.08" | 15 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.09" |
16 | CSL_SRCREV = "6a8af079b8bf8a66a9d0ff8c00f78badddcb8039" | 16 | CSL_SRCREV = "7a7ef0633d9e305072b79ac978738c48e46583cc" |
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}" |