[meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] u-boot-toradex: initial U-Boot recipe for Toradex Vybrid modules

Stefan Agner stefan.agner at toradex.com
Mon Mar 9 01:46:56 PDT 2015


This adds recipes for U-Boot supporting Toradex modules. The source
is fetched directly from our Git server at git.toradex.com. This
initial version supports the Freescale Vybrid based modules
Colibri VF50 and VF61.

Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
 recipes-bsp/u-boot/u-boot-toradex.inc        | 26 ++++++++++++++++++++++++++
 recipes-bsp/u-boot/u-boot-toradex_2014.10.bb |  7 +++++++
 2 files changed, 33 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-toradex.inc
 create mode 100644 recipes-bsp/u-boot/u-boot-toradex_2014.10.bb

diff --git a/recipes-bsp/u-boot/u-boot-toradex.inc b/recipes-bsp/u-boot/u-boot-toradex.inc
new file mode 100644
index 0000000..57ae547
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-toradex.inc
@@ -0,0 +1,26 @@
+# Copyright (C) 2015 Toradex AG
+# Based on u-boot-fslc.inc Copyright (C) 2012-2014 O.S. Systems Software LTDA
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require recipes-bsp/u-boot/u-boot.inc
+
+inherit fsl-u-boot-localversion
+
+SUMMARY = "U-Boot bootloader with support for Toradex Computer on Modules"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
+
+PROVIDES += "u-boot"
+
+SRC_URI = "git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH}"
+
+S = "${WORKDIR}/git"
+
+# FIXME: Allow linking of 'tools' binaries with native libraries
+#        used for generating the boot logo and other tools used
+#        during the build process.
+EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
+                 HOSTLDFLAGS="${BUILD_LDFLAGS}" \
+                 HOSTSTRIP=true'
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2014.10.bb b/recipes-bsp/u-boot/u-boot-toradex_2014.10.bb
new file mode 100644
index 0000000..ecd1829
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-toradex_2014.10.bb
@@ -0,0 +1,7 @@
+include u-boot-toradex.inc
+
+PV = "v2014.10+git${SRCPV}"
+
+SRCREV = "73b99ed96be527c482e63f8d0aac4e6188b1f7e0"
+SRCBRANCH = "2014.10-toradex"
+COMPATIBLE_MACHINE = "(vf)"
-- 
1.9.3



More information about the meta-freescale mailing list