mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

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>
27 lines
881 B
HTML
27 lines
881 B
HTML
# 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}"
|