summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-21 12:04:42 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-23 16:47:57 -0300
commitf6d28859ee5f637aef5466cd0c3137cb49985c06 (patch)
tree1255f84670241651b099b010c732411a1af3b70f
parente739642e76f4830c55a779a06a9e33ac338600d7 (diff)
downloadmeta-fsl-arm-f6d28859ee5f637aef5466cd0c3137cb49985c06.tar.gz
u-boot-fslc: Update revision to aa822f4
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb3
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.10.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index b87a763..7b5df2d 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -2,11 +2,12 @@ DESCRIPTION = "U-boot bootloader mxsboot tool"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
4SECTION = "bootloader" 4SECTION = "bootloader"
5DEPENDS = "openssl"
5PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
6 7
7PV = "v2013.10" 8PV = "v2013.10"
8 9
9SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c" 10SRCREV = "aa822f4980039073e03f98998813061af833b2bf"
10SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 11SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
11 12
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index b1fe2e1..158c9ea 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
10 10
11PV = "v2013.10" 11PV = "v2013.10"
12 12
13SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c" 13SRCREV = "aa822f4980039073e03f98998813061af833b2bf"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"