summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 12:00:37 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-13 13:59:00 -0200
commit3c7e1d825e3cc321eedb1864e2a2e9973a309d47 (patch)
tree1958861970c78ce4e6a02b941a38585f94731fa6
parent9347a1dd8e3c9335b0ac965cd3fd076d1a67855a (diff)
downloadmeta-fsl-arm-3c7e1d825e3cc321eedb1864e2a2e9973a309d47.tar.gz
u-boot-imx (2013.04): Update 3.10.9-1.0.0 alpha
Change-Id: Ibf044f87e090ebdbf303a3dedd0ddf74e621ab08 Signed-off-by: Lauren Post <lauren.post@freescale.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2013.04.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
index 14154af..f96b159 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
@@ -1,15 +1,16 @@
1# Copyright (C) 2013 Freescale Semiconductor 1# Copyright (C) 2013 Freescale Semiconductor
2 2
3DESCRIPTION = "bootloader for imx platforms"
3require recipes-bsp/u-boot/u-boot.inc 4require recipes-bsp/u-boot/u-boot.inc
4 5
5PROVIDES += "u-boot" 6PROVIDES += "u-boot"
6LICENSE = "GPLv2+"
7 7
8LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 9LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
9 10
10# Revision of imx_v2013.04_3.5.7_1.0.0_alpha branch 11# revision of 3.10.9-1.0.0 alpha branch
11SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git" 12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=imx_v2013.04"
12SRCREV = "a5a24c34364d59175d7d3130d02e8472572b9f4e" 13SRCREV = "d20319c25d27c38fd531e0ea97b5661268449de6"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16