All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12
@ 2018-08-10  9:54 hzhang
  2018-08-14  0:58 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: hzhang @ 2018-08-10  9:54 UTC (permalink / raw)
  To: meta-ti

From: Hao Zhang <hzhang@ti.com>

Signed-off-by: Hao Zhang <hzhang@ti.com>
---
 recipes-ti/bios/ti-sysbios_6.73.00.12.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-ti/bios/ti-sysbios_6.73.00.12.bb

diff --git a/recipes-ti/bios/ti-sysbios_6.73.00.12.bb b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
new file mode 100644
index 0000000..b727673
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
@@ -0,0 +1,15 @@
+require recipes-ti/bios/ti-sysbios.inc
+
+PV = "6_73_00_12"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9"
+
+SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61"
+SRC_URI[sysbiosbin.sha256sum] = "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43"
+
+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"
-- 
2.7.4



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

* Re: [PATCH 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12
  2018-08-10  9:54 [PATCH 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 hzhang
@ 2018-08-14  0:58 ` Denys Dmytriyenko
  2018-08-14 14:38   ` Zhang, Hao
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-08-14  0:58 UTC (permalink / raw)
  To: hzhang; +Cc: meta-ti

On Fri, Aug 10, 2018 at 05:54:49AM -0400, hzhang@ti.com wrote:
> From: Hao Zhang <hzhang@ti.com>
> 
> Signed-off-by: Hao Zhang <hzhang@ti.com>
> ---
>  recipes-ti/bios/ti-sysbios_6.73.00.12.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 recipes-ti/bios/ti-sysbios_6.73.00.12.bb

Same question - do we need to keep around 6.52, 6.46 and 6.33 versions?


> diff --git a/recipes-ti/bios/ti-sysbios_6.73.00.12.bb b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
> new file mode 100644
> index 0000000..b727673
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
> @@ -0,0 +1,15 @@
> +require recipes-ti/bios/ti-sysbios.inc
> +
> +PV = "6_73_00_12"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9"
> +
> +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61"
> +SRC_URI[sysbiosbin.sha256sum] = "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43"
> +
> +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"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12
  2018-08-14  0:58 ` Denys Dmytriyenko
@ 2018-08-14 14:38   ` Zhang, Hao
  0 siblings, 0 replies; 3+ messages in thread
From: Zhang, Hao @ 2018-08-14 14:38 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, August 13, 2018 8:58 PM
> To: Zhang, Hao
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12
> 
> On Fri, Aug 10, 2018 at 05:54:49AM -0400, hzhang@ti.com wrote:
> > From: Hao Zhang <hzhang@ti.com>
> >
> > Signed-off-by: Hao Zhang <hzhang@ti.com>
> > ---
> >  recipes-ti/bios/ti-sysbios_6.73.00.12.bb | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> >  create mode 100644 recipes-ti/bios/ti-sysbios_6.73.00.12.bb
> 
> Same question - do we need to keep around 6.52, 6.46 and 6.33 versions?
> 

Please keep the old versions for now, we can remove them later.

> 
> > diff --git a/recipes-ti/bios/ti-sysbios_6.73.00.12.bb b/recipes-ti/bios/ti-
> sysbios_6.73.00.12.bb
> > new file mode 100644
> > index 0000000..b727673
> > --- /dev/null
> > +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
> > @@ -0,0 +1,15 @@
> > +require recipes-ti/bios/ti-sysbios.inc
> > +
> > +PV = "6_73_00_12"
> > +PR = "r0"
> > +
> > +LIC_FILES_CHKSUM =
> "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9
> "
> > +
> > +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61"
> > +SRC_URI[sysbiosbin.sha256sum] =
> "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43
> "
> > +
> > +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}/ex
> ports/${BINFILE};name=sysbiosbin"
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2018-08-14 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-10  9:54 [PATCH 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 hzhang
2018-08-14  0:58 ` Denys Dmytriyenko
2018-08-14 14:38   ` Zhang, Hao

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.