diff options
author | Adrian Alonso <b38018@freescale.com> | 2011-08-24 17:07:06 -0500 |
---|---|---|
committer | Adrian Alonso <b38018@freescale.com> | 2011-08-24 17:07:06 -0500 |
commit | 83f6a6827e17a17ec06337017e5ebb94fa83ce80 (patch) | |
tree | 4e0f59b5728bd3c463bd659e34b94fc27bf9f977 | |
parent | 6ead7f3e752d988040de55ac0c01540ee7e8d395 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/uboot/u-boot-imx_git.bb | 14 |
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 | |||
4 | DESCRIPTION = "bootloader for imx platforms" | ||
5 | require recipes-bsp/uboot/u-boot.inc | ||
6 | |||
7 | LICENSE = "GPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
9 | #DEPENDS = "elftosb-native" | ||
10 | PR = "r1" | ||
11 | |||
12 | PV = "v2009.08" | ||
13 | SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11" | ||
14 | S = "${WORKDIR}/git" | ||