From: Otavio Salvador Date: Thu, 15 Mar 2012 20:02:47 +0000 (+0000) Subject: u-boot-imx: depends on elftosb-native in mxs SOCs X-Git-Tag: 2.1~1911 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=001606aad77ecb67d6de1dc01a873996a00c187d;p=meta-freescale.git u-boot-imx: depends on elftosb-native in mxs SOCs Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 7de4ae80..6639bfa5 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -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"