All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16
@ 2020-05-20  8:11 Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 2/8] ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01 Denys Dmytriyenko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

License change due to year update.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../bios/{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.82.00.16.bb}   | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
 rename recipes-ti/bios/{ti-sysbios_6.76.03.01.bb => ti-sysbios_6.82.00.16.bb} (50%)

diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-sysbios_6.82.00.16.bb
similarity index 50%
rename from recipes-ti/bios/ti-sysbios_6.76.03.01.bb
rename to recipes-ti/bios/ti-sysbios_6.82.00.16.bb
index 8ebe2f3..270e9a1 100644
--- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
+++ b/recipes-ti/bios/ti-sysbios_6.82.00.16.bb
@@ -1,12 +1,10 @@
 require recipes-ti/bios/ti-sysbios.inc
 
-PV = "6_76_03_01"
-PR = "r0"
+PV = "6_82_00_16"
 
-LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1"
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=4b72066ed4cb1dd73ff2f585c428105a"
 
-SRC_URI[sysbiosbin.md5sum] = "647243209d66d5dd35503b0ec5a84ab9"
-SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a"
+SRC_URI[sysbiosbin.sha256sum] = "ce6c1ec7a80a04db95d813eea57205069adbfe200454c2c9c4001091e2b2c7fc"
 
 TI_BIN_UNPK_CMDS = ""
 TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 2/8] ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 3/8] ti-ns: upgrade 2.60.01.06 -> 2.75.00.17 Denys Dmytriyenko
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

License change due to year update.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-ti/ndk/{ti-ndk_3.61.01.01.bb => ti-ndk_3.75.01.01.bb} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
 rename recipes-ti/ndk/{ti-ndk_3.61.01.01.bb => ti-ndk_3.75.01.01.bb} (38%)

diff --git a/recipes-ti/ndk/ti-ndk_3.61.01.01.bb b/recipes-ti/ndk/ti-ndk_3.75.01.01.bb
similarity index 38%
rename from recipes-ti/ndk/ti-ndk_3.61.01.01.bb
rename to recipes-ti/ndk/ti-ndk_3.75.01.01.bb
index f120f2f..812fbb3 100644
--- a/recipes-ti/ndk/ti-ndk_3.61.01.01.bb
+++ b/recipes-ti/ndk/ti-ndk_3.75.01.01.bb
@@ -1,12 +1,10 @@
 require ti-ndk.inc
 
-PV = "3_61_01_01"
-PR = "r0"
+PV = "3_75_01_01"
 
-LIC_FILES_CHKSUM = "file://manifest_ndk_${PV}.html;md5=871c716abcf52bac5a7c23154eaba3b6"
+LIC_FILES_CHKSUM = "file://manifest_ndk_${PV}.html;md5=ef952a30d0f1640e886bb4b60618f352"
 
-SRC_URI[ndkzip.md5sum] = "87f0494c9faee344fe93ae68e71ca189"
-SRC_URI[ndkzip.sha256sum] = "3bfca50367432603ebc1d53d9185302bb4fa4558ac766696f086dc7a5a2ccd29"
+SRC_URI[ndkzip.sha256sum] = "fd2318f0490a3eb342bc16812f30394107f098a12704c11cd9a5dc3d5a0bba64"
 
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 3/8] ti-ns: upgrade 2.60.01.06 -> 2.75.00.17
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 2/8] ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01 Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 4/8] ti-xdctools: drop old unused patches Denys Dmytriyenko
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

License change due to year update.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-ti/ns/{ti-ns_2.60.01.06.bb => ti-ns_2.75.00.17.bb} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename recipes-ti/ns/{ti-ns_2.60.01.06.bb => ti-ns_2.75.00.17.bb} (43%)

diff --git a/recipes-ti/ns/ti-ns_2.60.01.06.bb b/recipes-ti/ns/ti-ns_2.75.00.17.bb
similarity index 43%
rename from recipes-ti/ns/ti-ns_2.60.01.06.bb
rename to recipes-ti/ns/ti-ns_2.75.00.17.bb
index d86fcd5..0d0bb54 100644
--- a/recipes-ti/ns/ti-ns_2.60.01.06.bb
+++ b/recipes-ti/ns/ti-ns_2.75.00.17.bb
@@ -1,13 +1,12 @@
 require ti-ns.inc
 
