All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mrinmayee Hingolikar <mrinmayee@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: [PATCHv2] linux-ti-glsdk: Update to latest fixes
Date: Mon, 21 Oct 2013 18:30:16 +0530	[thread overview]
Message-ID: <20131021130016.GA6062@ti.com> (raw)

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



             reply	other threads:[~2013-10-21 13:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-21 13:00 Mrinmayee Hingolikar [this message]
2013-10-21 14:32 ` [PATCHv2] linux-ti-glsdk: Update to latest fixes 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131021130016.GA6062@ti.com \
    --to=mrinmayee@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.