diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-10-31 20:32:01 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2011-10-31 22:36:35 -0400 |
commit | 48b0ff2a1b3f7eedeb5235bf58771bd63410c6da (patch) | |
tree | 05ba69401e71b282f833a38895befd989f698701 /recipes-ti | |
parent | cdc132476bfa2cd03f747616004ef689a6bcf3e4 (diff) | |
download | meta-ti-48b0ff2a1b3f7eedeb5235bf58771bd63410c6da.tar.gz |
beaglebone-tester: Update with latest fixes
Fixes:
* 100% CPU usage when no test is running
* Turn on USB host session before checking for usb-serial device
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-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 9e49e872..6284ff22 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 = "r3" | 10 | PR = "r4" |
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 = "c6faf47c9e73da7d256cd226bc9eb2a3e4a19aaa" | 14 | SRCREV = "53cc6b3d8f46814d0aa2daedfbc380ba64059a97" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||