-PV = "2_60_01_06"
-PR = "r0"
+PV = "2_75_00_17"
+
 SRC_URI = "http://software-dl.ti.com/targetcontent/ns/${PV}/exports/ns_${PV}.zip;name=nszip"
 
-LIC_FILES_CHKSUM = "file://manifest_ns_${PV}.html;md5=e15dc261b0ef14c6fbabba24abcde4f0"
+LIC_FILES_CHKSUM = "file://manifest_ns_${PV}.html;md5=d6a172fb0625f2ddf7d0cbfded273898"
 
-SRC_URI[nszip.md5sum] = "b78d86423e9c4d148be5fba5903cc2c7"
-SRC_URI[nszip.sha256sum] = "f66b2fda6ab02585020e67d84897305209f3e141847581a214ccf123c3f15f00"
+SRC_URI[nszip.sha256sum] = "612cbaf9b91c978b39cf370f7ef721596c36141575ca74da76b025beef4d9a03"
 
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 4/8] ti-xdctools: drop old unused patches
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 2/8] ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01 Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 3/8] ti-ns: upgrade 2.60.01.06 -> 2.75.00.17 Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 5/8] ti-xdctools: upgrade 3.55.02.22 -> 3.61.00.16 Denys Dmytriyenko
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../devtools/ti-xdctools/arm-linker-hack.diff       | 19 -------------------
 .../devtools/ti-xdctools/fix-hardcoded-paths.diff   | 21 ---------------------
 2 files changed, 40 deletions(-)
 delete mode 100644 recipes-ti/devtools/ti-xdctools/arm-linker-hack.diff
 delete mode 100644 recipes-ti/devtools/ti-xdctools/fix-hardcoded-paths.diff

