[oe-commits] [meta-openembedded] 05/60: phoronix-test-suite: disable systemd services by default

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:43:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 1ec2d489c30bf14f2bc6e8bbc01e642a065b7ac6
Author: Slater, Joseph <joe.slater at windriver.com>
AuthorDate: Tue May 1 16:15:03 2018 -0700

    phoronix-test-suite: disable systemd services by default
    
    Unfortunately, the default behavior for at least the client service is to
    reboot the machine if it encounters problems.  Since it is pretty
    much guaranteed to need target specific configuration info, we
    should not enable the service(s) by default.
    
    Signed-off-by: Joe Slater <joe.slater at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../phoronix-test-suite/phoronix-test-suite_7.8.0.bb                 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb
index b205821..1f90a71 100644
--- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb
+++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb
@@ -23,7 +23,12 @@ do_install() {
     fi
 }
 
+# It is not advisable to enable these services by default since they can cause
+# continual target reboots if they encounter network problems.
+#
+SYSTEMD_AUTO_ENABLE = "disable"
 SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
+
 RDEPENDS_${PN} += "bash python php-cli"
 
 FILES_${PN} += " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list