Module: meta-ti Branch: master Commit: 9ef35da0c8ff3be8f37214e09d0fc1d4987a11fc URL: http://arago-project.org/git/meta-ti.git?a=commit;h=9ef35da0c8ff3be8f37214e09d0fc1d4987a11fc
Author: Koen Kooi <[email protected]> Date: Sat Sep 1 13:46:43 2012 +0200 beaglebone-tester: FTDI eeprom test, v2 Check descriptor instead of VID/PID Signed-off-by: Koen Kooi <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-ti/beagleboard/beaglebone-tester.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 7512e76..66b98a4 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" # only scripts and data inherit allarch -PR = "r19" +PR = "r20" SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ " -SRCREV = "bb93cdaa95173eb4a772523a37fe0bf8bd62d78f" +SRCREV = "487a13e2e4faaafa40ba5430600e6aeecf9581a8" S = "${WORKDIR}/git" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
