All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] u-boot-ti-staging: update to 2013.10 release
  2013-10-17 16:10 [PATCH] u-boot-ti-staging: update to 2013.10 release Chase Maupin
@ 2013-10-17 15:39 ` Denys Dmytriyenko
  2013-10-17 21:47   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-10-17 15:39 UTC (permalink / raw)
  To: Chase Maupin; +Cc: meta-ti

Yah, you beat me to it! Ack :)

On Thu, Oct 17, 2013 at 11:10:41AM -0500, Chase Maupin wrote:
> * Update the U-Boot LICENSE md5sum for the new release.
> 
> * Update the PV for the new U-Boot release
> 
> * Add the SRCREV that points to the 2013.10 release
> 
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  recipes-bsp/u-boot/u-boot-ti-staging_git.bb |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
> index a5882b0..1da3c47 100644
> --- a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
> +++ b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
> @@ -2,16 +2,17 @@ require u-boot-ti.inc
>  
>  DESCRIPTION = "u-boot bootloader for TI devices"
>  
> -LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
>  
> -PV = "2013.07+2013.10-rc4"
> +PV = "2013.10"
>  PR = "r0+gitr${SRCPV}"
>  
>  SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
>  
>  BRANCH ?= "master"

Should we point to ti-u-boot-2013.10?


> -SRCREV = "0c5274e6f3231a3a28dafc1204b3f71a3534c520"
> +# Corresponds to 2013.10
> +SRCREV = "183acb700378a8cfc5d50a01a65de93fb2c24586"
>  
>  SPL_BINARY = "MLO"
>  SPL_UART_BINARY = "u-boot-spl.bin"
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* [PATCH] u-boot-ti-staging: update to 2013.10 release
@ 2013-10-17 16:10 Chase Maupin
  2013-10-17 15:39 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Chase Maupin @ 2013-10-17 16:10 UTC (permalink / raw)
  To: meta-ti

* Update the U-Boot LICENSE md5sum for the new release.

* Update the PV for the new U-Boot release

* Add the SRCREV that points to the 2013.10 release

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-staging_git.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
index a5882b0..1da3c47 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
@@ -2,16 +2,17 @@ require u-boot-ti.inc
 
 DESCRIPTION = "u-boot bootloader for TI devices"
 
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
 
-PV = "2013.07+2013.10-rc4"
+PV = "2013.10"
 PR = "r0+gitr${SRCPV}"
 
 SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
 
 BRANCH ?= "master"
 
-SRCREV = "0c5274e6f3231a3a28dafc1204b3f71a3534c520"
+# Corresponds to 2013.10
+SRCREV = "183acb700378a8cfc5d50a01a65de93fb2c24586"
 
 SPL_BINARY = "MLO"
 SPL_UART_BINARY = "u-boot-spl.bin"
-- 
1.7.0.4



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

* Re: [PATCH] u-boot-ti-staging: update to 2013.10 release
  2013-10-17 15:39 ` Denys Dmytriyenko
@ 2013-10-17 21:47   ` Denys Dmytriyenko
  2013-10-17 22:36     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-10-17 21:47 UTC (permalink / raw)
  To: Chase Maupin; +Cc: meta-ti, trini

On Thu, Oct 17, 2013 at 11:39:23AM -0400, Denys Dmytriyenko wrote:
> Yah, you beat me to it! Ack :)
> 
> On Thu, Oct 17, 2013 at 11:10:41AM -0500, Chase Maupin wrote:
> > * Update the U-Boot LICENSE md5sum for the new release.
> > 
> > * Update the PV for the new U-Boot release
> > 
> > * Add the SRCREV that points to the 2013.10 release
> > 
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> >  recipes-bsp/u-boot/u-boot-ti-staging_git.bb |    7 ++++---
> >  1 files changed, 4 insertions(+), 3 deletions(-)
> > 
> > diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
> > index a5882b0..1da3c47 100644
> > --- a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
> > +++ b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
> > @@ -2,16 +2,17 @@ require u-boot-ti.inc
> >  
> >  DESCRIPTION = "u-boot bootloader for TI devices"
> >  
> > -LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
> > +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
> >  
> > -PV = "2013.07+2013.10-rc4"
> > +PV = "2013.10"
> >  PR = "r0+gitr${SRCPV}"
> >  
> >  SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
> >  
> >  BRANCH ?= "master"
> 
> Should we point to ti-u-boot-2013.10?

Ping! Copying Tom here for any guidance on U-boot branching.


> > -SRCREV = "0c5274e6f3231a3a28dafc1204b3f71a3534c520"
> > +# Corresponds to 2013.10
> > +SRCREV = "183acb700378a8cfc5d50a01a65de93fb2c24586"
> >  
> >  SPL_BINARY = "MLO"
> >  SPL_UART_BINARY = "u-boot-spl.bin"
> > -- 
> > 1.7.0.4
> > 
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> 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] u-boot-ti-staging: update to 2013.10 release
  2013-10-17 21:47   ` Denys Dmytriyenko
@ 2013-10-17 22:36     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-10-17 22:36 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On 10/17/2013 05:47 PM, Denys Dmytriyenko wrote:
> On Thu, Oct 17, 2013 at 11:39:23AM -0400, Denys Dmytriyenko wrote:
>> Yah, you beat me to it! Ack :)
>>
>> On Thu, Oct 17, 2013 at 11:10:41AM -0500, Chase Maupin wrote:
>>> * Update the U-Boot LICENSE md5sum for the new release.
>>>
>>> * Update the PV for the new U-Boot release
>>>
>>> * Add the SRCREV that points to the 2013.10 release
>>>
>>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>>> ---
>>>  recipes-bsp/u-boot/u-boot-ti-staging_git.bb |    7 ++++---
>>>  1 files changed, 4 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
>>> index a5882b0..1da3c47 100644
>>> --- a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
>>> +++ b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb
>>> @@ -2,16 +2,17 @@ require u-boot-ti.inc
>>>  
>>>  DESCRIPTION = "u-boot bootloader for TI devices"
>>>  
>>> -LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
>>> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
>>>  
>>> -PV = "2013.07+2013.10-rc4"
>>> +PV = "2013.10"
>>>  PR = "r0+gitr${SRCPV}"
>>>  
>>>  SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
>>>  
>>>  BRANCH ?= "master"
>>
>> Should we point to ti-u-boot-2013.10?
> 
> Ping! Copying Tom here for any guidance on U-boot branching.

If this recipe is to match the 3.12.y integration branch, yes,
ti-u-boot-2013.10 corresponds to ti-linux-3.12.y

-- 
Tom


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

end of thread, other threads:[~2013-10-17 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 16:10 [PATCH] u-boot-ti-staging: update to 2013.10 release Chase Maupin
2013-10-17 15:39 ` Denys Dmytriyenko
2013-10-17 21:47   ` Denys Dmytriyenko
2013-10-17 22:36     ` Tom Rini

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.