diff --git a/recipes-ti/devtools/ti-xdctools/arm-linker-hack.diff b/recipes-ti/devtools/ti-xdctools/arm-linker-hack.diff
deleted file mode 100644
index 26debf8..0000000
--- a/recipes-ti/devtools/ti-xdctools/arm-linker-hack.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/packages/gnu/targets/arm/linkcmd.xdt	2010-12-30 19:33:53.000000000 +0100
-+++ b/packages/gnu/targets/arm/linkcmd.xdt	2010-12-30 19:42:55.000000000 +0100
-@@ -40,12 +40,13 @@
- 
- %if ("BINVERS" in prog.build.target) {
- %    var _utils = xdc.loadCapsule("gnu/targets/linkUtils.xs");
-+%    if (prog.build.target.GCCVERS < "4.3.3") {
- SECTIONS {
- `_utils.genSections(prog)`
- }
--
--%    if (!prog.build.target.noStdLinkScript
--%        && prog.build.target.BINVERS >= "2.19") {
-+%    }
-+%    if (prog.build.target.noStdLinkScript
-+%        && prog.build.target.BINVERS >= "2.19") {
- INSERT BEFORE .gnu.attributes
- %    }
- 
diff --git a/recipes-ti/devtools/ti-xdctools/fix-hardcoded-paths.diff b/recipes-ti/devtools/ti-xdctools/fix-hardcoded-paths.diff
deleted file mode 100644
index 36142c4..0000000
--- a/recipes-ti/devtools/ti-xdctools/fix-hardcoded-paths.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur a/packages/gnu/targets/ITarget.xs b/packages/gnu/targets/ITarget.xs
---- a/packages/gnu/targets/ITarget.xs	2011-08-06 13:24:44.000000000 +0200
-+++ b/packages/gnu/targets/ITarget.xs	2011-08-06 13:23:37.000000000 +0200
-@@ -251,7 +251,7 @@
- 
-     function askLd(target)
-     {
--        var ldCmd = target.rootDir + "/" + target.GCCTARG + "/bin/ld";
-+        var ldCmd = target.rootDir + "/" + target.GCCTARG + "-ld";
-         /* If the ld executable cannot be found, and the prefix is not used,
-          * it's probably a misspelled directory path.
-          */
-@@ -486,7 +486,7 @@
-     tool2cmd["link"] = cmd;
- 
-     /* define the ar command template */
--    cmd  = prefix + target.ar.cmd
-+    cmd  = prefix + target.GCCTARG + "-ar"
-         + " $(AROPTS_P) " + target.ar.opts
-         + " $@ $(AROPTS_S) $(aropts) $(files)";
-     tool2cmd["ar"] = cmd;
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 5/8] ti-xdctools: upgrade 3.55.02.22 -> 3.61.00.16
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2020-05-20  8:11 ` [dunfell/master][PATCH 4/8] ti-xdctools: drop old unused patches Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 6/8] ti-cgt7x: upgrade 1.2.0 -> 1.3.0 Denys Dmytriyenko
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../{ti-xdctools_3.55.02.22.bb => ti-xdctools_3.61.00.16.bb}        | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename recipes-ti/devtools/{ti-xdctools_3.55.02.22.bb => ti-xdctools_3.61.00.16.bb} (49%)

diff --git a/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb b/recipes-ti/devtools/ti-xdctools_3.61.00.16.bb
similarity index 49%
rename from recipes-ti/devtools/ti-xdctools_3.55.02.22.bb
rename to recipes-ti/devtools/ti-xdctools_3.61.00.16.bb
index 7481783..9047198 100644
--- a/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb
+++ b/recipes-ti/devtools/ti-xdctools_3.61.00.16.bb
@@ -1,9 +1,7 @@
 require recipes-ti/devtools/ti-xdctools-core.inc
 
-PV = "3_55_02_22"
-PR = "r0"
+PV = "3_61_00_16"
 
 LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endline=140;md5=2e742b9757bc9ce0241aadba9f627ab8"
 
-SRC_URI[xdczip.md5sum] = "bb9154d677ce4724a5eac73817b23a0f"
-SRC_URI[xdczip.sha256sum] = "bf90dfbbe298458c736d81d5631db25b335e79146923a4a50fab217e02723e7b"
+SRC_URI[xdczip.sha256sum] = "19caf6d5ff412d48c11ba1c05b543e39f5d678203407e5f659ff306b274e7606"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 6/8] ti-cgt7x: upgrade 1.2.0 -> 1.3.0
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
                   ` (3 preceding siblings ...)
  2020-05-20  8:11 ` [dunfell/master][PATCH 5/8] ti-xdctools: upgrade 3.55.02.22 -> 3.61.00.16 Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 7/8] common-csl-ip: update to REL.CORESDK.07.00.00.06 Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 8/8] ti-pdk-fetch: update to 2020.5.18 tag REL.CORESDK.07.00.00.06 Denys Dmytriyenko
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

License change due to year update.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-ti/devtools/{ti-cgt7x_1.2.0.bb => ti-cgt7x_1.3.0.bb} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
 rename recipes-ti/devtools/{ti-cgt7x_1.2.0.bb => ti-cgt7x_1.3.0.bb} (84%)

diff --git a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb b/recipes-ti/devtools/ti-cgt7x_1.3.0.bb
similarity index 84%
rename from recipes-ti/devtools/ti-cgt7x_1.2.0.bb
rename to recipes-ti/devtools/ti-cgt7x_1.3.0.bb
index 09178af..55ec91e 100644
--- a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
+++ b/recipes-ti/devtools/ti-cgt7x_1.3.0.bb
@@ -8,7 +8,7 @@ libraries and standard header files needed to produce a working DSP application.
 HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
 LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
 
-LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=f1156d241d104c281bc64a6ec8eadc64"
+LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=3ee1c9f774004535003f80cb8142bb0f"
 
 require recipes-ti/includes/ti-unpack.inc
 require recipes-ti/includes/ti-paths.inc
@@ -25,8 +25,7 @@ SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/$
 TI_BIN_UNPK_ARGS = "--prefix ${S}"
 TI_BIN_UNPK_CMDS = ""
 
-SRC_URI[cgt7x_x86_installer.md5sum]    = "813840908f333dd2a31f92edec71c1fb"
-SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5"
+SRC_URI[cgt7x_x86_installer.sha256sum] = "24071fe0369e55af80e334852cda7fa78b64ae79a411c57ac6995470a7a23694"
 
 S = "${WORKDIR}/c7000_${PV}"
 
@@ -35,10 +34,9 @@ do_install() {
     cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
 }
 
-
 FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}"
 
-INSANE_SKIP_${PN} += "arch staticdev textrel"
+INSANE_SKIP_${PN} += "arch staticdev textrel file-rdeps"
 
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_SYSROOT_STRIP = "1"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 7/8] common-csl-ip: update to REL.CORESDK.07.00.00.06
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
                   ` (4 preceding siblings ...)
  2020-05-20  8:11 ` [dunfell/master][PATCH 6/8] ti-cgt7x: upgrade 1.2.0 -> 1.3.0 Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  2020-05-20  8:11 ` [dunfell/master][PATCH 8/8] ti-pdk-fetch: update to 2020.5.18 tag REL.CORESDK.07.00.00.06 Denys Dmytriyenko
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++---
 1 file 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 a8921ae..c0be200 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 = "03.03.00.17B"
+PV = "07.00.00.06"
 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 "DEV.CSL_PROCESSOR-SDK.03.03.00.17B"
-CSL_SRCREV = "027d26031709ad6a0e9f84625d11a3419e486467"
+# Below commit ID corresponding to "REL.CORESDK.07.00.00.06"
+CSL_SRCREV = "e97e0eb09dd120af6a55897400163b48e61726da"
 
 BRANCH="${CSL_GIT_BRANCH}"
 SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [dunfell/master][PATCH 8/8] ti-pdk-fetch: update to 2020.5.18 tag REL.CORESDK.07.00.00.06
  2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
                   ` (5 preceding siblings ...)
  2020-05-20  8:11 ` [dunfell/master][PATCH 7/8] common-csl-ip: update to REL.CORESDK.07.00.00.06 Denys Dmytriyenko
@ 2020-05-20  8:11 ` Denys Dmytriyenko
  6 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2020-05-20  8:11 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 classes/ti-pdk-fetch.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/ti-pdk-fetch.bbclass b/classes/ti-pdk-fetch.bbclass
index 7a27e37..5047743 100644
--- a/classes/ti-pdk-fetch.bbclass
+++ b/classes/ti-pdk-fetch.bbclass
@@ -1,9 +1,9 @@
 TI_PDK_GIT_URI ?= "git://git.ti.com/processor-sdk/pdk.git"
 TI_PDK_GIT_BRANCH ?= "master"
 TI_PDK_GIT_PROTOCOL ?= "git"
-TI_PDK_SRCREV ?= "a1ace885998e9adbcbbd0abf8b9ded6ba9ec54ff"
+TI_PDK_SRCREV ?= "933b714cb3f97454c6ac6950dca454e936866d47"
 
-TI_PDK_VERSION ?= "2020.5.6"
+TI_PDK_VERSION ?= "2020.5.18"
 
 PV = "${TI_PDK_VERSION}"
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-20  8:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  8:11 [dunfell/master][PATCH 1/8] ti-sysbios: upgrade 6.76.03.01 -> 6.82.00.16 Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 2/8] ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01 Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 3/8] ti-ns: upgrade 2.60.01.06 -> 2.75.00.17 Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 4/8] ti-xdctools: drop old unused patches Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 5/8] ti-xdctools: upgrade 3.55.02.22 -> 3.61.00.16 Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 6/8] ti-cgt7x: upgrade 1.2.0 -> 1.3.0 Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 7/8] common-csl-ip: update to REL.CORESDK.07.00.00.06 Denys Dmytriyenko
2020-05-20  8:11 ` [dunfell/master][PATCH 8/8] ti-pdk-fetch: update to 2020.5.18 tag REL.CORESDK.07.00.00.06 Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.