From b66da9c3bb7ca896833ae25c47b4ea6341bb01d1 Mon Sep 17 00:00:00 2001 From: Jens Lucius Date: Mon, 21 Sep 2015 15:53:57 +0200 Subject: [PATCH] update sunxi-tools The complete fel boot has been reworked, making it possible to boot mainline u-boot via fel mode, also supports Allwinner H3, A80 and A88. Signed-off-by: Jens Lucius --- recipes-support/sunxi-tools/sunxi-tools_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-support/sunxi-tools/sunxi-tools_git.bb b/recipes-support/sunxi-tools/sunxi-tools_git.bb index 4770121..777e827 100644 --- a/recipes-support/sunxi-tools/sunxi-tools_git.bb +++ b/recipes-support/sunxi-tools/sunxi-tools_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PV = "1.0+git${SRCPV}" PKGV = "1.0+git${GITPKGV}" PR = "r3" -SRCREV = "ed6f7969d80b91048b0ed95ccb61cc98f46fead7" +SRCREV = "568c7a0e81fc5d52189710c6d832677aa8770b16" DEPENDS += "libusb" @@ -31,5 +31,4 @@ do_install() { install -m 755 ${S}/fexc ${D}/${bindir} install -m 755 ${S}/nand-part ${D}/${bindir} install -m 755 ${S}/pio ${D}/${bindir} - install -m 755 ${S}/usb-boot ${D}/${bindir} }