All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ti-sysbios: Update to 6.45.01.29
@ 2016-03-04 20:52 Justin Sobota
  2016-03-04 20:52 ` [PATCH 2/2] ti-xdctools: Update to verion 3.32.00.06 Justin Sobota
  0 siblings, 1 reply; 6+ messages in thread
From: Justin Sobota @ 2016-03-04 20:52 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-ti/bios/ti-sysbios_6.42.02.29.bb |   12 ------------
 recipes-ti/bios/ti-sysbios_6.45.01.29.bb |   12 ++++++++++++
 2 files changed, 12 insertions(+), 12 deletions(-)
 delete mode 100644 recipes-ti/bios/ti-sysbios_6.42.02.29.bb
 create mode 100644 recipes-ti/bios/ti-sysbios_6.45.01.29.bb

diff --git a/recipes-ti/bios/ti-sysbios_6.42.02.29.bb b/recipes-ti/bios/ti-sysbios_6.42.02.29.bb
deleted file mode 100644
index 1abb496..0000000
--- a/recipes-ti/bios/ti-sysbios_6.42.02.29.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require ti-sysbios.inc
-
-PV = "6_42_02_29"
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=ab905941085d55ea207fcb4cdab4f9c3"
-
-SRC_URI[sysbiosbin.md5sum] = "ba470b69d1ffa4a34fd05645f240216c"
-SRC_URI[sysbiosbin.sha256sum] = "eb070642e8ee8e742525599f53ef1547d6f5dded557987550c710ad193d0de31"
-
-TI_BIN_UNPK_CMDS=""
-TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
diff --git a/recipes-ti/bios/ti-sysbios_6.45.01.29.bb b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
new file mode 100644
index 0000000..6ab4e27
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
@@ -0,0 +1,12 @@
+require recipes-ti/bios/ti-sysbios.inc
+
+PV = "6_45_01_29"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=dbcd89745f1745f24ace8171a96ed493"
+
+SRC_URI[sysbiosbin.md5sum] = "16cf6dc3c5cc9d2b877fa7d81dd12150"
+SRC_URI[sysbiosbin.sha256sum] = "efaf5f1d725f3fd06e45476109b1124c74c16c39c870d12929e071047c3e5a22"
+
+TI_BIN_UNPK_CMDS=""
+TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
-- 
1.7.10.4



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

* [PATCH 2/2] ti-xdctools: Update to verion 3.32.00.06
  2016-03-04 20:52 [PATCH 1/2] ti-sysbios: Update to 6.45.01.29 Justin Sobota
@ 2016-03-04 20:52 ` Justin Sobota
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Sobota @ 2016-03-04 20:52 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-ti/devtools/ti-xdctools_3.31.02.38.bb |    9 ---------
 recipes-ti/devtools/ti-xdctools_3.32.00.06.bb |    9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 recipes-ti/devtools/ti-xdctools_3.31.02.38.bb
 create mode 100644 recipes-ti/devtools/ti-xdctools_3.32.00.06.bb

diff --git a/recipes-ti/devtools/ti-xdctools_3.31.02.38.bb b/recipes-ti/devtools/ti-xdctools_3.31.02.38.bb
deleted file mode 100644
index 5e970ee..0000000
--- a/recipes-ti/devtools/ti-xdctools_3.31.02.38.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require ti-xdctools-core.inc
-
-PV = "3_31_02_38"
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=9dbb0095cdb8b35508b344aa4f1de333"
-
-SRC_URI[xdczip.md5sum] = "c76b3d90c3e25d199765557e393d165b"
-SRC_URI[xdczip.sha256sum] = "c0e1f6911f2294bfb76471fac1a0ceac3e89c7eb1300f84d2571bf78cb62a7d2"
diff --git a/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb b/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb
new file mode 100644
index 0000000..fb0c123
--- /dev/null
+++ b/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb
@@ -0,0 +1,9 @@
+require recipes-ti/devtools/ti-xdctools-core.inc
+
+PV = "3_32_00_06"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=732d986a63b648562f3e658b1df43036"
+
+SRC_URI[xdczip.md5sum] = "93127f4c2f35d94b6c8e5a52b79c38ae"
+SRC_URI[xdczip.sha256sum] = "d6f38a7f846ae4b1478554d75fc5f72cf677a1e2f348e214a725d1e849bd39c7"
-- 
1.7.10.4



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

* Re: [PATCH 1/2] ti-sysbios: Update to 6.45.01.29
  2016-03-04 19:01   ` Sobota, Justin
@ 2016-03-04 19:12     ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2016-03-04 19:12 UTC (permalink / raw)
  To: Sobota, Justin; +Cc: meta-ti

Justin,

Please do the update then - i.e. please replace the old version with the new.

-- 
Denys


On Fri, Mar 04, 2016 at 02:01:16PM -0500, Sobota, Justin wrote:
> Denys,
> 
> The bios patch replaces version 6.42.02.29 and the xdc patch replaces 
> version 3.31.02.38.
> 
> Justin
> 
> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Thursday, March 03, 2016 10:02 PM
> To: Sobota, Justin
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: Update to 6.45.01.29
> 
> Justin,
> 
> Any reason these patches don't replace the version, but add a new one?
> 
> -- 
> Denys
> 
> 
> On Thu, Mar 03, 2016 at 06:45:25PM -0500, Justin Sobota wrote:
> > Signed-off-by: Justin Sobota <jsobota@ti.com>
> > ---
> >  recipes-ti/bios/ti-sysbios_6.45.01.29.bb |   12 ++++++++++++
> >  1 file changed, 12 insertions(+)
> >  create mode 100644 recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> > 
> > diff --git a/recipes-ti/bios/ti-sysbios_6.45.01.29.bb b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> > new file mode 100644
> > index 0000000..6ab4e27
> > --- /dev/null
> > +++ b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> > @@ -0,0 +1,12 @@
> > +require recipes-ti/bios/ti-sysbios.inc
> > +
> > +PV = "6_45_01_29"
> > +PR = "r0"
> > +
> > +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=dbcd89745f1745f24ace8171a96ed493"
> > +
> > +SRC_URI[sysbiosbin.md5sum] = "16cf6dc3c5cc9d2b877fa7d81dd12150"
> > +SRC_URI[sysbiosbin.sha256sum] = "efaf5f1d725f3fd06e45476109b1124c74c16c39c870d12929e071047c3e5a22"
> > +
> > +TI_BIN_UNPK_CMDS=""
> > +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> > -- 
> > 1.7.10.4
> > 
> > -- 
> > _______________________________________________
> > 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: [PATCH 1/2] ti-sysbios: Update to 6.45.01.29
  2016-03-04  3:02 ` Denys Dmytriyenko
