]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update revision to aa822f4
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 21 Sep 2013 15:04:42 +0000 (12:04 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 23 Sep 2013 19:47:57 +0000 (16:47 -0300)
This updates the u-boot-fslc and u-boot-fslc-mxsboot recipes to
aa822f4 (Merge tag 'v2013.10-rc3' into patches-2013.10).

A new dependency, of openssl, has been add to u-boot-fslc-mxsboot as
it needs to look to it when building for MX23 or MX28 SoCs.

Change-Id: I914a4e808fa0211eefa8e30aa4f6bb03e01e5a04
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb

index b87a763981b2d02c0f6e604d418744bb2ecdf7b6..7b5df2d29c351e568affb9776ac2076cddf4c029 100644 (file)
@@ -2,11 +2,12 @@ DESCRIPTION = "U-boot bootloader mxsboot tool"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
 SECTION = "bootloader"
+DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
 
 PV = "v2013.10"
 
-SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c"
+SRCREV = "aa822f4980039073e03f98998813061af833b2bf"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"
index b1fe2e15be6fd5afccc26c5c19354102107b015b..158c9ea8252b60d0a91c1ec3cd30dd4c7dbb16f0 100644 (file)
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
 
 PV = "v2013.10"
 
-SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c"
+SRCREV = "aa822f4980039073e03f98998813061af833b2bf"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"