]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: depends on elftosb-native in mxs SOCs
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Mar 2012 20:02:47 +0000 (20:02 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Mar 2012 20:42:13 +0000 (20:42 +0000)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index 7de4ae807c7e334e70fefc82be0e9901605d0ae3..6639bfa594e1d5f00b513d5152d01f3d2f2d99a7 100644 (file)
@@ -7,10 +7,9 @@ require recipes-bsp/u-boot/u-boot.inc
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
 
-# TODO: add support for safe boot stream
-# DEPENDS = "elftosb-native"
+DEPENDS_mxs += "elftosb-native"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "git://opensource.freescale.com/pub/scm/imx/uboot-imx.git;tag=rel_imx_2.6.35_11.09.01;protocol=http"