mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 10:50:37 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
68ad65aab3
commit
591c27a4f7
@@ -7,10 +7,11 @@ LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
|
||||
# only scripts and data
|
||||
inherit allarch
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \
|
||||
file://0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch \
|
||||
"
|
||||
SRCREV = "1b0b8d45cf0718a1768503e8f7616aff6fc3ca03"
|
||||
SRCREV = "0806b54c1248b080953402728b0e420243fe844c"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
-26
@@ -1,26 +0,0 @@
|
||||
From 1a2bacad336c8d36c8b94c802510fe7eb23e7830 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Thu, 13 Oct 2011 12:54:47 +0300
|
||||
Subject: [PATCH] Initscript: check for 'run_hardware_tests' in systemd unit file
|
||||
|
||||
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
||||
---
|
||||
bone-tester/init-scripts/bone-tester.service | 3 ++-
|
||||
1 files changed, 2 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/bone-tester/init-scripts/bone-tester.service b/bone-tester/init-scripts/bone-tester.service
|
||||
index 78f8fa8..bf2b2d2 100644
|
||||
--- a/bone-tester/init-scripts/bone-tester.service
|
||||
+++ b/bone-tester/init-scripts/bone-tester.service
|
||||
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=BeagleBone Tester
|
||||
-ConditionPathExists=|/var/lib/bone-tester
|
||||
+ConditionPathExists=/var/lib/bone-tester
|
||||
+ConditionKernelCommandLine=run_hardware_tests
|
||||
|
||||
[Service]
|
||||
StandardOutput=syslog
|
||||
--
|
||||
1.6.6.1
|
||||
|
||||
Reference in New Issue
Block a user