require u-boot.inc PR = "r7" ALLOW_EMPTY = 1 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" SRC_URI_append_mtcdp = "\ file://u-boot-${PV}-mts.patch;patch=1 \ file://fw_env.config \ " SRC_URI_append_mtcdp-embedded = "\ file://u-boot-${PV}-mts.patch;patch=1 \ file://fw_env.config \ " TARGET_LDFLAGS = "" inherit base FILES_${PN} = " \ ${base_sbindir}/fw_setenv \ ${base_sbindir}/fw_printenv \ " FILES_${PN}_append_mtcdp = "${sysconfdir}/fw_env.config" FILES_${PN}_append_mtcdp-embedded = "${sysconfdir}/fw_env.config" # Don't override install if you want to install any of the U-Boot tools do_install () { echo "nothing to install" }