summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-08-23 06:25:02 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-23 16:57:03 +0000
commitf716fa477f7554d43a2309753ebfe088e904bfc6 (patch)
tree55ecd8a33ccef01103df95b0d6c80525e7772ced
parent2f6cb9a27cd9b6c16c46a610c24e2a833237ec08 (diff)
downloadmeta-ti-f716fa477f7554d43a2309753ebfe088e904bfc6.tar.gz
common-csl-ip: Update to new version 05.01.00.00
Adds support for k3 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb2
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc6
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 5f2dbd50..0a6d5f28 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
@@ -2,7 +2,7 @@ require common-csl-ip.inc
2PR = "${INC_PR}.6" 2PR = "${INC_PR}.6"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5COMPATIBLE_MACHINE_append = "|c66x" 5COMPATIBLE_MACHINE_append = "|c66x|k3"
6 6
7inherit ti-pdk 7inherit ti-pdk
8 8
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index 8387095d..ed8078d2 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
5COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" 5COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
6 6
7PV = "03.03.00.11A" 7PV = "05.01.00.00"
8INC_PR = "r0" 8INC_PR = "r0"
9 9
10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" 10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
@@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
12CSL_GIT_BRANCH = "master" 12CSL_GIT_BRANCH = "master"
13CSL_GIT_DESTSUFFIX = "git" 13CSL_GIT_DESTSUFFIX = "git"
14 14
15# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.11A" 15# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.05.01.00.00"
16CSL_SRCREV = "c7b021fd5e7efa2feb8f558b3a3fd63d5dee266f" 16CSL_SRCREV = "8db3d673101a504fd7fb36d6c9c4981e1e15ff50"
17 17
18BRANCH="${CSL_GIT_BRANCH}" 18BRANCH="${CSL_GIT_BRANCH}"
19SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" 19SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"