summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-03-14 21:26:24 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-03-16 03:00:48 +0000
commit732c8185429c8f51600bea77a1986fb4c1f3b4c9 (patch)
treee8449f5d02083c6fcd734ec769632aeba9217c3f
parente7774e2ee4eace26a2ab7a46b83e13a6324d0ba5 (diff)
downloadmeta-fsl-arm-732c8185429c8f51600bea77a1986fb4c1f3b4c9.tar.gz
u-boot: add mainline U-Boot git version
The mainline U-Boot offers a good support for all the supported platforms and thus we use this specific recipe until OE-Core has the 2012-03 release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_git.bb14
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb17
2 files changed, 17 insertions, 14 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_git.bb b/recipes-bsp/u-boot/u-boot-imx_git.bb
deleted file mode 100644
index 9ce1273..0000000
--- a/recipes-bsp/u-boot/u-boot-imx_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
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/u-boot/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"
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
new file mode 100644
index 0000000..0255af7
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -0,0 +1,17 @@
1require recipes-bsp/u-boot/u-boot.inc
2
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
5COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk)"
6
7DEPENDS_mxs += "elftosb-native"
8
9SRCREV = "6751b05f855bbe56005d5b88d4eb58bcd52170d2"
10
11PV = "v2011.12+git"
12
13SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
14
15S = "${WORKDIR}/git"
16
17PACKAGE_ARCH = "${MACHINE_ARCH}"