All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH V2 2/2] u-boot-ls1-tools-native: fix the git url and SHA
@ 2014-12-22  3:03 b40290
  0 siblings, 0 replies; only message in thread
From: b40290 @ 2014-12-22  3:03 UTC (permalink / raw)
  To: meta-freescale

From: Chunrong Guo <B40290@freescale.com>

   the byte_swap.tcl script is provided by another FSL u-boot tree, fix following
   build error:
   | install: cannot stat `/home/yocto/poky/build_ls1021atwr_release/tmp/work/x86_64-linux/u-boot-ls1-tools-native/2013.10-r0/git/byte_swap.tcl': No such file or directory

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb b/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
index 9d15bb6..09cf1f7 100644
--- a/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
@@ -1,5 +1,8 @@
 require u-boot-ls1.inc
 
+SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=LS1-dev"
+SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469"
+
 RDEPENDS += "tcl-native"
 
 inherit native
-- 
1.9.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-22  3:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-22  3:03 [meta-fsl-arm][PATCH V2 2/2] u-boot-ls1-tools-native: fix the git url and SHA b40290

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.