All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-keystone: Update latest tag
@ 2014-02-23  4:30 Sam Nelson
  2014-02-23  4:50 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Sam Nelson @ 2014-02-23  4:30 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Not sure whether need a PR bump
---
---
 recipes-kernel/linux/linux-keystone-rt_3.10.bb |    4 ++--
 recipes-kernel/linux/linux-keystone_3.10.bb    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
index 9c2f904..3965dfa 100644
--- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
@@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
 
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
-#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
-SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
+#This commit corresponds to "K2_RT_LINUX_03.10.10_14.02"
+SRCREV = "c78aa253ac385faae8b6c845a388e215395a8010"
 PV = "3.10.10"
 
 BRANCH = "master-rt"
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
index 2384ede..f063c0c 100644
--- a/recipes-kernel/linux/linux-keystone_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone_3.10.bb
@@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
 
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
-#This commit corresponds to "K2_LINUX_03.10.10_13.12"
-SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
+#This commit corresponds to "K2_LINUX_03.10.10_14.02"
+SRCREV = "93515476b357304e6fc075c004a1cfa91a0751d0"
 PV = "3.10.10"
 
 BRANCH = "master"
-- 
1.7.9.5



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

* Re: [PATCH] linux-keystone: Update latest tag
  2014-02-23  4:30 [PATCH] linux-keystone: Update latest tag Sam Nelson
@ 2014-02-23  4:50 ` Denys Dmytriyenko
  2014-02-23 13:47   ` Nelson, Sam
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-02-23  4:50 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Sat, Feb 22, 2014 at 11:30:56PM -0500, Sam Nelson wrote:
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Not sure whether need a PR bump

Yes, this one usually needs. Well, your SRCREV went up in both cases, so will 
still work w/o a PR bump, but it's still a good idea to bump PR when updating 
SRCREV only and PV stays the same. Kernel recipes have MACHINE_KERNEL_PR_append 
for that.

-- 
Denys


> ---
> ---
>  recipes-kernel/linux/linux-keystone-rt_3.10.bb |    4 ++--
>  recipes-kernel/linux/linux-keystone_3.10.bb    |    4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> index 9c2f904..3965dfa 100644
> --- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
>  
>  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>  
> -#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
> -SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
> +#This commit corresponds to "K2_RT_LINUX_03.10.10_14.02"
> +SRCREV = "c78aa253ac385faae8b6c845a388e215395a8010"
>  PV = "3.10.10"
>  
>  BRANCH = "master-rt"
> diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
> index 2384ede..f063c0c 100644
> --- a/recipes-kernel/linux/linux-keystone_3.10.bb
> +++ b/recipes-kernel/linux/linux-keystone_3.10.bb
> @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
>  
>  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>  
> -#This commit corresponds to "K2_LINUX_03.10.10_13.12"
> -SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
> +#This commit corresponds to "K2_LINUX_03.10.10_14.02"
> +SRCREV = "93515476b357304e6fc075c004a1cfa91a0751d0"
>  PV = "3.10.10"
>  
>  BRANCH = "master"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


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

