All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-ti-glsdk: Update to latest fixes
@ 2013-10-18 12:07 Mrinmayee Hingolikar
  2013-10-18 12:36 ` Maupin, Chase
  2013-10-18 12:38 ` Maupin, Chase
  0 siblings, 2 replies; 3+ messages in thread
From: Mrinmayee Hingolikar @ 2013-10-18 12:07 UTC (permalink / raw)
  To: meta-ti

 * Kernel source migration from git.ti.com to omapzoom.org
 * Add support for VIP and VPE
 * Add wilink/wlan support
 * Enable rpmsg/remoteproc driver for multimedia

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..82ae16e 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] 3+ messages in thread

* Re: [PATCH] linux-ti-glsdk: Update to latest fixes
  2013-10-18 12:07 [PATCH] linux-ti-glsdk: Update to latest fixes Mrinmayee Hingolikar
@ 2013-10-18 12:36 ` Maupin, Chase
  2013-10-18 12:38 ` Maupin, Chase
  1 sibling, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2013-10-18 12:36 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee, meta-ti@yoctoproject.org

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Friday, October 18, 2013 7:07 AM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCH] linux-ti-glsdk: Update to latest fixes
>
> * Kernel source migration from git.ti.com to omapzoom.org

Any particular reason why to move the sources?

> * Add support for VIP and VPE
> * Add wilink/wlan support
> * Enable rpmsg/remoteproc driver for multimedia
>
>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..82ae16e 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] 3+ messages in thread

* Re: [PATCH] linux-ti-glsdk: Update to latest fixes
  2013-10-18 12:07 [PATCH] linux-ti-glsdk: Update to latest fixes Mrinmayee Hingolikar
  2013-10-18 12:36 ` Maupin, Chase
@ 2013-10-18 12:38 ` Maupin, Chase
  1 sibling, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2013-10-18 12:38 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee, meta-ti@yoctoproject.org

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Friday, October 18, 2013 7:07 AM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCH] linux-ti-glsdk: Update to latest fixes
>
> * Kernel source migration from git.ti.com to omapzoom.org
> * Add support for VIP and VPE
> * Add wilink/wlan support
> * Enable rpmsg/remoteproc driver for multimedia
>
>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..82ae16e 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"

Use ?=

>
>-SRCREV = "6076e6882d1d6a64b104e42e56a3eada36605cb3"
>+SRCREV = "cc16f99176bf083829c028f9af5b8eb560debcc1"

Use ?=

> 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] 3+ messages in thread

end of thread, other threads:[~2013-10-18 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 12:07 [PATCH] linux-ti-glsdk: Update to latest fixes Mrinmayee Hingolikar
2013-10-18 12:36 ` Maupin, Chase
2013-10-18 12:38 ` 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.