diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-08-23 06:25:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-24 20:08:41 +0000 |
commit | aa9015f69ce4fdcd2aa36cc3663eb6fe98b7225e (patch) | |
tree | ac7e54c62bb68a84c3bb2081a0805903899359d6 /recipes-bsp | |
parent | 49ce1f2bd8f520c74048ddf8b709a01dcb452d6c (diff) | |
download | meta-ti-aa9015f69ce4fdcd2aa36cc3663eb6fe98b7225e.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>
Diffstat (limited to 'recipes-bsp')
-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 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 | |||
2 | PR = "${INC_PR}.6" | 2 | PR = "${INC_PR}.6" |
3 | 3 | ||
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | COMPATIBLE_MACHINE_append = "|c66x" | 5 | COMPATIBLE_MACHINE_append = "|c66x|k3" |
6 | 6 | ||
7 | inherit ti-pdk | 7 | inherit 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 | ||
5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" |
6 | 6 | ||
7 | PV = "03.03.00.11A" | 7 | PV = "05.01.00.00" |
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.11A" | 15 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.05.01.00.00" |
16 | CSL_SRCREV = "c7b021fd5e7efa2feb8f558b3a3fd63d5dee266f" | 16 | CSL_SRCREV = "8db3d673101a504fd7fb36d6c9c4981e1e15ff50" |
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}" |