* Re: [PATCH] linux-keystone: Update latest tag
  2014-02-23  4:50 ` Denys Dmytriyenko
@ 2014-02-23 13:47   ` Nelson, Sam
  2014-02-24 16:01     ` Maupin, Chase
  2014-02-24 17:41     ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Nelson, Sam @ 2014-02-23 13:47 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Saturday, February 22, 2014 11:51 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] linux-keystone: Update latest tag
> 
> On Sat, Feb 22, 2014 at 11:30:56PM -0500, Sam Nelson wrote:
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> >
> > ---
> > Not sure whether need a PR bump
> 
> Yes, this one usually needs. Well, your SRCREV went up in both cases, so will
> still work w/o a PR bump, but it's still a good idea to bump PR when updating
> SRCREV only and PV stays the same. Kernel recipes have
> MACHINE_KERNEL_PR_append
> for that.
[Sam] Thanks for the clarification. So in this case even though the MACHINE_KERNEL_PR_append went up due to the git commit change,
It is recommended to bump PR explicitly in this case from MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" to MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}".
 Please confirm. 
> 
> --
> Denys
> 
> 
> > ---
> > ---
> >  recipes-kernel/linux/linux-keystone-rt_3.10.bb |    4 ++--
> >  recipes-kernel/linux/linux-keystone_3.10.bb    |    4 ++--
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-
> kernel/linux/linux-keystone-rt_3.10.bb
> > index 9c2f904..3965dfa 100644
> > --- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> > +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> > @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
> evm.dtb"
> >
> >  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> >
> > -#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
> > -SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
> > +#This commit corresponds to "K2_RT_LINUX_03.10.10_14.02"
> > +SRCREV = "c78aa253ac385faae8b6c845a388e215395a8010"
> >  PV = "3.10.10"
> >
> >  BRANCH = "master-rt"
> > diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-
> kernel/linux/linux-keystone_3.10.bb
> > index 2384ede..f063c0c 100644
> > --- a/recipes-kernel/linux/linux-keystone_3.10.bb
> > +++ b/recipes-kernel/linux/linux-keystone_3.10.bb
> > @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
> evm.dtb"
> >
> >  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> >
> > -#This commit corresponds to "K2_LINUX_03.10.10_13.12"
> > -SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
> > +#This commit corresponds to "K2_LINUX_03.10.10_14.02"
> > +SRCREV = "93515476b357304e6fc075c004a1cfa91a0751d0"
> >  PV = "3.10.10"
> >
> >  BRANCH = "master"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> >


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

* Re: [PATCH] linux-keystone: Update latest tag
  2014-02-23 13:47   ` Nelson, Sam
