]> 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:07:06 +0000 (17:07 -0500)
committerAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 22:07:06 +0000 (17:07 -0500)
* u-boot-imx package build descriptor for imx targets
  fetch source from freescale git repo.

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

diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb b/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb
new file mode 100644 (file)
index 0000000..f02a54e
--- /dev/null
@@ -0,0 +1,14 @@
+# 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 = "r1"
+
+PV = "v2009.08"
+SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11"
+S = "${WORKDIR}/git"