summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-10-25 19:14:16 -0500
committerDenys Dmytriyenko <denys@ti.com>2011-10-26 13:15:50 -0400
commit076a1bd114881f9327e147555dd43e9b4915e913 (patch)
tree56e0a50406820b457a0f60c4bb731dc30746d916
parenta58cf01e23b4261119354125e6ddd9a4d1c468a2 (diff)
downloadmeta-ti-076a1bd114881f9327e147555dd43e9b4915e913.tar.gz
beaglebone-tester: Update to latest, bump PR
Added: - Output test status to USB serial port - Made more verbose Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 9e65d658..9e49e872 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 = "r2" 10PR = "r3"
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 = "fdeaf580e553a0968b777e75306aac3f6a73519e" 14SRCREV = "c6faf47c9e73da7d256cd226bc9eb2a3e4a19aaa"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17