]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: add mainline U-Boot git version
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Mar 2012 21:26:24 +0000 (21:26 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Mar 2012 03:00:48 +0000 (03:00 +0000)
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>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb [deleted file]
meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb [new file with mode: 0644]

diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb
deleted file mode 100644 (file)
index 9ce1273..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright (C) 2011 Freescale Semiconductor
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "bootloader for imx platforms"
-require recipes-bsp/u-boot/u-boot.inc
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
-#DEPENDS = "elftosb-native"
-PR = "r1"
-
-PV = "v2009.08"
-SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11"
-S = "${WORKDIR}/git"
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_git.bb
new file mode 100644 (file)
index 0000000..0255af7
--- /dev/null
@@ -0,0 +1,17 @@
+require recipes-bsp/u-boot/u-boot.inc
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|imx51evk)"
+
+DEPENDS_mxs += "elftosb-native"
+
+SRCREV = "6751b05f855bbe56005d5b88d4eb58bcd52170d2"
+
+PV = "v2011.12+git"
+
+SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"