All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-softhsmv2: Update to new version 1.3.0.4
@ 2015-10-19 19:41 Sam Nelson
  2015-10-19 21:09 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Nelson @ 2015-10-19 19:41 UTC (permalink / raw)
  To: meta-ti

- Update License checksum
- Skip PR

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index 329fbaa..c1e1654 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI softhsmv2 package"
 LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=55144a048ba54f211a1aaa38c7fd2424"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
 SECTION = "libs"
 
 mntdir = "/mnt"
@@ -12,10 +12,9 @@ COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
 
 BRANCH="master"
 SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
-#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01
-SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c"
-PV = "1.3.0.1"
-PR = "r1"
+#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
+SRCREV = "c2688afb9373309751e640088705cb739997665d"
+PV = "1.3.0.4"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



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

* Re: [PATCH] ti-softhsmv2: Update to new version 1.3.0.4
  2015-10-19 19:41 [PATCH] ti-softhsmv2: Update to new version 1.3.0.4 Sam Nelson
@ 2015-10-19 21:09 ` Denys Dmytriyenko
  2015-10-20 16:10   ` Nelson, Sam
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-10-19 21:09 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Mon, Oct 19, 2015 at 03:41:38PM -0400, Sam Nelson wrote:
> - Update License checksum

Don't take license changes lightly - please confirm the LICENSE field itself 
hasn't changed and it's still OSRB approved.


> - Skip PR
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb |    9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> index 329fbaa..c1e1654 100644
> --- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> +++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "TI softhsmv2 package"
>  LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=55144a048ba54f211a1aaa38c7fd2424"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
>  SECTION = "libs"
>  
>  mntdir = "/mnt"
> @@ -12,10 +12,9 @@ COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
>  
>  BRANCH="master"
>  SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
> -#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01
> -SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c"
> -PV = "1.3.0.1"
> -PR = "r1"
> +#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
> +SRCREV = "c2688afb9373309751e640088705cb739997665d"
> +PV = "1.3.0.4"
>  
>  S = "${WORKDIR}/git"
>  
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] ti-softhsmv2: Update to new version 1.3.0.4
  2015-10-19 21:09 ` Denys Dmytriyenko
@ 2015-10-20 16:10   ` Nelson, Sam
  2015-10-20 17:56     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Nelson, Sam @ 2015-10-20 16:10 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org


> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, October 19, 2015 5:10 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-softhsmv2: Update to new version 1.3.0.4
> 
> On Mon, Oct 19, 2015 at 03:41:38PM -0400, Sam Nelson wrote:
> > - Update License checksum
> 
> Don't take license changes lightly - please confirm the LICENSE field itself
> hasn't changed and it's still OSRB approved.

Yes.  The updated text is part of the software manifest approved by OSRB. 
The LICENSE field itself does not need to be updated as the new license text added is also based on GPLv2.
> 
> 
> > - Skip PR
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb |    9 ++++-----
> >  1 file changed, 4 insertions(+), 5 deletions(-)
> >
> > diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-
> softhsmv2/ti-softhsmv2_git.bb
> > index 329fbaa..c1e1654 100644
> > --- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> > +++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> > @@ -1,6 +1,6 @@
> >  DESCRIPTION = "TI softhsmv2 package"
> >  LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR |
> Zlib"
> > -LIC_FILES_CHKSUM =
> "file://LICENSE;md5=55144a048ba54f211a1aaa38c7fd2424"
> > +LIC_FILES_CHKSUM =
> "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
> >  SECTION = "libs"
> >
> >  mntdir = "/mnt"
> > @@ -12,10 +12,9 @@ COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
> >
> >  BRANCH="master"
> >  SRC_URI = "git://git.ti.com/keystone-linux/ti-
> softhsmv2.git;protocol=git;branch=${BRANCH}"
> > -#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01
> > -SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c"
> > -PV = "1.3.0.1"
> > -PR = "r1"
> > +#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
> > +SRCREV = "c2688afb9373309751e640088705cb739997665d"
> > +PV = "1.3.0.4"
> >
> >  S = "${WORKDIR}/git"
> >
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] ti-softhsmv2: Update to new version 1.3.0.4
  2015-10-20 16:10   ` Nelson, Sam
@ 2015-10-20 17:56     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-10-20 17:56 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-ti@yoctoproject.org

On Tue, Oct 20, 2015 at 12:10:56PM -0400, Nelson, Sam wrote:
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Monday, October 19, 2015 5:10 PM
> > To: Nelson, Sam
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] ti-softhsmv2: Update to new version 1.3.0.4
> > 
> > On Mon, Oct 19, 2015 at 03:41:38PM -0400, Sam Nelson wrote:
> > > - Update License checksum
> > 
> > Don't take license changes lightly - please confirm the LICENSE field itself
> > hasn't changed and it's still OSRB approved.
> 
> Yes.  The updated text is part of the software manifest approved by OSRB. 
> The LICENSE field itself does not need to be updated as the new license text added is also based on GPLv2.

Thanks!


> > > - Skip PR
> > >
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > ---
> > >  recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb |    9 ++++-----
> > >  1 file changed, 4 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-
> > softhsmv2/ti-softhsmv2_git.bb
> > > index 329fbaa..c1e1654 100644
> > > --- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> > > +++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
> > > @@ -1,6 +1,6 @@
> > >  DESCRIPTION = "TI softhsmv2 package"
> > >  LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR |
> > Zlib"
> > > -LIC_FILES_CHKSUM =
> > "file://LICENSE;md5=55144a048ba54f211a1aaa38c7fd2424"
> > > +LIC_FILES_CHKSUM =
> > "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
> > >  SECTION = "libs"
> > >
> > >  mntdir = "/mnt"
> > > @@ -12,10 +12,9 @@ COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
> > >
> > >  BRANCH="master"
> > >  SRC_URI = "git://git.ti.com/keystone-linux/ti-
> > softhsmv2.git;protocol=git;branch=${BRANCH}"
> > > -#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.01
> > > -SRCREV = "c79d93ac2a326567a7245dda1b903ef340b5650c"
> > > -PV = "1.3.0.1"
> > > -PR = "r1"
> > > +#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
> > > +SRCREV = "c2688afb9373309751e640088705cb739997665d"
> > > +PV = "1.3.0.4"
> > >
> > >  S = "${WORKDIR}/git"
> > >
> > > --
> > > 1.7.9.5
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2015-10-20 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 19:41 [PATCH] ti-softhsmv2: Update to new version 1.3.0.4 Sam Nelson
2015-10-19 21:09 ` Denys Dmytriyenko
2015-10-20 16:10   ` Nelson, Sam
2015-10-20 17:56     ` 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.