summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAdrian Alonso <b38018@freescale.com>2011-08-24 17:07:06 -0500
committerAdrian Alonso <b38018@freescale.com>2011-08-24 17:07:06 -0500
commit83f6a6827e17a17ec06337017e5ebb94fa83ce80 (patch)
tree4e0f59b5728bd3c463bd659e34b94fc27bf9f977 /recipes-bsp
parent6ead7f3e752d988040de55ac0c01540ee7e8d395 (diff)
downloadmeta-fsl-arm-83f6a6827e17a17ec06337017e5ebb94fa83ce80.tar.gz
u-boot-imx: bootloader for imx targets
* u-boot-imx package build descriptor for imx targets fetch source from freescale git repo. Signed-off-by: Adrian Alonso <b38018@freescale.com>
Diffstat (limited to 'recipes-bsp')
-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"