summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-08-31 09:16:45 +0200
committerDenys Dmytriyenko <denis@denix.org>2012-10-17 15:52:52 -0400
commit3b2ddaa0f3ed5ab279623f6f95cf09c07283adf4 (patch)
treea3e03e66fcda07cfc34d0c456168e33fa5319b18
parent22dd38e65c8377819256c8d36ab613ae8d6b203a (diff)
downloadmeta-ti-3b2ddaa0f3ed5ab279623f6f95cf09c07283adf4.tar.gz
beaglebone tester: bump SRCREV for FTDI test
An extra test for the FTDI eeprom was added to catch programming errors that would break CCS. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
-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 138fbc6c..7512e762 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 = "r18" 10PR = "r19"
11 11
12SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ 12SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \
13 " 13 "
14SRCREV = "168a9604e170931d9de228f0d774f4fbda58aa37" 14SRCREV = "bb93cdaa95173eb4a772523a37fe0bf8bd62d78f"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17