u-boot-smarcfimx7_2017.03-smarcfimx7.bb 650 Bytes
# Copyright (C) 2013-2016 EMBEDIAN, INC.
# Copyright 2018 EMBEDIAN

DESCRIPTION = "i.MX7 U-Boot for SMARC-FiMX7 platforms"
require  recipes-bsp/u-boot/u-boot.inc

PROVIDES += "u-boot"
DEPENDS_append = "dtc-native"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"

PV = "2017.03-smarcfimx7"

SRCREV = "2a2968413cc1971ced465c5b2bdce12c3f857d9e"
SRCBRANCH = "smarc-imx7_v2017.03_4.9.11_1.0.0_ga"
SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"

PR = "r0+gitr${SRCPV}"

S = "${WORKDIR}/git"

UBOOT_SUFFIX = "imx"

PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(mx6|mx7)"