From: Otavio Salvador Date: Fri, 23 Dec 2011 12:46:22 +0000 (+0000) Subject: u-boot-imx: use git repository to fetch u-boot X-Git-Tag: 2.1~1956 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32e718e49bfc8748f6d1ea7e1d473d0af1c71db4;p=meta-freescale.git u-boot-imx: use git repository to fetch u-boot This removes the source tarball from the repository Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 deleted file mode 100644 index 35f7d410..00000000 Binary files a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 and /dev/null differ diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 01d788b5..7de4ae80 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -6,24 +6,12 @@ require recipes-bsp/u-boot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" -#DEPENDS = "elftosb-native" -PR = "r1" -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] = "e74b1a4727eb700ada1c1705176614b5" -SRC_URI[patchs.sha256sum] = "916e8d9c0e2a2b7d9c7384803b0cd4060071251772a83a696d929fc76f19a960" +# TODO: add support for safe boot stream +# DEPENDS = "elftosb-native" -do_apply_dist_patchs () { - # Apply distributed patchs - cd ${S} - ln -s ../patches - ./patches/patch-uboot.sh -} +PR = "r2" -addtask apply_dist_patchs after do_unpack before do_patch +SRC_URI = "git://opensource.freescale.com/pub/scm/imx/uboot-imx.git;tag=rel_imx_2.6.35_11.09.01;protocol=http" -S = "${WORKDIR}/u-boot-${PV}" +S = "${WORKDIR}/git"