]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: use git repository to fetch u-boot
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 23 Dec 2011 12:46:22 +0000 (12:46 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 23 Dec 2011 16:20:53 +0000 (16:20 +0000)
This removes the source tarball from the repository

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 [deleted file]
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

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 (file)
index 35f7d41..0000000
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
index 01d788b525ed36934b191795b3a6e4e0db982977..7de4ae807c7e334e70fefc82be0e9901605d0ae3 100644 (file)
@@ -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"