diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-06 16:33:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-06 16:33:44 +0100 |
commit | a4bc237c171152e4d6a014691e7c3060e1fcfd4f (patch) | |
tree | 00619d44e4047fd8015b34c1c7bcc2106e986a1b /recipes-ti/beagleboard | |
parent | bca3912ee3a82635c3a9e12e6d1ebb4985c64972 (diff) | |
download | meta-ti-a4bc237c171152e4d6a014691e7c3060e1fcfd4f.tar.gz |
beaglebone-tester: clarify GPIO naming and print more EEPROM data
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/beagleboard')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-tester.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 5816a5c0..889ce695 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 = "r7" | 10 | PR = "r8" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ |
13 | " | 13 | " |
14 | SRCREV = "602b3936907795520dba370b246c195a4f612a44" | 14 | SRCREV = "56e970372f720e462ddf2d9c466c2370a32ad1d2" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||