From: Adrian Alonso Date: Tue, 8 Nov 2011 02:00:23 +0000 (-0600) Subject: u-boot-imx: update to release 11.09.01 X-Git-Tag: 2.1~1973 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e62d72b53b8b44b34a069f1ac5a01d5367a4f2d0;p=meta-freescale.git u-boot-imx: update to release 11.09.01 * 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 --- 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 index 00000000..35f7d410 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 diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb index a2d51050..7138bded 100644 --- a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb @@ -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}"