u-boot-smarct335x_2015.07-smarct335x.bb 717 Bytes
require u-boot-smarc.inc

# u-boot needs devtree compiler to parse dts files
DEPENDS += "dtc-native"

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

COMPATIBLE_MACHINE = "smarct335x"

LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"

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

SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"

BRANCH = "v2015.07-smarct33"

SRCREV = "55fdb4689efcccd43d690c340084483947789b51"

# If Boot up from on mudule eMMC
# BRANCH = "v2015.07-smarct33-emmc"

# SRCREV = "79754fe413066f0b263ba4e4810927aa07374651"

S = "${WORKDIR}/git"

UBOOT_SUFFIX = "img"

SPL_BINARY = "MLO"
SPL_UART_BINARY = "u-boot-spl.bin"