diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-18 09:33:43 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-24 14:34:12 -0300 |
commit | 2145ad656ba1fd551d641717140b9a00caddc4eb (patch) | |
tree | a0b765c2586b877027afe8cca8c9055269af0889 | |
parent | 355e898a0e02251f979bc1e2be2f6b25de7d44a0 (diff) | |
download | meta-fsl-arm-2145ad656ba1fd551d641717140b9a00caddc4eb.tar.gz |
u-boot-mxsboot: Update to 2012.07 based branch
We updated the U-Boot source code to the 2012.07 branch but moved from
DENX GIT server to the one used by the regular U-Boot recipe (github)
so we share same code base for both recipes.
Change-Id: Ie8ae327c87c0840dbfb1fb1ca427eb885357defa
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb (renamed from recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb index 74f621e..9c84452 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2012.04.01.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2012.07.bb | |||
@@ -3,10 +3,10 @@ LICENSE = "GPLv2+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | 5 | ||
6 | PV = "v2012.04.01" | 6 | PV = "v2012.07" |
7 | 7 | ||
8 | SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" | 8 | SRCREV = "8b53a1ae421246f1001a2a38121e6c9365843f0a" |
9 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" | 9 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||