summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-08-24 23:30:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-25 17:58:39 +0000
commitd231ad8d09cd80654b2749aa67ede5aa9b538d3a (patch)
tree12e662960a55f986da0731ff54b4d5cab55dfe12
parentc5e7e23e14f5d212ef14192d0845173cf14eefc1 (diff)
downloadmeta-ti-d231ad8d09cd80654b2749aa67ede5aa9b538d3a.tar.gz
rtos, pdk, csl: bump PE where versions went backwards due to reverts
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--classes/ti-pdk-fetch.bbclass1
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc2
-rw-r--r--recipes-bsp/ipumm-fw/ipumm-fw_git.bb2
-rw-r--r--recipes-ti/bios/ti-sysbios_6.76.03.01.bb1
-rw-r--r--recipes-ti/devtools/ti-cgt-arm_18.12.5.bb1
-rw-r--r--recipes-ti/devtools/ti-cgt7x_1.2.0.bb2
-rw-r--r--recipes-ti/devtools/ti-xdctools_3.55.02.22.bb1
-rw-r--r--recipes-ti/ndk/ti-ndk_3.61.01.01.bb1
-rw-r--r--recipes-ti/ns/ti-ns_2.60.01.06.bb1
9 files changed, 10 insertions, 2 deletions
diff --git a/classes/ti-pdk-fetch.bbclass b/classes/ti-pdk-fetch.bbclass
index 7a27e374..0c9879be 100644
--- a/classes/ti-pdk-fetch.bbclass
+++ b/classes/ti-pdk-fetch.bbclass
@@ -6,6 +6,7 @@ TI_PDK_SRCREV ?= "a1ace885998e9adbcbbd0abf8b9ded6ba9ec54ff"
6TI_PDK_VERSION ?= "2020.5.6" 6TI_PDK_VERSION ?= "2020.5.6"
7 7
8PV = "${TI_PDK_VERSION}" 8PV = "${TI_PDK_VERSION}"
9PE = "2"
9 10
10TI_PDK_COMP ?= "" 11TI_PDK_COMP ?= ""
11TI_PDK_COMP_PATH = "${@'${TI_PDK_COMP}'.replace('.','/')}" 12TI_PDK_COMP_PATH = "${@'${TI_PDK_COMP}'.replace('.','/')}"
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index a8921ae9..23586fd7 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
6 6
7PV = "03.03.00.17B" 7PV = "03.03.00.17B"
8INC_PR = "r0" 8INC_PR = "r0"
9PE = "1" 9PE = "2"
10 10
11CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" 11CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
12CSL_GIT_PROTOCOL ="git" 12CSL_GIT_PROTOCOL ="git"
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 4f6ae89e..380c274a 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -18,7 +18,7 @@ SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20PV = "3.00.15.00" 20PV = "3.00.15.00"
21PR = "r5" 21PR = "r7"
22 22
23require recipes-ti/includes/ti-paths.inc 23require recipes-ti/includes/ti-paths.inc
24 24
diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
index 8ebe2f3e..d242510f 100644
--- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
+++ b/recipes-ti/bios/ti-sysbios_6.76.03.01.bb
@@ -1,5 +1,6 @@
1require recipes-ti/bios/ti-sysbios.inc 1require recipes-ti/bios/ti-sysbios.inc
2 2
3PE = "1"
3PV = "6_76_03_01" 4PV = "6_76_03_01"
4PR = "r0" 5PR = "r0"
5 6
diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
index 8b496f44..81384d50 100644
--- a/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
+++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
@@ -10,6 +10,7 @@ require recipes-ti/includes/ti-paths.inc
10 10
11S = "${WORKDIR}/ti-cgt-arm-${PV}" 11S = "${WORKDIR}/ti-cgt-arm-${PV}"
12 12
13PE = "1"
13PR = "r0" 14PR = "r0"
14 15
15SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" 16SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}"
diff --git a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
index 09178af8..cbdac1ef 100644
--- a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
+++ b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
@@ -17,6 +17,8 @@ require recipes-ti/includes/ti-paths.inc
17COMPATIBLE_HOST = "x86_64.*-linux" 17COMPATIBLE_HOST = "x86_64.*-linux"
18COMPATIBLE_HOST_class-target = "null" 18COMPATIBLE_HOST_class-target = "null"
19 19
20PE = "1"
21
20BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin" 22BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin"
21BINFILE_NAME = "cgt7x_x86_installer" 23BINFILE_NAME = "cgt7x_x86_installer"
22 24
diff --git a/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb b/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb
index 74817835..6c3fdeb2 100644
--- a/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb
+++ b/recipes-ti/devtools/ti-xdctools_3.55.02.22.bb
@@ -1,5 +1,6 @@
1require recipes-ti/devtools/ti-xdctools-core.inc 1require recipes-ti/devtools/ti-xdctools-core.inc
2 2
3PE = "1"
3PV = "3_55_02_22" 4PV = "3_55_02_22"
4PR = "r0" 5PR = "r0"
5 6
diff --git a/recipes-ti/ndk/ti-ndk_3.61.01.01.bb b/recipes-ti/ndk/ti-ndk_3.61.01.01.bb
index f120f2fe..0cf8abb2 100644
--- a/recipes-ti/ndk/ti-ndk_3.61.01.01.bb
+++ b/recipes-ti/ndk/ti-ndk_3.61.01.01.bb
@@ -1,5 +1,6 @@
1require ti-ndk.inc 1require ti-ndk.inc
2 2
3PE = "1"
3PV = "3_61_01_01" 4PV = "3_61_01_01"
4PR = "r0" 5PR = "r0"
5 6
diff --git a/recipes-ti/ns/ti-ns_2.60.01.06.bb b/recipes-ti/ns/ti-ns_2.60.01.06.bb
index d86fcd5f..36a9003b 100644
--- a/recipes-ti/ns/ti-ns_2.60.01.06.bb
+++ b/recipes-ti/ns/ti-ns_2.60.01.06.bb
@@ -1,5 +1,6 @@
1require ti-ns.inc 1require ti-ns.inc
2 2
3PE = "1"
3PV = "2_60_01_06" 4PV = "2_60_01_06"
4PR = "r0" 5PR = "r0"
5SRC_URI = "http://software-dl.ti.com/targetcontent/ns/${PV}/exports/ns_${PV}.zip;name=nszip" 6SRC_URI = "http://software-dl.ti.com/targetcontent/ns/${PV}/exports/ns_${PV}.zip;name=nszip"