All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] u-boot-fslc: Add tag to git SRC_URI
@ 2013-12-09 16:10 John Weber
  2013-12-09 16:26 ` Gary Thomas
  0 siblings, 1 reply; 17+ messages in thread
From: John Weber @ 2013-12-09 16:10 UTC (permalink / raw)
  To: meta-freescale

From: Dan McGregor <danismostlikely@gmail.com>

Bitbake now checks for the commit in the master branch by default.
Explictly set the tag where SRCREV is expected.

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 recipes-bsp/u-boot/u-boot-fslc_2013.10.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index 73d4371..56c3265 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -11,7 +11,7 @@ PROVIDES += "u-boot"
 PV = "v2013.10"
 
 SRCREV = "079e214888279518ce061c71238a74a0c3db2c28"
-SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
+SRC_URI = "git://github.com/Freescale/u-boot-imx.git;tag=patches-2013.10"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



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

end of thread, other threads:[~2013-12-09 17:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 16:10 [meta-fsl-arm][PATCH] u-boot-fslc: Add tag to git SRC_URI John Weber
2013-12-09 16:26 ` Gary Thomas
2013-12-09 16:28   ` John Weber
2013-12-09 16:35     ` Gary Thomas
2013-12-09 16:35       ` Otavio Salvador
2013-12-09 16:45         ` John Weber
2013-12-09 16:53           ` Gary Thomas
2013-12-09 16:55             ` Otavio Salvador
2013-12-09 16:59               ` Gary Thomas
2013-12-09 17:00                 ` Otavio Salvador
2013-12-09 17:03                   ` John Weber
2013-12-09 17:05                     ` Otavio Salvador
2013-12-09 17:05                   ` Gary Thomas
2013-12-09 17:10                     ` Otavio Salvador
2013-12-09 17:31                       ` Gary Thomas
2013-12-09 17:58                         ` Otavio Salvador
2013-12-09 16:38       ` John Weber

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.