diff options
| -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 | |||
