* [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
@ 2016-10-25 22:14 Ivan Pang
2016-10-25 22:14 ` [PATCH 2/2] ti-xdctools: updated version to 3.32.1.22 Ivan Pang
2016-10-25 22:51 ` [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Denys Dmytriyenko
0 siblings, 2 replies; 7+ messages in thread
From: Ivan Pang @ 2016-10-25 22:14 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Ivan Pang <i-pang@ti.com>
---
recipes-ti/bios/ti-sysbios_6.46.01.38.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 recipes-ti/bios/ti-sysbios_6.46.01.38.bb
diff --git a/recipes-ti/bios/ti-sysbios_6.46.01.38.bb b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
new file mode 100644
index 0000000..407b3b4
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
@@ -0,0 +1,12 @@
+require recipes-ti/bios/ti-sysbios.inc
+
+PV = "6_46_01_38"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=da86dca468e5dd80484dc83473ea32e3"
+
+SRC_URI[sysbiosbin.md5sum] = "5aee070f73eb6f3d9aab2ff9c483f396"
+SRC_URI[sysbiosbin.sha256sum] = "3a04a584c3ee3221997b7d616ba45bbcc21ad241f4a4ab5c0f28c465d538af90"
+
+TI_BIN_UNPK_CMDS=""
+TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] ti-xdctools: updated version to 3.32.1.22
2016-10-25 22:14 [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Ivan Pang
@ 2016-10-25 22:14 ` Ivan Pang
2016-10-25 22:51 ` [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Denys Dmytriyenko
1 sibling, 0 replies; 7+ messages in thread
From: Ivan Pang @ 2016-10-25 22:14 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Ivan Pang <i-pang@ti.com>
---
recipes-ti/devtools/ti-xdctools_3.32.01.22.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 recipes-ti/devtools/ti-xdctools_3.32.01.22.bb
diff --git a/recipes-ti/devtools/ti-xdctools_3.32.01.22.bb b/recipes-ti/devtools/ti-xdctools_3.32.01.22.bb
new file mode 100644
index 0000000..5f379c1
--- /dev/null
+++ b/recipes-ti/devtools/ti-xdctools_3.32.01.22.bb
@@ -0,0 +1,9 @@
+require recipes-ti/devtools/ti-xdctools-core.inc
+
+PV = "3_32_01_22"
+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"
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
2016-10-25 22:14 [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Ivan Pang
2016-10-25 22:14 ` [PATCH 2/2] ti-xdctools: updated version to 3.32.1.22 Ivan Pang
@ 2016-10-25 22:51 ` Denys Dmytriyenko
2016-10-25 22:54 ` Pang, Ivan
1 sibling, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2016-10-25 22:51 UTC (permalink / raw)
To: Ivan Pang; +Cc: meta-ti
On Tue, Oct 25, 2016 at 05:14:04PM -0500, Ivan Pang wrote:
> Signed-off-by: Ivan Pang <i-pang@ti.com>
> ---
> recipes-ti/bios/ti-sysbios_6.46.01.38.bb | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 recipes-ti/bios/ti-sysbios_6.46.01.38.bb
Did you mean to update the version instead of adding a new one?
> diff --git a/recipes-ti/bios/ti-sysbios_6.46.01.38.bb b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> new file mode 100644
> index 0000000..407b3b4
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> @@ -0,0 +1,12 @@
> +require recipes-ti/bios/ti-sysbios.inc
> +
> +PV = "6_46_01_38"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=da86dca468e5dd80484dc83473ea32e3"
> +
> +SRC_URI[sysbiosbin.md5sum] = "5aee070f73eb6f3d9aab2ff9c483f396"
> +SRC_URI[sysbiosbin.sha256sum] = "3a04a584c3ee3221997b7d616ba45bbcc21ad241f4a4ab5c0f28c465d538af90"
> +
> +TI_BIN_UNPK_CMDS=""
> +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
2016-10-25 22:51 ` [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Denys Dmytriyenko
@ 2016-10-25 22:54 ` Pang, Ivan
2016-10-25 23:03 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Pang, Ivan @ 2016-10-25 22:54 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
I want to update the version. I thought the convention is to create a new .bb recipe per version (as shown in the folder with multiple .bb files with different versions).
Ivan
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Tuesday, October 25, 2016 5:51 PM
To: Pang, Ivan
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
On Tue, Oct 25, 2016 at 05:14:04PM -0500, Ivan Pang wrote:
> Signed-off-by: Ivan Pang <i-pang@ti.com>
> ---
> recipes-ti/bios/ti-sysbios_6.46.01.38.bb | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 recipes-ti/bios/ti-sysbios_6.46.01.38.bb
Did you mean to update the version instead of adding a new one?
> diff --git a/recipes-ti/bios/ti-sysbios_6.46.01.38.bb b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> new file mode 100644
> index 0000000..407b3b4
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> @@ -0,0 +1,12 @@
> +require recipes-ti/bios/ti-sysbios.inc
> +
> +PV = "6_46_01_38"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=da86dca468e5dd80484dc83473ea32e3"
> +
> +SRC_URI[sysbiosbin.md5sum] = "5aee070f73eb6f3d9aab2ff9c483f396"
> +SRC_URI[sysbiosbin.sha256sum] = "3a04a584c3ee3221997b7d616ba45bbcc21ad241f4a4ab5c0f28c465d538af90"
> +
> +TI_BIN_UNPK_CMDS=""
> +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
2016-10-25 22:54 ` Pang, Ivan
@ 2016-10-25 23:03 ` Denys Dmytriyenko
2016-10-25 23:21 ` Pang, Ivan
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2016-10-25 23:03 UTC (permalink / raw)
To: Pang, Ivan; +Cc: meta-ti@yoctoproject.org
On Tue, Oct 25, 2016 at 06:54:23PM -0400, Pang, Ivan wrote:
> I want to update the version. I thought the convention is to create a new
> .bb recipe per version (as shown in the folder with multiple .bb files with
> different versions).
In some cases multiple versions are needed, usually when a major update
happens and breaks compatibility, but the old version is still being used.
Is this such a case?
--
Denys
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, October 25, 2016 5:51 PM
> To: Pang, Ivan
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
>
> On Tue, Oct 25, 2016 at 05:14:04PM -0500, Ivan Pang wrote:
> > Signed-off-by: Ivan Pang <i-pang@ti.com>
> > ---
> > recipes-ti/bios/ti-sysbios_6.46.01.38.bb | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> > create mode 100644 recipes-ti/bios/ti-sysbios_6.46.01.38.bb
>
> Did you mean to update the version instead of adding a new one?
>
>
> > diff --git a/recipes-ti/bios/ti-sysbios_6.46.01.38.bb b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> > new file mode 100644
> > index 0000000..407b3b4
> > --- /dev/null
> > +++ b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> > @@ -0,0 +1,12 @@
> > +require recipes-ti/bios/ti-sysbios.inc
> > +
> > +PV = "6_46_01_38"
> > +PR = "r0"
> > +
> > +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=da86dca468e5dd80484dc83473ea32e3"
> > +
> > +SRC_URI[sysbiosbin.md5sum] = "5aee070f73eb6f3d9aab2ff9c483f396"
> > +SRC_URI[sysbiosbin.sha256sum] = "3a04a584c3ee3221997b7d616ba45bbcc21ad241f4a4ab5c0f28c465d538af90"
> > +
> > +TI_BIN_UNPK_CMDS=""
> > +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
2016-10-25 23:03 ` Denys Dmytriyenko
@ 2016-10-25 23:21 ` Pang, Ivan
2016-10-25 23:22 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Pang, Ivan @ 2016-10-25 23:21 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
No, this should not be a major update that breaks compatibility. Please disregard this patch and I will submit another patch with recipe updated instead of creating a new one. This would also apply to the ti-xdctools patch (PATCH 2/2).
Ivan
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Tuesday, October 25, 2016 6:03 PM
To: Pang, Ivan
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
On Tue, Oct 25, 2016 at 06:54:23PM -0400, Pang, Ivan wrote:
> I want to update the version. I thought the convention is to create a
> new .bb recipe per version (as shown in the folder with multiple .bb
> files with different versions).
In some cases multiple versions are needed, usually when a major update happens and breaks compatibility, but the old version is still being used.
Is this such a case?
--
Denys
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, October 25, 2016 5:51 PM
> To: Pang, Ivan
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
>
> On Tue, Oct 25, 2016 at 05:14:04PM -0500, Ivan Pang wrote:
> > Signed-off-by: Ivan Pang <i-pang@ti.com>
> > ---
> > recipes-ti/bios/ti-sysbios_6.46.01.38.bb | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> > create mode 100644 recipes-ti/bios/ti-sysbios_6.46.01.38.bb
>
> Did you mean to update the version instead of adding a new one?
>
>
> > diff --git a/recipes-ti/bios/ti-sysbios_6.46.01.38.bb b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> > new file mode 100644
> > index 0000000..407b3b4
> > --- /dev/null
> > +++ b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> > @@ -0,0 +1,12 @@
> > +require recipes-ti/bios/ti-sysbios.inc
> > +
> > +PV = "6_46_01_38"
> > +PR = "r0"
> > +
> > +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=da86dca468e5dd80484dc83473ea32e3"
> > +
> > +SRC_URI[sysbiosbin.md5sum] = "5aee070f73eb6f3d9aab2ff9c483f396"
> > +SRC_URI[sysbiosbin.sha256sum] = "3a04a584c3ee3221997b7d616ba45bbcc21ad241f4a4ab5c0f28c465d538af90"
> > +
> > +TI_BIN_UNPK_CMDS=""
> > +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
2016-10-25 23:21 ` Pang, Ivan
@ 2016-10-25 23:22 ` Denys Dmytriyenko
0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2016-10-25 23:22 UTC (permalink / raw)
To: Pang, Ivan; +Cc: meta-ti@yoctoproject.org
Thanks.
On Tue, Oct 25, 2016 at 07:21:29PM -0400, Pang, Ivan wrote:
> No, this should not be a major update that breaks compatibility. Please
> disregard this patch and I will submit another patch with recipe updated
> instead of creating a new one. This would also apply to the ti-xdctools
> patch (PATCH 2/2).
>
> Ivan
>
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, October 25, 2016 6:03 PM
> To: Pang, Ivan
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
>
> On Tue, Oct 25, 2016 at 06:54:23PM -0400, Pang, Ivan wrote:
> > I want to update the version. I thought the convention is to create a
> > new .bb recipe per version (as shown in the folder with multiple .bb
> > files with different versions).
>
> In some cases multiple versions are needed, usually when a major update happens and breaks compatibility, but the old version is still being used.
> Is this such a case?
>
> --
> Denys
>
>
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, October 25, 2016 5:51 PM
> > To: Pang, Ivan
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38
> >
> > On Tue, Oct 25, 2016 at 05:14:04PM -0500, Ivan Pang wrote:
> > > Signed-off-by: Ivan Pang <i-pang@ti.com>
> > > ---
> > > recipes-ti/bios/ti-sysbios_6.46.01.38.bb | 12 ++++++++++++
> > > 1 file changed, 12 insertions(+)
> > > create mode 100644 recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> >
> > Did you mean to update the version instead of adding a new one?
> >
> >
> > > diff --git a/recipes-ti/bios/ti-sysbios_6.46.01.38.bb b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> > > new file mode 100644
> > > index 0000000..407b3b4
> > > --- /dev/null
> > > +++ b/recipes-ti/bios/ti-sysbios_6.46.01.38.bb
> > > @@ -0,0 +1,12 @@
> > > +require recipes-ti/bios/ti-sysbios.inc
> > > +
> > > +PV = "6_46_01_38"
> > > +PR = "r0"
> > > +
> > > +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=da86dca468e5dd80484dc83473ea32e3"
> > > +
> > > +SRC_URI[sysbiosbin.md5sum] = "5aee070f73eb6f3d9aab2ff9c483f396"
> > > +SRC_URI[sysbiosbin.sha256sum] = "3a04a584c3ee3221997b7d616ba45bbcc21ad241f4a4ab5c0f28c465d538af90"
> > > +
> > > +TI_BIN_UNPK_CMDS=""
> > > +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> > > --
> > > 1.9.1
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-10-25 23:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 22:14 [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Ivan Pang
2016-10-25 22:14 ` [PATCH 2/2] ti-xdctools: updated version to 3.32.1.22 Ivan Pang
2016-10-25 22:51 ` [PATCH 1/2] ti-sysbios: updated version to 6.46.1.38 Denys Dmytriyenko
2016-10-25 22:54 ` Pang, Ivan
2016-10-25 23:03 ` Denys Dmytriyenko
2016-10-25 23:21 ` Pang, Ivan
2016-10-25 23:22 ` 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.