summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-01-15 12:29:58 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-16 15:46:00 -0200
commit0af5c7a706dff948910c01c8c40984f4fe16620d (patch)
tree29c6e2846e8cf911e13149e488ee3aabc837242b
parent9c7a1a33c44e5b4dcc114c0fa02bcf1ac940c6d7 (diff)
downloadmeta-fsl-arm-0af5c7a706dff948910c01c8c40984f4fe16620d.tar.gz
u-boot-ls1-tools-native: fix the git url and SHA
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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb3
1 files changed, 3 insertions, 0 deletions
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 @@
1require u-boot-ls1.inc 1require u-boot-ls1.inc
2 2
3SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=LS1-dev"
4SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469"
5
3RDEPENDS += "tcl-native" 6RDEPENDS += "tcl-native"
4 7
5inherit native 8inherit native