diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-10-01 12:00:37 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-11-13 13:59:00 -0200 |
commit | 3c7e1d825e3cc321eedb1864e2a2e9973a309d47 (patch) | |
tree | 1958861970c78ce4e6a02b941a38585f94731fa6 | |
parent | 9347a1dd8e3c9335b0ac965cd3fd076d1a67855a (diff) | |
download | meta-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.bb | 9 |
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 | ||
3 | DESCRIPTION = "bootloader for imx platforms" | ||
3 | require recipes-bsp/u-boot/u-boot.inc | 4 | require recipes-bsp/u-boot/u-boot.inc |
4 | 5 | ||
5 | PROVIDES += "u-boot" | 6 | PROVIDES += "u-boot" |
6 | LICENSE = "GPLv2+" | ||
7 | 7 | ||
8 | LICENSE = "GPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 9 | LIC_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 |
11 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git" | 12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=imx_v2013.04" |
12 | SRCREV = "a5a24c34364d59175d7d3130d02e8472572b9f4e" | 13 | SRCREV = "d20319c25d27c38fd531e0ea97b5661268449de6" |
13 | 14 | ||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||