All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND: PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master
@ 2013-05-07 21:24 Murali Karicheri
  2013-05-07 21:24 ` [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support Murali Karicheri
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Murali Karicheri @ 2013-05-07 21:24 UTC (permalink / raw)
  To: meta-ti

This patch is needed to switch between release tag (when doing release
build) and tip of the master (when building nightly)

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
 recipes-bsp/boot-monitor/boot-monitor_git.bb |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index c8a022a..a892720 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
 
 COMPATIBLE_MACHINE = "keystone-evm"
 
-SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
+#SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
 
 PV = "1.0"
 PR = "r1+gitr${SRCPV}"
@@ -20,7 +21,8 @@ BRANCH = "master"
 
 S = "${WORKDIR}/git"
 
-SRCREV = "DEV.MCSDK-03.00.00.07"
+#SRCREV = "DEV.MCSDK-03.00.00.10"
+SRCREV = "${AUTOREV}"
 
 do_compile () {
 	unset LDFLAGS
-- 
1.7.9.5



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

end of thread, other threads:[~2013-05-08 16:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 21:24 [RESEND: PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master Murali Karicheri
2013-05-07 21:24 ` [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support Murali Karicheri
2013-05-07 21:52   ` Denys Dmytriyenko
2013-05-07 22:07     ` Karicheri, Muralidharan
2013-05-07 22:40       ` Denys Dmytriyenko
2013-05-07 22:51         ` Karicheri, Muralidharan
2013-05-07 23:06           ` Denys Dmytriyenko
2013-05-08 14:39             ` Karicheri, Muralidharan
2013-05-08 15:11         ` Tom Rini
2013-05-08 15:32           ` Carlos Hernandez
2013-05-08 15:55           ` Karicheri, Muralidharan
2013-05-08 16:44             ` Tom Rini
2013-05-07 21:24 ` [RESEND: PATCH 3/3] keystone2: linux: add support for building 3.8.4 based Linux kernel Murali Karicheri
2013-05-07 21:59   ` Denys Dmytriyenko
2013-05-07 21:38 ` [RESEND: PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master Denys Dmytriyenko
2013-05-08  8:27 ` Maxin B. John
2013-05-08 12:42   ` Dmytriyenko, Denys

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.