summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-11-06 01:50:45 -0600
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-06 10:26:21 +0100
commit789d252a9b34b4f2a7d9307393f1ce714bdc2d30 (patch)
treef3e125cc77878f1e3eb1f80028d7aea6407fdad0 /recipes-ti/beagleboard
parent87abedf1295d66a1f3acaa7ff938b634a109dd0e (diff)
downloadmeta-ti-789d252a9b34b4f2a7d9307393f1ce714bdc2d30.tar.gz
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 <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/beagleboard')
-rw-r--r--recipes-ti/beagleboard/beaglebone-tester.bb4
1 files 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"
7# only scripts and data 7# only scripts and data
8inherit allarch 8inherit allarch
9 9
10PR = "r5" 10PR = "r6"
11 11
12SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ 12SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \
13 " 13 "
14SRCREV = "7c994dfe5d97d9385605bfafab9c0b967814bac5" 14SRCREV = "be5173d05cce4f914911366e5ddae1ff5c0af9cf"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17