@ 2014-02-24 16:01     ` Maupin, Chase
  2014-02-24 17:41     ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: Maupin, Chase @ 2014-02-24 16:01 UTC (permalink / raw)
  To: Nelson, Sam, Dmytriyenko, Denys; +Cc: meta-ti

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Nelson, Sam
>Sent: Sunday, February 23, 2014 7:48 AM
>To: Dmytriyenko, Denys
>Cc: meta-ti@yoctoproject.org
>Subject: Re: [meta-ti] [PATCH] linux-keystone: Update latest tag
>
>
>
>> -----Original Message-----
>> From: Dmytriyenko, Denys
>> Sent: Saturday, February 22, 2014 11:51 PM
>> To: Nelson, Sam
>> Cc: meta-ti@yoctoproject.org
>> Subject: Re: [meta-ti] [PATCH] linux-keystone: Update latest tag
>>
>> On Sat, Feb 22, 2014 at 11:30:56PM -0500, Sam Nelson wrote:
>> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
>> >
>> > ---
>> > Not sure whether need a PR bump
>>
>> Yes, this one usually needs. Well, your SRCREV went up in both
>cases, so will
>> still work w/o a PR bump, but it's still a good idea to bump PR
>when updating
>> SRCREV only and PV stays the same. Kernel recipes have
>> MACHINE_KERNEL_PR_append
>> for that.
>[Sam] Thanks for the clarification. So in this case even though
>the MACHINE_KERNEL_PR_append went up due to the git commit change,
>It is recommended to bump PR explicitly in this case from
>MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" to
>MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}".
> Please confirm.

Yes, because if the commit IDs had been the other way around they would have sorted as a "lower" PR so the build would not have been redone by default.

>>
>> --
>> Denys
>>
>>
>> > ---
>> > ---
>> >  recipes-kernel/linux/linux-keystone-rt_3.10.bb |    4 ++--
>> >  recipes-kernel/linux/linux-keystone_3.10.bb    |    4 ++--
>> >  2 files changed, 4 insertions(+), 4 deletions(-)
>> >
>> > diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
>b/recipes-
>> kernel/linux/linux-keystone-rt_3.10.bb
>> > index 9c2f904..3965dfa 100644
>> > --- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
>> > +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
>> > @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
>> evm.dtb"
>> >
>> >  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>> >
>> > -#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
>> > -SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
>> > +#This commit corresponds to "K2_RT_LINUX_03.10.10_14.02"
>> > +SRCREV = "c78aa253ac385faae8b6c845a388e215395a8010"
>> >  PV = "3.10.10"
>> >
>> >  BRANCH = "master-rt"
>> > diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb
>b/recipes-
>> kernel/linux/linux-keystone_3.10.bb
>> > index 2384ede..f063c0c 100644
>> > --- a/recipes-kernel/linux/linux-keystone_3.10.bb
>> > +++ b/recipes-kernel/linux/linux-keystone_3.10.bb
>> > @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
>> evm.dtb"
>> >
>> >  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>> >
>> > -#This commit corresponds to "K2_LINUX_03.10.10_13.12"
>> > -SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
>> > +#This commit corresponds to "K2_LINUX_03.10.10_14.02"
>> > +SRCREV = "93515476b357304e6fc075c004a1cfa91a0751d0"
>> >  PV = "3.10.10"
>> >
>> >  BRANCH = "master"
>> > --
>> > 1.7.9.5
>> >
>> > _______________________________________________
>> > 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] 5+ messages in thread

* Re: [PATCH] linux-keystone: Update latest tag
  2014-02-23 13:47   ` Nelson, Sam
  2014-02-24 16:01     ` Maupin, Chase
@ 2014-02-24 17:41     ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-02-24 17:41 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-ti

On Sun, Feb 23, 2014 at 08:47:51AM -0500, Nelson, Sam wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Saturday, February 22, 2014 11:51 PM
> > To: Nelson, Sam
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] linux-keystone: Update latest tag
> > 
> > On Sat, Feb 22, 2014 at 11:30:56PM -0500, Sam Nelson wrote:
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > >
> > > ---
> > > Not sure whether need a PR bump
> > 
> > Yes, this one usually needs. Well, your SRCREV went up in both cases, so will
> > still work w/o a PR bump, but it's still a good idea to bump PR when updating
> > SRCREV only and PV stays the same. Kernel recipes have
> > MACHINE_KERNEL_PR_append
> > for that.

> [Sam] Thanks for the clarification. So in this case even though the 
> MACHINE_KERNEL_PR_append went up due to the git commit change,
> It is recommended to bump PR explicitly in this case from 
> MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" to MACHINE_KERNEL_PR_append = 
> "b+gitr${SRCPV}".
>  Please confirm. 

Yes, in this particular case it's not strictly required, as I explained just 
above, but it's a good practice to do it anyway when changing SRCREV for 
consistency and to not miss the next time when it's really needed.


> > > ---
> > > ---
> > >  recipes-kernel/linux/linux-keystone-rt_3.10.bb |    4 ++--
> > >  recipes-kernel/linux/linux-keystone_3.10.bb    |    4 ++--
> > >  2 files changed, 4 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-
> > kernel/linux/linux-keystone-rt_3.10.bb
> > > index 9c2f904..3965dfa 100644
> > > --- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> > > +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> > > @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
> > evm.dtb"
> > >
> > >  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> > >
> > > -#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
> > > -SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
> > > +#This commit corresponds to "K2_RT_LINUX_03.10.10_14.02"
> > > +SRCREV = "c78aa253ac385faae8b6c845a388e215395a8010"
> > >  PV = "3.10.10"
> > >
> > >  BRANCH = "master-rt"
> > > diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-
> > kernel/linux/linux-keystone_3.10.bb
> > > index 2384ede..f063c0c 100644
> > > --- a/recipes-kernel/linux/linux-keystone_3.10.bb
> > > +++ b/recipes-kernel/linux/linux-keystone_3.10.bb
> > > @@ -17,8 +17,8 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
> > evm.dtb"
> > >
> > >  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> > >
> > > -#This commit corresponds to "K2_LINUX_03.10.10_13.12"
> > > -SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
> > > +#This commit corresponds to "K2_LINUX_03.10.10_14.02"
> > > +SRCREV = "93515476b357304e6fc075c004a1cfa91a0751d0"
> > >  PV = "3.10.10"
> > >
> > >  BRANCH = "master"
> > > --
> > > 1.7.9.5
> > >
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > >


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

end of thread, other threads:[~2014-02-24 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-23  4:30 [PATCH] linux-keystone: Update latest tag Sam Nelson
2014-02-23  4:50 ` Denys Dmytriyenko
2014-02-23 13:47   ` Nelson, Sam
2014-02-24 16:01     ` Maupin, Chase
2014-02-24 17:41     ` 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.