summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/uboot/u-boot-imx_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-bsp/uboot/u-boot-imx_git.bb b/recipes-bsp/uboot/u-boot-imx_git.bb
new file mode 100644
index 0000000..f02a54e
--- /dev/null
+++ b/recipes-bsp/uboot/u-boot-imx_git.bb
@@ -0,0 +1,14 @@
1# Copyright (C) 2011 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "bootloader for imx platforms"
5require recipes-bsp/uboot/u-boot.inc
6
7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
9#DEPENDS = "elftosb-native"
10PR = "r1"
11
12PV = "v2009.08"
13SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11"
14S = "${WORKDIR}/git"