* [morty/master][PATCH 1/4] gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-update
@ 2017-10-03 11:14 Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12 Sam Nelson
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Sam Nelson @ 2017-10-03 11:14 UTC (permalink / raw)
To: meta-ti
The source location changed to developer.arm.com compared to previous
version
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
....2015q3.bb => gcc-arm-none-eabi-native_6-2017-q1-update.bb} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
copy recipes-ti/devtools/{gcc-arm-none-eabi-native_4.9.2015q3.bb => gcc-arm-none-eabi-native_6-2017-q1-update.bb} (51%)
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.9.2015q3.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
similarity index 51%
copy from recipes-ti/devtools/gcc-arm-none-eabi-native_4.9.2015q3.bb
copy to recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
index 1fe5c52..1140f27 100644
--- a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.9.2015q3.bb
+++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
@@ -1,17 +1,17 @@
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=cba77c7fde3ed13e866b04a2f3d93918"
+LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b"
inherit native
require recipes-ti/includes/ti-paths.inc
-SRC_URI = "https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2;name=gcc-arm-none"
+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[gcc-arm-none.md5sum] = "8a4a74872830f80c788c944877d3ad8c"
-SRC_URI[gcc-arm-none.sha256sum] = "c50078bfbd29e6c15615900e746f4d0acde917338e55860b0f145f57387c12ab"
+SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9"
+SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb"
-S = "${WORKDIR}/gcc-arm-none-eabi-4_9-2015q3"
+S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
do_install() {
install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12
2017-10-03 11:14 [morty/master][PATCH 1/4] gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-update Sam Nelson
@ 2017-10-03 11:14 ` Sam Nelson
2017-10-03 19:49 ` Denys Dmytriyenko
2017-10-03 11:14 ` [morty/master][PATCH 3/4] ti-xdctools: Update to new version 3.50.03.33 Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 4/4] ti-ipc: Update to new version 3.47.00.00 Sam Nelson
2 siblings, 1 reply; 6+ messages in thread
From: Sam Nelson @ 2017-10-03 11:14 UTC (permalink / raw)
To: meta-ti
Linux installer binary file name has changed compared to previous
version
Break backward compatibilty for A15 gcc tools: requires gcc-arm-none-
eabi-6-2017-q1-update or later
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
recipes-ti/bios/ti-sysbios_6.52.00.12.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 recipes-ti/bios/ti-sysbios_6.52.00.12.bb
diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
new file mode 100644
index 0000000..2bbe881
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
@@ -0,0 +1,16 @@
+require recipes-ti/bios/ti-sysbios.inc
+
+PV = "6_52_00_12"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb"
+
+SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665"
+SRC_URI[sysbiosbin.sha256sum] = "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701"
+
+TI_BIN_UNPK_CMDS = ""
+TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
+
+BINFILE = "bios_${PV}.run"
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin"
+
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [morty/master][PATCH 3/4] ti-xdctools: Update to new version 3.50.03.33
2017-10-03 11:14 [morty/master][PATCH 1/4] gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-update Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12 Sam Nelson
@ 2017-10-03 11:14 ` Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 4/4] ti-ipc: Update to new version 3.47.00.00 Sam Nelson
2 siblings, 0 replies; 6+ messages in thread
From: Sam Nelson @ 2017-10-03 11:14 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
.../{ti-xdctools_3.32.01.22.bb => ti-xdctools_3.50.03.33.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename recipes-ti/devtools/{ti-xdctools_3.32.01.22.bb => ti-xdctools_3.50.03.33.bb} (51%)
diff --git a/recipes-ti/devtools/ti-xdctools_3.32.01.22.bb b/recipes-ti/devtools/ti-xdctools_3.50.03.33.bb
similarity index 51%
rename from recipes-ti/devtools/ti-xdctools_3.32.01.22.bb
rename to recipes-ti/devtools/ti-xdctools_3.50.03.33.bb
index 5f379c1..73ab3bd 100644
--- a/recipes-ti/devtools/ti-xdctools_3.32.01.22.bb
+++ b/recipes-ti/devtools/ti-xdctools_3.50.03.33.bb
@@ -1,9 +1,9 @@
require recipes-ti/devtools/ti-xdctools-core.inc
-PV = "3_32_01_22"
+PV = "3_50_03_33"
PR = "r0"
LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endline=140;md5=1796f68c3d32d408415f5612f1f60652"
-SRC_URI[xdczip.md5sum] = "ddae5b765ca62783c1e804c75c463c38"
-SRC_URI[xdczip.sha256sum] = "b1c6620ef0b8eac45ef6a587f93b3238bdcf3b02dfd7e4b40d872a45c02c5cdc"
+SRC_URI[xdczip.md5sum] = "21310b647275a7c7dd5b37dcb96c0b1b"
+SRC_URI[xdczip.sha256sum] = "afe8616773e63b01e79e8cfacaf4d2c8d3b92c798c7f8cf5d1c7b5fe2060bbe4"
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [morty/master][PATCH 4/4] ti-ipc: Update to new version 3.47.00.00
2017-10-03 11:14 [morty/master][PATCH 1/4] gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-update Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12 Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 3/4] ti-xdctools: Update to new version 3.50.03.33 Sam Nelson
@ 2017-10-03 11:14 ` Sam Nelson
2 siblings, 0 replies; 6+ messages in thread
From: Sam Nelson @ 2017-10-03 11:14 UTC (permalink / raw)
To: meta-ti
Needs BIOS 6_52_00_12 and in turn needs gcc tools gcc-arm-none-
eabi-6-2017-q1-update
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
recipes-ti/ipc/ti-ipc-common.inc | 4 ++--
recipes-ti/ipc/ti-ipc-rtos.inc | 8 ++++----
recipes-ti/ipc/ti-ipc.inc | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index f2df678..2fb7ffb 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,5 +1,5 @@
-PV = "3.46.02.04"
-INC_PR = "r1"
+PV = "3.47.00.00"
+INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index a7c1b3a..57cd132 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -24,11 +24,11 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
branch=${TI_IPC_METADATA_GIT_BRANCH};\
name=${TI_IPC_METADATA_NAME}"
-# Corresponds to tag: 3.46.02.04
-SRCREV_ipc-examples = "b833c759d620b4218ece6d64fae91e4777ef823a"
+# Corresponds to tag: 3.47.00.00
+SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
-# Corresponds to tag: 3.46.02.04
-SRCREV_ipc-metadata = "afdcf6855f05c97d2bb77867f4f150aed29c1b12"
+# Corresponds to tag: 3.47.00.00
+SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index c3742c1..02f3c8d 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
TI_IPC_GIT_PROTOCOL = "git"
-TI_IPC_GIT_BRANCH = "3.46"
+TI_IPC_GIT_BRANCH = "3.47"
-#Corresponds to 3.46.02.04
-TI_IPC_SRCREV = "bf355e7d0f5c3993f56a6ea778743b656ef6b536"
+#Corresponds to 3.47.00.00
+TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23"
BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12
2017-10-03 11:14 ` [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12 Sam Nelson
@ 2017-10-03 19:49 ` Denys Dmytriyenko
2017-10-04 0:09 ` Nelson, Sam
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-10-03 19:49 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-ti
Sam,
You seem to be updating baremetal gcc from version 4 to version 6, but here
you are adding new sysbios version, leaving old one alone. Will it break the
old version of sysbios or does it build/work fine with the new gcc?
On Tue, Oct 03, 2017 at 07:14:43AM -0400, Sam Nelson wrote:
> Linux installer binary file name has changed compared to previous
> version
> Break backward compatibilty for A15 gcc tools: requires gcc-arm-none-
> eabi-6-2017-q1-update or later
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> recipes-ti/bios/ti-sysbios_6.52.00.12.bb | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 recipes-ti/bios/ti-sysbios_6.52.00.12.bb
>
> diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
> new file mode 100644
> index 0000000..2bbe881
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
> @@ -0,0 +1,16 @@
> +require recipes-ti/bios/ti-sysbios.inc
> +
> +PV = "6_52_00_12"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb"
> +
> +SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665"
> +SRC_URI[sysbiosbin.sha256sum] = "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701"
> +
> +TI_BIN_UNPK_CMDS = ""
> +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> +
> +BINFILE = "bios_${PV}.run"
> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin"
> +
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12
2017-10-03 19:49 ` Denys Dmytriyenko
@ 2017-10-04 0:09 ` Nelson, Sam
0 siblings, 0 replies; 6+ messages in thread
From: Nelson, Sam @ 2017-10-04 0:09 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
Denys,
The old version will need the old version of gcc. So I left both the gcc and bios old versions. ( My thinking is, if anybody want to use the old version of bios, they need to set the preferred version to be gcc 4).
Let me know if this makes sense.
With regards,
Sam
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, October 3, 2017 3:49 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [morty/master][PATCH 2/4] ti-sysbios: Add recipe for
> new version 6.52.00.12
>
> Sam,
>
> You seem to be updating baremetal gcc from version 4 to version 6, but here
> you are adding new sysbios version, leaving old one alone. Will it break the old
> version of sysbios or does it build/work fine with the new gcc?
>
> On Tue, Oct 03, 2017 at 07:14:43AM -0400, Sam Nelson wrote:
> > Linux installer binary file name has changed compared to previous
> > version Break backward compatibilty for A15 gcc tools: requires
> > gcc-arm-none- eabi-6-2017-q1-update or later
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> > recipes-ti/bios/ti-sysbios_6.52.00.12.bb | 16 ++++++++++++++++
> > 1 file changed, 16 insertions(+)
> > create mode 100644 recipes-ti/bios/ti-sysbios_6.52.00.12.bb
> >
> > diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
> > b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
> > new file mode 100644
> > index 0000000..2bbe881
> > --- /dev/null
> > +++ b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
> > @@ -0,0 +1,16 @@
> > +require recipes-ti/bios/ti-sysbios.inc
> > +
> > +PV = "6_52_00_12"
> > +PR = "r0"
> > +
> > +LIC_FILES_CHKSUM =
> "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb"
> > +
> > +SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665"
> > +SRC_URI[sysbiosbin.sha256sum] =
> "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e70
> 1"
> > +
> > +TI_BIN_UNPK_CMDS = ""
> > +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> > +
> > +BINFILE = "bios_${PV}.run"
> > +SRC_URI = "http://software-
> dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/expo
> rts/${BINFILE};name=sysbiosbin"
> > +
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-10-04 0:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 11:14 [morty/master][PATCH 1/4] gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-update Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 2/4] ti-sysbios: Add recipe for new version 6.52.00.12 Sam Nelson
2017-10-03 19:49 ` Denys Dmytriyenko
2017-10-04 0:09 ` Nelson, Sam
2017-10-03 11:14 ` [morty/master][PATCH 3/4] ti-xdctools: Update to new version 3.50.03.33 Sam Nelson
2017-10-03 11:14 ` [morty/master][PATCH 4/4] ti-ipc: Update to new version 3.47.00.00 Sam Nelson
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.