All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] linux-ti-glsdk: Update to latest fixes
@ 2013-10-21 13:00 Mrinmayee Hingolikar
  2013-10-21 14:32 ` Maupin, Chase
  2013-10-30 23:12 ` Denys Dmytriyenko
  0 siblings, 2 replies; 6+ messages in thread
From: Mrinmayee Hingolikar @ 2013-10-21 13:00 UTC (permalink / raw)
  To: meta-ti

v1:
 * Kernel source migration from git.ti.com to omapzoom.org. The development
   tree is shared between the Linux and Android teams.This enables a common
   kernel development platform for both the teams for better alignment.
 * Add support for VIP and VPE
 * Add wilink/wlan support
 * Enable rpmsg/remoteproc driver for multimedia

v2:
 * Add conditional assignment for BRANCH and SRCREV

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
---
 recipes-kernel/linux/linux-ti-glsdk_3.8.bb |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
index 9e3e499..35d55df 100644
--- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
+++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
@@ -18,14 +18,14 @@ DEFAULT_PREFERENCE = "-1"
 
 S = "${WORKDIR}/git"
 
-BRANCH = "master"
+BRANCH ?= "p-ti-glsdk-3.8.y"
 
-SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
+SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
 PV = "3.8.13"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
+MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
 
-SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-kernel.git;protocol=git;branch=${BRANCH} \
+SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \
            file://defconfig \
           "
-- 
1.7.9.5



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

* Re: [PATCHv2] linux-ti-glsdk: Update to latest fixes
  2013-10-21 13:00 [PATCHv2] linux-ti-glsdk: Update to latest fixes Mrinmayee Hingolikar
@ 2013-10-21 14:32 ` Maupin, Chase
  2013-10-30 23:12 ` Denys Dmytriyenko
  1 sibling, 0 replies; 6+ messages in thread
From: Maupin, Chase @ 2013-10-21 14:32 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee, meta-ti

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Monday, October 21, 2013 8:00 AM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCHv2] linux-ti-glsdk: Update to latest
>fixes
>
>v1:
> * Kernel source migration from git.ti.com to omapzoom.org. The
>development
>   tree is shared between the Linux and Android teams.This enables
>a common
>   kernel development platform for both the teams for better
>alignment.
> * Add support for VIP and VPE
> * Add wilink/wlan support
> * Enable rpmsg/remoteproc driver for multimedia
>
>v2:
> * Add conditional assignment for BRANCH and SRCREV
>
>Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>---
> recipes-kernel/linux/linux-ti-glsdk_3.8.bb |    8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-
>kernel/linux/linux-ti-glsdk_3.8.bb
>index 9e3e499..35d55df 100644
>--- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
>+++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
>@@ -18,14 +18,14 @@ DEFAULT_PREFERENCE = "-1"
>
> S = "${WORKDIR}/git"
>
>-BRANCH = "master"
>+BRANCH ?= "p-ti-glsdk-3.8.y"
>
>-SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
>+SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
> PV = "3.8.13"
>
> # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause
>a rebuild
>-MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
>+MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
>
>-SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-
>kernel.git;protocol=git;branch=${BRANCH} \
>+SRC_URI =
>"git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRAN
>CH} \
>            file://defconfig \
>           "
>--
>1.7.9.5
>
>_______________________________________________
>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: [PATCHv2] linux-ti-glsdk: Update to latest fixes
  2013-10-21 13:00 [PATCHv2] linux-ti-glsdk: Update to latest fixes Mrinmayee Hingolikar
  2013-10-21 14:32 ` Maupin, Chase
@ 2013-10-30 23:12 ` Denys Dmytriyenko
  2013-10-31  8:14   ` Hingolikar, Mrinmayee
  2013-10-31 13:44   ` Maupin, Chase
  1 sibling, 2 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-10-30 23:12 UTC (permalink / raw)
  To: Mrinmayee Hingolikar; +Cc: meta-ti

On Mon, Oct 21, 2013 at 06:30:16PM +0530, Mrinmayee Hingolikar wrote:
> v1:
>  * Kernel source migration from git.ti.com to omapzoom.org. The development
>    tree is shared between the Linux and Android teams.This enables a common
>    kernel development platform for both the teams for better alignment.
>  * Add support for VIP and VPE
>  * Add wilink/wlan support
>  * Enable rpmsg/remoteproc driver for multimedia
> 
> v2:
>  * Add conditional assignment for BRANCH and SRCREV

