mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
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:
parent
be9580b34b
commit
03fc399e1a
26
recipes-bsp/u-boot/u-boot-toradex.inc
Normal file
26
recipes-bsp/u-boot/u-boot-toradex.inc
Normal 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}"
|
7
recipes-bsp/u-boot/u-boot-toradex_2014.10.bb
Normal file
7
recipes-bsp/u-boot/u-boot-toradex_2014.10.bb
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
include u-boot-toradex.inc
|
||||||
|
|
||||||
|
PV = "v2014.10+git${SRCPV}"
|
||||||
|
|
||||||
|
SRCREV = "73b99ed96be527c482e63f8d0aac4e6188b1f7e0"
|
||||||
|
SRCBRANCH = "2014.10-toradex"
|
||||||
|
COMPATIBLE_MACHINE = "(vf)"
|
Loading…
Reference in New Issue
Block a user