diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-24 23:30:36 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-26 01:02:48 +0000 |
commit | 36cc1f4d77c09d6fc7b77dcb8b0c31f248d55cbe (patch) | |
tree | 0dd73928276910e5010dae541657b32e11c43f8b /recipes-bsp | |
parent | 4a63fd0f13fe68b0c378769d703ccc67231022cb (diff) | |
download | meta-ti-36cc1f4d77c09d6fc7b77dcb8b0c31f248d55cbe.tar.gz meta-ti-36cc1f4d77c09d6fc7b77dcb8b0c31f248d55cbe.tar.bz2 meta-ti-36cc1f4d77c09d6fc7b77dcb8b0c31f248d55cbe.zip |
Revert "common-csl-ip: update to 07.00.00.34"
This reverts commit f2b2b2095f1a9d3ef705f7518d9db1e3141da2fb.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 |
1 files changed, 3 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 79e15f2d7..ef4486612 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" COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" -PV = "07.00.00.34" +PV = "07.00.00.24" INC_PR = "r0" PE = "1" @@ -13,8 +13,8 @@ CSL_GIT_PROTOCOL ="git" CSL_GIT_BRANCH = "release" CSL_GIT_DESTSUFFIX = "git" -# Below commit ID corresponding to "REL.CORESDK.07.00.00.34" -CSL_SRCREV = "8d59814723070ce9bbc4137912b0aac80482ca8a" +# Below commit ID corresponding to "REL.CORESDK.07.00.00.24" +CSL_SRCREV = "202fde09d592e573a55724911490724160cd537d" BRANCH="${CSL_GIT_BRANCH}" SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" |