I'm not sure why this was needed, but I can take it.


> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> ---
>  recipes-kernel/linux/linux-ti-glsdk_3.8.bb |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> index 9e3e499..35d55df 100644
> --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> @@ -18,14 +18,14 @@ DEFAULT_PREFERENCE = "-1"
>  
>  S = "${WORKDIR}/git"
>  
> -BRANCH = "master"
> +BRANCH ?= "p-ti-glsdk-3.8.y"
>  
> -SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
> +SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
>  PV = "3.8.13"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
> +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
>  
> -SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-kernel.git;protocol=git;branch=${BRANCH} \
> +SRC_URI = "git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH} \
>             file://defconfig \
>            "
> -- 
> 1.7.9.5
> 
> _______________________________________________
> 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: [PATCHv2] linux-ti-glsdk: Update to latest fixes
  2013-10-30 23:12 ` Denys Dmytriyenko
@ 2013-10-31  8:14   ` Hingolikar, Mrinmayee
  2013-11-01 20:17     ` Denys Dmytriyenko
  2013-10-31 13:44   ` Maupin, Chase
  1 sibling, 1 reply; 6+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-10-31  8:14 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti

Can you please pull in this patch?

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, October 31, 2013 4:42 AM
> To: Hingolikar, Mrinmayee
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCHv2] linux-ti-glsdk: Update to latest fixes
> 
> On Mon, Oct 21, 2013 at 06:30:16PM +0530, Mrinmayee Hingolikar wrote:
> > v1:
> >  * Kernel source migration from git.ti.com to omapzoom.org. The
> development
> >    tree is shared between the Linux and Android teams.This enables a
> common
> >    kernel development platform for both the teams for better
> alignment.
> >  * Add support for VIP and VPE
> >  * Add wilink/wlan support
> >  * Enable rpmsg/remoteproc driver for multimedia
> >
> > v2:
> >  * Add conditional assignment for BRANCH and SRCREV
> 
> I'm not sure why this was needed, but I can take it.
> 
> 
> > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > ---
> >  recipes-kernel/linux/linux-ti-glsdk_3.8.bb |    8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > index 9e3e499..35d55df 100644
> > --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > @@ -18,14 +18,14 @@ DEFAULT_PREFERENCE = "-1"
> >
> >  S = "${WORKDIR}/git"
> >
> > -BRANCH = "master"
> > +BRANCH ?= "p-ti-glsdk-3.8.y"
> >
> > -SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
> > +SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
> >  PV = "3.8.13"
> >
> >  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a
> > rebuild -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
> > +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
> >
> > -SRC_URI =
> > "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-
> kernel.git;protocol=g
> > it;branch=${BRANCH} \
> > +SRC_URI =
> >
> +"git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH}
> > +\
> >             file://defconfig \
> >            "
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > 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: [PATCHv2] linux-ti-glsdk: Update to latest fixes
  2013-10-30 23:12 ` Denys Dmytriyenko
  2013-10-31  8:14   ` Hingolikar, Mrinmayee
