* [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release
@ 2019-03-12 1:43 Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 1/7] ti-ndk: Correcting the SRC_URI link Mahesh Radhakrishnan
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
Tools update for RTOS 5.3 release.
Mahesh Radhakrishnan (7):
ti-ndk: Correcting the SRC_URI link
gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update
ti-cg-xml: Update to version 2.61.00
ti-cgt6x: Update to version 8.3.2
ti-xdctools: Update to version 3.51.01.18
ti-cgt-arm: Update to version 18.1.5 LTS
ti-sysbios: Update to version 6.75.02.00
...bios_6.73.01.01.bb => ti-sysbios_6.75.02.00.bb} | 8 +++---
...> gcc-arm-none-eabi-native_7-2018-q2-update.bb} | 17 ++++++++----
.../{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} | 17 ++++++------
...ative_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb} | 6 ++--
recipes-ti/devtools/ti-cgt-arm.inc | 16 ++---------
.../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} | 32 ++++++++--------------
...ols_3.50.08.24.bb => ti-xdctools_3.51.01.18.bb} | 8 +++---
recipes-ti/ndk/ti-ndk.inc | 3 +-
8 files changed, 44 insertions(+), 63 deletions(-)
rename recipes-ti/bios/{ti-sysbios_6.73.01.01.bb => ti-sysbios_6.75.02.00.bb} (52%)
rename recipes-ti/devtools/{gcc-arm-none-eabi-native_6-2017-q1-update.bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} (47%)
rename recipes-ti/devtools/{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} (63%)
rename recipes-ti/devtools/{ti-cgt-arm-native_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb} (9%)
rename recipes-ti/devtools/{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} (70%)
rename recipes-ti/devtools/{ti-xdctools_3.50.08.24.bb => ti-xdctools_3.51.01.18.bb} (35%)
--
1.9.1
^ permalink raw reply [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 1/7] ti-ndk: Correcting the SRC_URI link
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update Mahesh Radhakrishnan
` (5 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-ti/ndk/ti-ndk.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/recipes-ti/ndk/ti-ndk.inc b/recipes-ti/ndk/ti-ndk.inc
index dfb09de..9afde31 100644
--- a/recipes-ti/ndk/ti-ndk.inc
+++ b/recipes-ti/ndk/ti-ndk.inc
@@ -6,8 +6,7 @@ LICENSE = "BSD"
require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/ndk_${PV}"
-
-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
+SRC_URI = "http://software-dl.ti.com/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
do_install() {
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 1/7] ti-ndk: Correcting the SRC_URI link Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
2019-03-12 23:15 ` Denys Dmytriyenko
2019-03-12 1:43 ` [rocko/master][PATCH 3/7] ti-cg-xml: Update to version 2.61.00 Mahesh Radhakrishnan
` (4 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
License has been changed to include a few new licenses such as
Synopsis,Joel Sherrill,Rich Felker,Otto Moerbeek,embedded brains Gmbh,
Regents of Univ of California, Digital Equipment Corporation, John
Baldwin,WIDE project, Jeffrey Roberson, ARM Ltd, NetBSD,Michael R Nelly,
and CYGWIN license
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
....bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
rename recipes-ti/devtools/{gcc-arm-none-eabi-native_6-2017-q1-update.bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} (47%)
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
similarity index 47%
rename from recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
rename to recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
index 1140f27..c5f76aa 100644
--- a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
+++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
@@ -1,17 +1,20 @@
DESCRIPTION = "Baremetal GCC for ARM"
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
-LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b"
+LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061"
inherit native
require recipes-ti/includes/ti-paths.inc
-SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none"
+SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2;name=gcc-arm-none"
-SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9"
-SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb"
+SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
+SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
-S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
+S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
+
+# only x86_64 is supported
+COMPATIBLE_HOST = "x86_64.*-linux"
do_install() {
install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
@@ -20,4 +23,6 @@ do_install() {
FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
-INSANE_SKIP_${PN} = "already-stripped"
+INSANE_SKIP_${PN} = "already-stripped libdir staticdev"
+
+BBCLASSEXTEND = "native nativesdk"
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 3/7] ti-cg-xml: Update to version 2.61.00
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 1/7] ti-ndk: Correcting the SRC_URI link Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2 Mahesh Radhakrishnan
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
The license checksum change is due to the copyright year and version.
The license itself has not changed.
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
.../{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
rename recipes-ti/devtools/{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} (63%)
diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
similarity index 63%
rename from recipes-ti/devtools/ti-cg-xml_2.41.00.bb
rename to recipes-ti/devtools/ti-cg-xml_2.61.00.bb
index 5c0ff63..e618af5 100644
--- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
+++ b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
@@ -7,22 +7,21 @@ require recipes-ti/includes/ti-paths.inc
require recipes-ti/includes/ti-staging.inc
require recipes-ti/includes/ti-unpack.inc
-PV = "2_41_00"
-
+PV = "2.61.00"
+PE = "1"
S = "${WORKDIR}/cg_xml_${PV}"
SRC_URI = "\
- http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cg_xml-v${PV}-Linux-x86-Install;name=cgxmlbin_linux \
+ http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${@'${PV}'.replace('.','_')}/cgxml-${PV}-linux-installer.run;name=cgxmlbin_linux \
"
+LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=fc02a39748ba50373f32b2f4a5e3a684"
-LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4"
-
-SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628"
-SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf"
+SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff"
+SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9"
-BINFILE="cg_xml-v${PV}-Linux-x86-Install"
+BINFILE="cgxml-${PV}-linux-installer.run"
TI_BIN_UNPK_CMDS=""
-TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent"
+TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended"
do_install() {
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
` (2 preceding siblings ...)
2019-03-12 1:43 ` [rocko/master][PATCH 3/7] ti-cg-xml: Update to version 2.61.00 Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
2019-03-12 23:09 ` Denys Dmytriyenko
2019-03-12 1:43 ` [rocko/master][PATCH 5/7] ti-xdctools: Update to version 3.51.01.18 Mahesh Radhakrishnan
` (2 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
The license checksum changed due to the version, licenses have not
changed.
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
.../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} | 32 ++++++++--------------
1 file changed, 11 insertions(+), 21 deletions(-)
rename recipes-ti/devtools/{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} (70%)
diff --git a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
similarity index 70%
rename from recipes-ti/devtools/ti-cgt6x_8.2.2.bb
rename to recipes-ti/devtools/ti-cgt6x_8.3.2.bb
index 53f5252..cf1d4eb 100644
--- a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb
+++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "TI DSP Code Generation Tools"
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 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD"
+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-c6000_${PV}/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
-LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
+LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
+LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
PE = "1"
@@ -37,11 +37,13 @@ BINFILE_NAME_class-target = "cgt6x_arm_installer"
SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
-SRC_URI[cgt6x_x86_installer.md5sum] = "548c841b231c2fbd954218d4e370c995"
-SRC_URI[cgt6x_x86_installer.sha256sum] = "f269e51eb29de2efd32b3ea93beebd7b00a1a156c923be1a33ba7d785c4c6a24"
+SRC_URI[cgt6x_x86_installer.md5sum] = "f1f534e6a4bdee6df39e8d0cb458d161"
+SRC_URI[cgt6x_x86_installer.sha256sum] = "1fba2a8f5532b33a23677771d686a866171ce7a0e567fed50d900d0ecd2e17e6"
-SRC_URI[cgt6x_arm_installer.md5sum] = "56f5e5464ab87af517a6cdd5fed06f3f"
-SRC_URI[cgt6x_arm_installer.sha256sum] = "4b2e605a4afc3d4d0ac74013ee32496541abf093aedd70bc7ef040597933b1ea"
+SRC_URI[cgt6x_arm_installer.md5sum] = "425d82308e71202ad004a36b7ec3cec9"
+SRC_URI[cgt6x_arm_installer.sha256sum] = "70c387ddde379194fed712087be6cb0ca5f4f0e65d7f29bd7462c38ee011928f"
+
+CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
do_install() {
install -d ${D}${bindir}
@@ -54,10 +56,7 @@ do_install() {
install -m 755 ${binfile} ${D}${datadir}/ti/cgt-c6x/bin
done
- install -d ${D}${datadir}/ti/cgt-c6x/include
- for includefile in ${S}/ti-cgt-c6000_${PV}/include/*; do
- install -m 644 ${includefile} ${D}${datadir}/ti/cgt-c6x/include
- done
+ cp ${CP_ARGS} ${S}/ti-cgt-c6000_${PV}/include ${D}${datadir}/ti/cgt-c6x/include
install -d ${D}${datadir}/ti/cgt-c6x/lib
for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.a; do
@@ -72,11 +71,6 @@ do_install() {
install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
done
- install -d ${D}${datadir}/ti/cgt-c6x/lib/src
- for srcfile in ${S}/ti-cgt-c6000_${PV}/lib/src/*; do
- install -m 644 ${srcfile} ${D}${datadir}/ti/cgt-c6x/lib/src
- done
-
install -d ${D}${datadir}/man/man1
for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
if [ -e ${manfile} ]; then
@@ -89,7 +83,7 @@ do_install() {
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
done
- for docfile in ${S}/ti-cgt-c6000_${PV}/*.htm; do
+ for docfile in ${S}/ti-cgt-c6000_${PV}/*.html; do
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
done
@@ -97,10 +91,6 @@ do_install() {
install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
done
- for docfile in ${S}/ti-cgt-c6000_${PV}/doc/*; do
- install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
- done
-
}
do_install_class-target() {
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 5/7] ti-xdctools: Update to version 3.51.01.18
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
` (3 preceding siblings ...)
2019-03-12 1:43 ` [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2 Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 6/7] ti-cgt-arm: Update to version 18.1.5 LTS Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 7/7] ti-sysbios: Update to version 6.75.02.00 Mahesh Radhakrishnan
6 siblings, 0 replies; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
The license checksum update is due to the version number update. The
licenses have not changed.
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
.../{ti-xdctools_3.50.08.24.bb => ti-xdctools_3.51.01.18.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename recipes-ti/devtools/{ti-xdctools_3.50.08.24.bb => ti-xdctools_3.51.01.18.bb} (35%)
diff --git a/recipes-ti/devtools/ti-xdctools_3.50.08.24.bb b/recipes-ti/devtools/ti-xdctools_3.51.01.18.bb
similarity index 35%
rename from recipes-ti/devtools/ti-xdctools_3.50.08.24.bb
rename to recipes-ti/devtools/ti-xdctools_3.51.01.18.bb
index 1e776e7..35258b4 100644
--- a/recipes-ti/devtools/ti-xdctools_3.50.08.24.bb
+++ b/recipes-ti/devtools/ti-xdctools_3.51.01.18.bb
@@ -1,9 +1,9 @@
require recipes-ti/devtools/ti-xdctools-core.inc
-PV = "3_50_08_24"
+PV = "3_51_01_18"
PR = "r0"
-LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endline=140;md5=1796f68c3d32d408415f5612f1f60652"
+LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endline=140;md5=7d8508a640d8e76fe372141df01c351f"
-SRC_URI[xdczip.md5sum] = "19e73ea981354e6fa7144978bc16e215"
-SRC_URI[xdczip.sha256sum] = "335fd4050abba8e3c1c38d382d39a889441ef0d9bee57dba5892923acd586488"
+SRC_URI[xdczip.md5sum] = "54b80b603471623c1dbb0cfeb75b0fe2"
+SRC_URI[xdczip.sha256sum] = "9bbbf433f0970bcb0cbf938615afe4d54420ecc56bc6e872f1a004338a8f19d5"
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 6/7] ti-cgt-arm: Update to version 18.1.5 LTS
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
` (4 preceding siblings ...)
2019-03-12 1:43 ` [rocko/master][PATCH 5/7] ti-xdctools: Update to version 3.51.01.18 Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 7/7] ti-sysbios: Update to version 6.75.02.00 Mahesh Radhakrishnan
6 siblings, 0 replies; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
The license checksum change is due to version number. License has not
been changed. However Patrick powell license which was missing earlier
has been added now.
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
...-arm-native_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb} | 6 +++---
recipes-ti/devtools/ti-cgt-arm.inc | 16 ++--------------
2 files changed, 5 insertions(+), 17 deletions(-)
rename recipes-ti/devtools/{ti-cgt-arm-native_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb} (9%)
diff --git a/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb b/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
similarity index 9%
rename from recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb
rename to recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
index f642a5b..0ed1939 100644
--- a/recipes-ti/devtools/ti-cgt-arm-native_16.9.9.bb
+++ b/recipes-ti/devtools/ti-cgt-arm-native_18.1.5.bb
@@ -1,6 +1,6 @@
include ti-cgt-arm.inc
-LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=1c0dc8c15d8c4768e399b9ce7651c25e"
+LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=3faed35326711d6596f0377279323df1"
-BINFILE_MD5 = "ccae16e9c6fc3749e7da49d3a2b6fb44"
-BINFILE_SHA256 = "13b66686cc012af6f2e7f021099b5bc735a461d8eb254a2b0edef0fd8b26e81e"
+BINFILE_MD5 = "d0559bccc323002a9256dd68e1d223ab"
+BINFILE_SHA256 = "8462eb7ce837274582721ed75c73928865d7678aca23b30fde962cdd36c21414"
diff --git a/recipes-ti/devtools/ti-cgt-arm.inc b/recipes-ti/devtools/ti-cgt-arm.inc
index d55b55b..d2d768c 100644
--- a/recipes-ti/devtools/ti-cgt-arm.inc
+++ b/recipes-ti/devtools/ti-cgt-arm.inc
@@ -1,6 +1,6 @@
SUMMARY = "TI ARM Code Generation Tools"
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 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
+LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
inherit native
require recipes-ti/includes/ti-unpack.inc
@@ -9,7 +9,7 @@ require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/ti-cgt-arm-${PV}"
-PR = "r2"
+PR = "r0"
SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}"
@@ -17,18 +17,6 @@ BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin"
TI_BIN_UNPK_ARGS = "--prefix ${S}"
TI_BIN_UNPK_CMDS = ""
-do_configure_append() {
- # Remove the library if it exists to prevent an error when building the
- # library in do_compile().
- rm -f ./ti-cgt-arm_${PV}.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib
-}
-
-do_compile_append() {
- cd ${S}/ti-cgt-arm_${PV}.LTS
- export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin
- lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib
-}
-
do_install() {
install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [rocko/master][PATCH 7/7] ti-sysbios: Update to version 6.75.02.00
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
` (5 preceding siblings ...)
2019-03-12 1:43 ` [rocko/master][PATCH 6/7] ti-cgt-arm: Update to version 18.1.5 LTS Mahesh Radhakrishnan
@ 2019-03-12 1:43 ` Mahesh Radhakrishnan
6 siblings, 0 replies; 10+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-12 1:43 UTC (permalink / raw)
To: meta-ti
The checksum has been changeded due to the version string and copyright
year. Licenses themselves have not changed.
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
.../bios/{ti-sysbios_6.73.01.01.bb => ti-sysbios_6.75.02.00.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename recipes-ti/bios/{ti-sysbios_6.73.01.01.bb => ti-sysbios_6.75.02.00.bb} (52%)
diff --git a/recipes-ti/bios/ti-sysbios_6.73.01.01.bb b/recipes-ti/bios/ti-sysbios_6.75.02.00.bb
similarity index 52%
rename from recipes-ti/bios/ti-sysbios_6.73.01.01.bb
rename to recipes-ti/bios/ti-sysbios_6.75.02.00.bb
index ef2ef25..553d43e 100644
--- a/recipes-ti/bios/ti-sysbios_6.73.01.01.bb
+++ b/recipes-ti/bios/ti-sysbios_6.75.02.00.bb
@@ -1,12 +1,12 @@
require recipes-ti/bios/ti-sysbios.inc
-PV = "6_73_01_01"
+PV = "6_75_02_00"
PR = "r0"
-LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9"
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1"
-SRC_URI[sysbiosbin.md5sum] = "899ddf89d259e2848b93d6d53902a2d5"
-SRC_URI[sysbiosbin.sha256sum] = "005b63d59308e0fe6e8fc4ff9d760c829880fb3e0daf43eb8181680ddf11ac85"
+SRC_URI[sysbiosbin.md5sum] = "8bca751d3054e74b9edb510a0d099095"
+SRC_URI[sysbiosbin.sha256sum] = "c92cb72f86656b1e37454e238e9838f301eeeb4d711a0f4a84089ef80ccb6013"
TI_BIN_UNPK_CMDS = ""
TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
--
1.9.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2
2019-03-12 1:43 ` [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2 Mahesh Radhakrishnan
@ 2019-03-12 23:09 ` Denys Dmytriyenko
0 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2019-03-12 23:09 UTC (permalink / raw)
To: Mahesh Radhakrishnan; +Cc: meta-ti
On Mon, Mar 11, 2019 at 09:43:45PM -0400, Mahesh Radhakrishnan wrote:
> The license checksum changed due to the version, licenses have not
> changed.
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> .../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} | 32 ++++++++--------------
> 1 file changed, 11 insertions(+), 21 deletions(-)
> rename recipes-ti/devtools/{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} (70%)
>
> diff --git a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
> similarity index 70%
> rename from recipes-ti/devtools/ti-cgt6x_8.2.2.bb
> rename to recipes-ti/devtools/ti-cgt6x_8.3.2.bb
> index 53f5252..cf1d4eb 100644
> --- a/recipes-ti/devtools/ti-cgt6x_8.2.2.bb
> +++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
> @@ -1,9 +1,9 @@
> DESCRIPTION = "TI DSP Code Generation Tools"
> 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 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD"
> +LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
In ti-cgt-arm patch #6 you have this text regarding the LICENSE change to
include Patrick-Powell:
> However Patrick powell license which was missing earlier has been added now.
First of all, this text is missing here in the commit log.
Second, in ti-cgt-arm Patrick-Powell is added, and here it replaces
Hewlett-Packard. Please double-check which way is correct and update the
commit log to mention this. Thanks!
> -LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
> -LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.2.x_CodeGenerationTools_Manifest.htm;md5=66147c95fc5d3f900b73414f8258c91e"
> +LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
> +LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
>
> PE = "1"
>
> @@ -37,11 +37,13 @@ BINFILE_NAME_class-target = "cgt6x_arm_installer"
>
> SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
>
> -SRC_URI[cgt6x_x86_installer.md5sum] = "548c841b231c2fbd954218d4e370c995"
> -SRC_URI[cgt6x_x86_installer.sha256sum] = "f269e51eb29de2efd32b3ea93beebd7b00a1a156c923be1a33ba7d785c4c6a24"
> +SRC_URI[cgt6x_x86_installer.md5sum] = "f1f534e6a4bdee6df39e8d0cb458d161"
> +SRC_URI[cgt6x_x86_installer.sha256sum] = "1fba2a8f5532b33a23677771d686a866171ce7a0e567fed50d900d0ecd2e17e6"
>
> -SRC_URI[cgt6x_arm_installer.md5sum] = "56f5e5464ab87af517a6cdd5fed06f3f"
> -SRC_URI[cgt6x_arm_installer.sha256sum] = "4b2e605a4afc3d4d0ac74013ee32496541abf093aedd70bc7ef040597933b1ea"
> +SRC_URI[cgt6x_arm_installer.md5sum] = "425d82308e71202ad004a36b7ec3cec9"
> +SRC_URI[cgt6x_arm_installer.sha256sum] = "70c387ddde379194fed712087be6cb0ca5f4f0e65d7f29bd7462c38ee011928f"
> +
> +CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
>
> do_install() {
> install -d ${D}${bindir}
> @@ -54,10 +56,7 @@ do_install() {
> install -m 755 ${binfile} ${D}${datadir}/ti/cgt-c6x/bin
> done
>
> - install -d ${D}${datadir}/ti/cgt-c6x/include
> - for includefile in ${S}/ti-cgt-c6000_${PV}/include/*; do
> - install -m 644 ${includefile} ${D}${datadir}/ti/cgt-c6x/include
> - done
> + cp ${CP_ARGS} ${S}/ti-cgt-c6000_${PV}/include ${D}${datadir}/ti/cgt-c6x/include
There's an extra white-space at the end of this ^^ line and git apply will
complain about it.
> install -d ${D}${datadir}/ti/cgt-c6x/lib
> for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.a; do
> @@ -72,11 +71,6 @@ do_install() {
> install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
> done
>
> - install -d ${D}${datadir}/ti/cgt-c6x/lib/src
> - for srcfile in ${S}/ti-cgt-c6000_${PV}/lib/src/*; do
> - install -m 644 ${srcfile} ${D}${datadir}/ti/cgt-c6x/lib/src
> - done
> -
> install -d ${D}${datadir}/man/man1
> for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
> if [ -e ${manfile} ]; then
> @@ -89,7 +83,7 @@ do_install() {
> install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
> done
>
> - for docfile in ${S}/ti-cgt-c6000_${PV}/*.htm; do
> + for docfile in ${S}/ti-cgt-c6000_${PV}/*.html; do
> install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
> done
>
> @@ -97,10 +91,6 @@ do_install() {
> install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
> done
>
> - for docfile in ${S}/ti-cgt-c6000_${PV}/doc/*; do
> - install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
> - done
> -
> }
>
> do_install_class-target() {
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update
2019-03-12 1:43 ` [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update Mahesh Radhakrishnan
@ 2019-03-12 23:15 ` Denys Dmytriyenko
0 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2019-03-12 23:15 UTC (permalink / raw)
To: Mahesh Radhakrishnan; +Cc: meta-ti
On Mon, Mar 11, 2019 at 09:43:43PM -0400, Mahesh Radhakrishnan wrote:
> License has been changed to include a few new licenses such as
> Synopsis,Joel Sherrill,Rich Felker,Otto Moerbeek,embedded brains Gmbh,
> Regents of Univ of California, Digital Equipment Corporation, John
> Baldwin,WIDE project, Jeffrey Roberson, ARM Ltd, NetBSD,Michael R Nelly,
> and CYGWIN license
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> ....bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} | 17 +++++++++++------
> 1 file changed, 11 insertions(+), 6 deletions(-)
> rename recipes-ti/devtools/{gcc-arm-none-eabi-native_6-2017-q1-update.bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} (47%)
>
> diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> similarity index 47%
> rename from recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
> rename to recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> index 1140f27..c5f76aa 100644
> --- a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
> +++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> @@ -1,17 +1,20 @@
> DESCRIPTION = "Baremetal GCC for ARM"
> LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
>
> -LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b"
> +LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061"
>
> inherit native
> require recipes-ti/includes/ti-paths.inc
>
> -SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none"
> +SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2;name=gcc-arm-none"
>
> -SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9"
> -SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb"
> +SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
> +SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
>
> -S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
> +S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
> +
> +# only x86_64 is supported
> +COMPATIBLE_HOST = "x86_64.*-linux"
>
> do_install() {
> install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
> @@ -20,4 +23,6 @@ do_install() {
>
> FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
>
> -INSANE_SKIP_${PN} = "already-stripped"
> +INSANE_SKIP_${PN} = "already-stripped libdir staticdev"
> +
> +BBCLASSEXTEND = "native nativesdk"
This patch will not apply, as these changes are already in rocko.
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2019-03-12 23:15 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 1/7] ti-ndk: Correcting the SRC_URI link Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update Mahesh Radhakrishnan
2019-03-12 23:15 ` Denys Dmytriyenko
2019-03-12 1:43 ` [rocko/master][PATCH 3/7] ti-cg-xml: Update to version 2.61.00 Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2 Mahesh Radhakrishnan
2019-03-12 23:09 ` Denys Dmytriyenko
2019-03-12 1:43 ` [rocko/master][PATCH 5/7] ti-xdctools: Update to version 3.51.01.18 Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 6/7] ti-cgt-arm: Update to version 18.1.5 LTS Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 7/7] ti-sysbios: Update to version 6.75.02.00 Mahesh Radhakrishnan
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.