1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 03:11:59 +00:00

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>
This commit is contained in:
Joel A Fernandes
2011-10-23 18:20:56 -05:00
committed by Koen Kooi
parent 3451753e56
commit d22be342df
+3 -3
View File
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
# only scripts and data
inherit allarch
PR = "r1"
PR = "r2"
SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \
"
SRCREV = "0806b54c1248b080953402728b0e420243fe844c"
SRCREV = "fdeaf580e553a0968b777e75306aac3f6a73519e"
S = "${WORKDIR}/git"
@@ -44,7 +44,7 @@ FILES_${PN} += "${base_libdir}/systemd \
/boot \
"
RDEPENDS_${PN} = "iputils"
RDEPENDS_${PN} = "iputils memtester"
RRECOMMENDS_${PN} = "kernel-module-g-zero \
kernel-module-g-file-storage \
kernel-module-smsc95xx"