@ 2013-10-31 13:44   ` Maupin, Chase
  1 sibling, 0 replies; 6+ messages in thread
From: Maupin, Chase @ 2013-10-31 13:44 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Hingolikar, Mrinmayee; +Cc: meta-ti


>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
>Sent: Wednesday, October 30, 2013 6:12 PM
>To: Hingolikar, Mrinmayee
>Cc: meta-ti@yoctoproject.org
>Subject: Re: [meta-ti] [PATCHv2] linux-ti-glsdk: Update to latest
>fixes
>
>On Mon, Oct 21, 2013 at 06:30:16PM +0530, Mrinmayee Hingolikar
>wrote:
>> v1:
>>  * Kernel source migration from git.ti.com to omapzoom.org. The
>development
>>    tree is shared between the Linux and Android teams.This
>enables a common
>>    kernel development platform for both the teams for better
>alignment.
>>  * Add support for VIP and VPE
>>  * Add wilink/wlan support
>>  * Enable rpmsg/remoteproc driver for multimedia
>>
>> v2:
>>  * Add conditional assignment for BRANCH and SRCREV
>
>I'm not sure why this was needed, but I can take it.

My fault.  I like the BRANCH obviously, but I also like setting SRCREV for when it is overriden.  I know it probably isn't a big deal but a ?= is a flag for me that someone else may override this in an append.

>
>
>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>> ---
>>  recipes-kernel/linux/linux-ti-glsdk_3.8.bb |    8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
>b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
>> index 9e3e499..35d55df 100644
>> --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
>> +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
>> @@ -18,14 +18,14 @@ DEFAULT_PREFERENCE = "-1"
>>
>>  S = "${WORKDIR}/git"
>>
>> -BRANCH = "master"
>> +BRANCH ?= "p-ti-glsdk-3.8.y"
>>
>> -SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
>> +SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
>>  PV = "3.8.13"
>>
>>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will
>cause a rebuild
>> -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
>> +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
>>
>> -SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-
>kernel.git;protocol=git;branch=${BRANCH} \
>> +SRC_URI =
>"git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRAN
>CH} \
>>             file://defconfig \
>>            "
>> --
>> 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] 6+ messages in thread

* Re: [PATCHv2] linux-ti-glsdk: Update to latest fixes
  2013-10-31  8:14   ` Hingolikar, Mrinmayee
@ 2013-11-01 20:17     ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-11-01 20:17 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee; +Cc: meta-ti

On Thu, Oct 31, 2013 at 08:14:27AM +0000, Hingolikar, Mrinmayee wrote:
> Can you please pull in this patch?

Next time please rebase your patch before submitting, as there were changes to 
the recipe over a month ago and the patch was not applying cleanly...


> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Thursday, October 31, 2013 4:42 AM
> > To: Hingolikar, Mrinmayee
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCHv2] linux-ti-glsdk: Update to latest fixes
> > 
> > On Mon, Oct 21, 2013 at 06:30:16PM +0530, Mrinmayee Hingolikar wrote:
> > > v1:
> > >  * Kernel source migration from git.ti.com to omapzoom.org. The
> > development
> > >    tree is shared between the Linux and Android teams.This enables a
> > common
> > >    kernel development platform for both the teams for better
> > alignment.
> > >  * Add support for VIP and VPE
> > >  * Add wilink/wlan support
> > >  * Enable rpmsg/remoteproc driver for multimedia
> > >
> > > v2:
> > >  * Add conditional assignment for BRANCH and SRCREV
> > 
> > I'm not sure why this was needed, but I can take it.
> > 
> > 
> > > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > > ---
> > >  recipes-kernel/linux/linux-ti-glsdk_3.8.bb |    8 ++++----
> > >  1 file changed, 4 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > > b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > > index 9e3e499..35d55df 100644
> > > --- a/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > > +++ b/recipes-kernel/linux/linux-ti-glsdk_3.8.bb
> > > @@ -18,14 +18,14 @@ DEFAULT_PREFERENCE = "-1"
> > >
> > >  S = "${WORKDIR}/git"
> > >
> > > -BRANCH = "master"
> > > +BRANCH ?= "p-ti-glsdk-3.8.y"
> > >
> > > -SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
> > > +SRCREV ?= "cc16f99176bf083829c028f9af5b8eb560debcc1"
> > >  PV = "3.8.13"
> > >
> > >  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a
> > > rebuild -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
> > > +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
> > >
> > > -SRC_URI =
> > > "git://git.ti.com/ti-linux-kernel/ti-linux-3-8-y-
> > kernel.git;protocol=g
> > > it;branch=${BRANCH} \
> > > +SRC_URI =
> > >
> > +"git://git.omapzoom.org/kernel/omap.git;protocol=git;branch=${BRANCH}
> > > +\
> > >             file://defconfig \
> > >            "
> > > --
> > > 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] 6+ messages in thread

end of thread, other threads:[~2013-11-01 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-21 13:00 [PATCHv2] linux-ti-glsdk: Update to latest fixes Mrinmayee Hingolikar
2013-10-21 14:32 ` Maupin, Chase
2013-10-30 23:12 ` Denys Dmytriyenko
2013-10-31  8:14   ` Hingolikar, Mrinmayee
2013-11-01 20:17     ` Denys Dmytriyenko
2013-10-31 13:44   ` Maupin, Chase

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.