diff options
-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" | ||