]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: bootloader for imx targets
authorAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 22:05:11 +0000 (17:05 -0500)
committerAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 22:05:11 +0000 (17:05 -0500)
* u-boot-imx package build descriptor for imx targets
  version 2009.08

Signed-off-by: Adrian Alonso <b38018@freescale.com>
meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..a2d5105
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright (C) 2011 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "bootloader for imx platforms"
+require recipes-bsp/uboot/u-boot.inc
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
+#DEPENDS = "elftosb-native"
+PR = "r0"
+
+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"
+SRC_URI[source.md5sum] = "cd4788ea1c6ac4f9b100b888a1063a6b"
+SRC_URI[source.sha256sum] = "858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d"
+SRC_URI[patchs.md5sum] = "951b962a64dbf51da2761b8fab8ed2de"
+SRC_URI[patchs.sha256sum] = "94772a4ffc0de00740802c8acbae339051c85d5eb878bbe202c6c25d66ed255c"
+
+do_patch() {
+    # Apply distributed patchs
+    cd ${S}
+    ln -s ../patches
+    ./patches/patch-uboot.sh
+}
+
+S = "${WORKDIR}/u-boot-${PV}"