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=a2c678cfd4a4d97135585cad908541c6" PV = "2016.05-smarct335x" PR = "r0+gitr${SRCPV}" SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}" BRANCH = "v2016.05-smarct3x" SRCREV = "cd7520d6afe9ed5916619394538aabb56a738378" # If Boot up from on module eMMC # BRANCH = "v2016.05-smarct3x-emmc" # SRCREV = "b08695ae0d33b53b1c44e001fddc542497d2f7e6" S = "${WORKDIR}/git" UBOOT_SUFFIX = "img" SPL_BINARY = "MLO" UBOOT_SPI_BINARY = "u-boot.img" SPL_UART_BINARY = "u-boot-spl.bin"