u-boot-toradex: initial U-Boot recipe for Toradex Vybrid modules

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@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Stefan Agner 2015-03-09 15:37:35 +01:00 committed by Otavio Salvador
parent be9580b34b
commit 03fc399e1a
2 changed files with 33 additions and 0 deletions

View File

@ -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}"

View File

@ -0,0 +1,7 @@
include u-boot-toradex.inc
PV = "v2014.10+git${SRCPV}"
SRCREV = "73b99ed96be527c482e63f8d0aac4e6188b1f7e0"
SRCBRANCH = "2014.10-toradex"
COMPATIBLE_MACHINE = "(vf)"