u-boot_2013.10-smarct335x.bb 944 Bytes
require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc

DESCRIPTION = "u-boot bootloader for Embedian SMARC T335x Computer on Module"

COMPATIBLE_MACHINE = "smarct335x"

DEFAULT_PREFERENCE_smarct335x = "100"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" 
# Use Autorev during development. Pin when released.
# SRCREV = "${AUTOREV}"
# For rev. 00A0, uncomment out the following line
# SRCREV = "fac7e197c064e15b96b1292148c84cb715d701fb"
# For rev. 00B0
# For u-boot v2013.10
SRCREV = "85dd18bf4a84eba574ec29b8f7fb567f557fdbdd"

SRC_URI = "git://git@git.embedian.com/developer/smarc-t335x-uboot.git;protocol=ssh;branch=${BRANCH}"

BRANCH = "v2013.10-smarct33"

PV = "2013.10-smarct335x"
PR = "r0+gitr${SRCPV}"

PACKAGE_ARCH = "${MACHINE_ARCH}"

S = "${WORKDIR}/git"

UBOOT_SUFFIX = "img"

# Set the name of the SPL that will built so that it is also packaged with u-boot.
SPL_BINARY = "MLO"