require u-boot-nm.inc SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot.git;protocol=ssh;user=gitea;branch=nrsw-sitara-2016.04" SRCREV = "66fb8f8532ba174b14542c0c8a0245818df14f02" SPL_BINARY = "MLO" UBOOT_SUFFIX = "img" do_deploy() { # xmodem files cp ${B}/spl/u-boot-spl.bin ${DEPLOYDIR}/spl-u-boot-${MACHINE}.xmodem.bin cp ${B}/u-boot.bin ${DEPLOYDIR}/u-boot-${MACHINE}.xmodem.bin # files for wic file cp ${B}/MLO ${DEPLOYDIR}/ cp ${B}/u-boot.img ${DEPLOYDIR}/ # files for user usage cp ${B}/MLO ${DEPLOYDIR}/spl-u-boot-${MACHINE}.${UBOOT_SUFFIX} cp ${B}/u-boot.img ${DEPLOYDIR}/u-boot-${MACHINE}.${UBOOT_SUFFIX} }