]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-ls1-tools-native: fix the git url and SHA
authorChunrong Guo <B40290@freescale.com>
Tue, 6 Jan 2015 06:42:13 +0000 (14:42 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Jan 2015 11:22:00 +0000 (09:22 -0200)
   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>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb

index 9d15bb6f5bce8fc819aa040caed9e40887c47430..09cf1f71ea01763efa98d5e89861604dbfd32f8b 100644 (file)
@@ -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