diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-11-06 01:50:45 -0600 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-06 10:26:21 +0100 |
commit | 789d252a9b34b4f2a7d9307393f1ce714bdc2d30 (patch) | |
tree | f3e125cc77878f1e3eb1f80028d7aea6407fdad0 /recipes-ti/beagleboard | |
parent | 87abedf1295d66a1f3acaa7ff938b634a109dd0e (diff) | |
download | meta-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.bb | 4 |
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 |
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
10 | PR = "r5" | 10 | PR = "r6" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ |
13 | " | 13 | " |
14 | SRCREV = "7c994dfe5d97d9385605bfafab9c0b967814bac5" | 14 | SRCREV = "be5173d05cce4f914911366e5ddae1ff5c0af9cf" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||