require recipes/u-boot/u-boot.inc PR = "r10" ALLOW_EMPTY = 1 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ file://fix_inline_weak_compile.patch" SRC_URI[md5sum] = "ca12b805b4f2bdcf15733be3fe22e896" SRC_URI[sha256sum] = "096aa286d923b7cc356bbe0dda0a29a701369deeb27ada1a2f053155aa403c31" SRC_URI_append = "\ file://u-boot-${PV}-mts.patch \ file://fw_env.config \ " TARGET_LDFLAGS = "" inherit base FILES_${PN} = " \ ${base_sbindir}/fw_setenv \ ${base_sbindir}/fw_printenv \ " FILES_${PN}_append = "${sysconfdir}/fw_env.config" do_configure_prepend() { mv -f tools/setlocalversion tools/setlocalversion.old echo "echo '-mts'" >> tools/setlocalversion } # Don't override install if you want to install any of the U-Boot tools do_install () { echo "nothing to install" }