DESCRIPTION="Upstream's U-boot configured for sunxi devices" require recipes-bsp/u-boot/u-boot.inc DEPENDS += "dtc-native" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)" DEFAULT_PREFERENCE_sun4i="1" DEFAULT_PREFERENCE_sun5i="1" DEFAULT_PREFERENCE_sun7i="1" DEFAULT_PREFERENCE_sun8i="1" SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ file://boot.cmd \ " SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" PV = "v2017.11+git${SRCPV}" PE = "2" S = "${WORKDIR}/git" SPL_BINARY="u-boot-sunxi-with-spl.bin" UBOOT_ENV_SUFFIX = "scr" UBOOT_ENV = "boot" do_compile_append() { ${B}/tools/mkimage -C none -A arm -T script -d ${WORKDIR}/boot.cmd ${WORKDIR}/${UBOOT_ENV_BINARY} }