From 789d252a9b34b4f2a7d9307393f1ce714bdc2d30 Mon Sep 17 00:00:00 2001 From: Joel A Fernandes Date: Sun, 6 Nov 2011 01:50:45 -0600 Subject: [PATCH] beaglebone-tester: Update to latest with fixes Hopefully the last round of minor fixes: * only leds 3 and 4 are touched, 1 and 2 are for system use * halt after test fail so that the user doesn't accidentaly corrupt the card * remove all usb gadget modules before test start Signed-off-by: Joel A Fernandes Signed-off-by: Koen Kooi --- recipes-ti/beagleboard/beaglebone-tester.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 2db6e8c9..1020172e 100644 --- a/recipes-ti/beagleboard/beaglebone-tester.bb +++ b/recipes-ti/beagleboard/beaglebone-tester.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b" # only scripts and data inherit allarch -PR = "r5" +PR = "r6" SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ " -SRCREV = "7c994dfe5d97d9385605bfafab9c0b967814bac5" +SRCREV = "be5173d05cce4f914911366e5ddae1ff5c0af9cf" S = "${WORKDIR}/git"