# Copyright (C) 2012-2015 Digi International DESCRIPTION = "Bootloader for Digi platforms" require recipes-bsp/u-boot/u-boot.inc include u-boot-dey-rev_${PV}.inc inherit fsl-u-boot-localversion PROVIDES += "u-boot" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI += "file://boot.txt" DEPENDS += "u-boot-mkimage-native" do_deploy_append() { mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr } COMPATIBLE_MACHINE = "(ccimx6)"