@ 2016-03-04 19:01   ` Sobota, Justin
  2016-03-04 19:12     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Sobota, Justin @ 2016-03-04 19:01 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti

Denys,

The bios patch replaces version 6.42.02.29 and the xdc patch replaces version 3.31.02.38.

Justin

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Thursday, March 03, 2016 10:02 PM
To: Sobota, Justin
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 1/2] ti-sysbios: Update to 6.45.01.29

Justin,

Any reason these patches don't replace the version, but add a new one?

-- 
Denys


On Thu, Mar 03, 2016 at 06:45:25PM -0500, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota@ti.com>
> ---
>  recipes-ti/bios/ti-sysbios_6.45.01.29.bb |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> 
> diff --git a/recipes-ti/bios/ti-sysbios_6.45.01.29.bb b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> new file mode 100644
> index 0000000..6ab4e27
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> @@ -0,0 +1,12 @@
> +require recipes-ti/bios/ti-sysbios.inc
> +
> +PV = "6_45_01_29"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=dbcd89745f1745f24ace8171a96ed493"
> +
> +SRC_URI[sysbiosbin.md5sum] = "16cf6dc3c5cc9d2b877fa7d81dd12150"
> +SRC_URI[sysbiosbin.sha256sum] = "efaf5f1d725f3fd06e45476109b1124c74c16c39c870d12929e071047c3e5a22"
> +
> +TI_BIN_UNPK_CMDS=""
> +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> 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: [PATCH 1/2] ti-sysbios: Update to 6.45.01.29
  2016-03-03 23:45 [PATCH 1/2] ti-sysbios: Update to 6.45.01.29 Justin Sobota
@ 2016-03-04  3:02 ` Denys Dmytriyenko
  2016-03-04 19:01   ` Sobota, Justin
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2016-03-04  3:02 UTC (permalink / raw)
  To: Justin Sobota; +Cc: meta-ti

Justin,

Any reason these patches don't replace the version, but add a new one?

-- 
Denys


On Thu, Mar 03, 2016 at 06:45:25PM -0500, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota@ti.com>
> ---
>  recipes-ti/bios/ti-sysbios_6.45.01.29.bb |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> 
> diff --git a/recipes-ti/bios/ti-sysbios_6.45.01.29.bb b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> new file mode 100644
> index 0000000..6ab4e27
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
> @@ -0,0 +1,12 @@
> +require recipes-ti/bios/ti-sysbios.inc
> +
> +PV = "6_45_01_29"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=dbcd89745f1745f24ace8171a96ed493"
> +
> +SRC_URI[sysbiosbin.md5sum] = "16cf6dc3c5cc9d2b877fa7d81dd12150"
> +SRC_URI[sysbiosbin.sha256sum] = "efaf5f1d725f3fd06e45476109b1124c74c16c39c870d12929e071047c3e5a22"
> +
> +TI_BIN_UNPK_CMDS=""
> +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* [PATCH 1/2] ti-sysbios: Update to 6.45.01.29
@ 2016-03-03 23:45 Justin Sobota
  2016-03-04  3:02 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Justin Sobota @ 2016-03-03 23:45 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Justin Sobota <jsobota@ti.com>
---
 recipes-ti/bios/ti-sysbios_6.45.01.29.bb |   12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 recipes-ti/bios/ti-sysbios_6.45.01.29.bb

diff --git a/recipes-ti/bios/ti-sysbios_6.45.01.29.bb b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
new file mode 100644
index 0000000..6ab4e27
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.45.01.29.bb
@@ -0,0 +1,12 @@
+require recipes-ti/bios/ti-sysbios.inc
+
+PV = "6_45_01_29"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=dbcd89745f1745f24ace8171a96ed493"
+
+SRC_URI[sysbiosbin.md5sum] = "16cf6dc3c5cc9d2b877fa7d81dd12150"
+SRC_URI[sysbiosbin.sha256sum] = "efaf5f1d725f3fd06e45476109b1124c74c16c39c870d12929e071047c3e5a22"
+
+TI_BIN_UNPK_CMDS=""
+TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
-- 
1.7.10.4



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

end of thread, other threads:[~2016-03-04 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04 20:52 [PATCH 1/2] ti-sysbios: Update to 6.45.01.29 Justin Sobota
2016-03-04 20:52 ` [PATCH 2/2] ti-xdctools: Update to verion 3.32.00.06 Justin Sobota
  -- strict thread matches above, loose matches on Subject: below --
2016-03-03 23:45 [PATCH 1/2] ti-sysbios: Update to 6.45.01.29 Justin Sobota
2016-03-04  3:02 ` Denys Dmytriyenko
2016-03-04 19:01   ` Sobota, Justin
2016-03-04 19:12     ` 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.