]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: update to release 11.09.01
authorAdrian Alonso <aalonso00@gmail.com>
Tue, 8 Nov 2011 02:00:23 +0000 (20:00 -0600)
committerAdrian Alonso <aalonso00@gmail.com>
Tue, 8 Nov 2011 02:00:23 +0000 (20:00 -0600)
* Update u-boot release version to 11.09.01
* Fetch u-boot v2009.08 from Denx ftp site
* Include Freescale distrubeted patchs
* Rename do_patch function to allow new patchs to be applyed
  by appending them as SRC_URI files.
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
meta-fsl-arm/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 [new file with mode: 0644]
meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb

diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2
new file mode 100644 (file)
index 0000000..35f7d41
Binary files /dev/null and b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 differ
index a2d51050d5f310180e9c96d2c17677e5c51e16e3..7138bded03d4482f4f51eeb644cba6c1e5b6cbc0 100644 (file)
@@ -7,21 +7,23 @@ require recipes-bsp/uboot/u-boot.inc
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
 #DEPENDS = "elftosb-native"
-PR = "r0"
+PR = "r1"
 
-REL = "11.05.01"
-SRC_URI = "http://opensource.freescale.com/pub/scm/imx/u-boot-${PV}.tar.bz2;name=source \
-           http://opensource.freescale.com/pub/scm/imx/u-boot-v${PV}-imx_${REL}.tar.bz2;name=patchs"
+REL = "11.09.01"
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2;name=source \
+           file://u-boot-v${PV}-imx_${REL}.tar.bz2;name=patchs"
 SRC_URI[source.md5sum] = "cd4788ea1c6ac4f9b100b888a1063a6b"
 SRC_URI[source.sha256sum] = "858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d"
-SRC_URI[patchs.md5sum] = "951b962a64dbf51da2761b8fab8ed2de"
-SRC_URI[patchs.sha256sum] = "94772a4ffc0de00740802c8acbae339051c85d5eb878bbe202c6c25d66ed255c"
+SRC_URI[patchs.md5sum] = "e74b1a4727eb700ada1c1705176614b5"
+SRC_URI[patchs.sha256sum] = "916e8d9c0e2a2b7d9c7384803b0cd4060071251772a83a696d929fc76f19a960"
 
-do_patch() {
+do_apply_dist_patchs () {
     # Apply distributed patchs
     cd ${S}
     ln -s ../patches
     ./patches/patch-uboot.sh
 }
 
+addtask apply_dist_patchs after do_unpack before do_patch
+
 S = "${WORKDIR}/u-boot-${PV}"