summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-10-23 18:20:56 -0500
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-24 08:36:38 +0200
commitd22be342df4b3d0238d8c069372214d058329546 (patch)
tree085b624358ea5dcff94cad933e3e7462a9506844 /recipes-ti/beagleboard
parent3451753e56f8eeafb18b61bcb5500c138775cd15 (diff)
downloadmeta-ti-d22be342df4b3d0238d8c069372214d058329546.tar.gz
beaglebone-tester: Update to latest and bump PR
Added: * PMIC tests * EEPROM tests * Memory tests * GPIO 38 grounding check 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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb
index 1716122b..9e65d658 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 = "r1" 10PR = "r2"
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 = "0806b54c1248b080953402728b0e420243fe844c" 14SRCREV = "fdeaf580e553a0968b777e75306aac3f6a73519e"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
@@ -44,7 +44,7 @@ FILES_${PN} += "${base_libdir}/systemd \
44 /boot \ 44 /boot \
45 " 45 "
46 46
47RDEPENDS_${PN} = "iputils" 47RDEPENDS_${PN} = "iputils memtester"
48RRECOMMENDS_${PN} = "kernel-module-g-zero \ 48RRECOMMENDS_${PN} = "kernel-module-g-zero \
49 kernel-module-g-file-storage \ 49 kernel-module-g-file-storage \
50 kernel-module-smsc95xx" 50 kernel-module-smsc95xx"