[meta-freescale] [meta-fsl-arm][PATCH 02/20] u-boot-qoriq: add tcl-native as DEPENDS

b28495 at freescale.com b28495 at freescale.com
Fri Dec 25 00:08:13 PST 2015


From: Ting Liu <ting.liu at freescale.com>

When building spi binary for ls1021atwr, eed to run
'tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl'

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-bsp/u-boot/u-boot-ls1_2015.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
index ae31763..8c40614 100644
--- a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
 
 inherit fsl-u-boot-localversion
 
-DEPENDS += "change-file-endianess-native dtc-native"
+DEPENDS += "change-file-endianess-native dtc-native tcl-native"
 PROVIDES += "u-boot"
 
 do_compile_append () {
-- 
1.9.2



More information about the meta-freescale mailing list