diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-10-19 23:51:08 -0500 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 09:29:42 +0200 |
commit | 591c27a4f707a2f66f60596162791093ca63c63e (patch) | |
tree | 999abe82c6a4bc087ea31052e6b74a1c1d03a021 /recipes-ti/beagleboard | |
parent | 68ad65aab3130fe464613595e4090b0a5688b56e (diff) | |
download | meta-ti-591c27a4f707a2f66f60596162791093ca63c63e.tar.gz |
beaglebone-tester: Update to latest and bump PR
* Remove usb gadget modules in advance before running the tests
* Merge Koen's patch - check for command line argument using systemd (hardware tests trigger)
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.bb | 5 | ||||
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-tester/0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch | 26 |
2 files changed, 3 insertions, 28 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 504096d4..1716122b 100644 --- a/recipes-ti/beagleboard/beaglebone-tester.bb +++ b/recipes-ti/beagleboard/beaglebone-tester.bb | |||
@@ -7,10 +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 = "r1" | ||
11 | |||
10 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ |
11 | file://0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch \ | ||
12 | " | 13 | " |
13 | SRCREV = "1b0b8d45cf0718a1768503e8f7616aff6fc3ca03" | 14 | SRCREV = "0806b54c1248b080953402728b0e420243fe844c" |
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||
diff --git a/recipes-ti/beagleboard/beaglebone-tester/0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch b/recipes-ti/beagleboard/beaglebone-tester/0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch deleted file mode 100644 index c8df0e37..00000000 --- a/recipes-ti/beagleboard/beaglebone-tester/0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From 1a2bacad336c8d36c8b94c802510fe7eb23e7830 Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Thu, 13 Oct 2011 12:54:47 +0300 | ||
4 | Subject: [PATCH] Initscript: check for 'run_hardware_tests' in systemd unit file | ||
5 | |||
6 | Signed-off-by: Koen Kooi <k-kooi@ti.com> | ||
7 | --- | ||
8 | bone-tester/init-scripts/bone-tester.service | 3 ++- | ||
9 | 1 files changed, 2 insertions(+), 1 deletions(-) | ||
10 | |||
11 | diff --git a/bone-tester/init-scripts/bone-tester.service b/bone-tester/init-scripts/bone-tester.service | ||
12 | index 78f8fa8..bf2b2d2 100644 | ||
13 | --- a/bone-tester/init-scripts/bone-tester.service | ||
14 | +++ b/bone-tester/init-scripts/bone-tester.service | ||
15 | @@ -1,6 +1,7 @@ | ||
16 | [Unit] | ||
17 | Description=BeagleBone Tester | ||
18 | -ConditionPathExists=|/var/lib/bone-tester | ||
19 | +ConditionPathExists=/var/lib/bone-tester | ||
20 | +ConditionKernelCommandLine=run_hardware_tests | ||
21 | |||
22 | [Service] | ||
23 | StandardOutput=syslog | ||
24 | -- | ||
25 | 1.6.6.1 | ||
26 | |||