From 1b80537914ed374acbb2b772d1d609c93fadcc89 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 6 Jan 2015 14:42:13 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- .../recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb index 9d15bb6f..09cf1f71 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb +++ b/meta-fsl-arm/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 -- 2.40.1